intégrer pver dans les commandes
This commit is contained in:
parent
be1467a4d7
commit
ba54366a54
3
uproject
3
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue