From ba54366a540230c38b74135973d939d3a4b78b8e Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Thu, 5 Mar 2015 13:59:39 +0400 Subject: [PATCH] =?UTF-8?q?int=C3=A9grer=20pver=20dans=20les=20commandes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uproject | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uproject b/uproject index 4ed1b80..8c2b530 100755 --- a/uproject +++ b/uproject @@ -128,6 +128,7 @@ CMD_ALIASES=( s:status st:status u:update upd:update p:push + version:pver ver:pver develop:pdev dev:pdev release:prel rel:prel hotfix:pfix fix:pfix xx:annex xa:xadd @@ -143,7 +144,7 @@ CMD_ALIASES=( DEFAULT_CMD=status PY_CMDS=(new) VCS_CMDS=(getvcs getroot getrepos geturl vcs add remove copy move mkdir commit status update push diff tag) -SH_CMDS=(pdev prel pfix) +SH_CMDS=(pver pdev prel pfix) GITANNEX_CMDS=(annex xadd xunlock xcopy xdrop xmove xget xsync xwhereis xinitial) ML_CMDS=(printml addml)