From 4d0b734ebb67e7fc10a95e5ce841ba627e29ff1e Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Sun, 21 Jun 2015 10:26:44 +0400 Subject: [PATCH 1/2] ajout de la commande xwebapp --- uproject | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/uproject b/uproject index eaf77fb..36dc4ae 100755 --- a/uproject +++ b/uproject @@ -80,6 +80,7 @@ COMMANDS xdrop xsync xwhereis + xwebapp Chacune de ces commandes est un raccourci vers la commande correspondante de git annex, sans le préfixe 'x' xcopy @@ -117,7 +118,7 @@ SCRIPT_ALIASES=( pcrone:crone pxx:annex pxa:xadd pxu:xunlock pxc:xcopy pxd:xdrop pxm:xmove - pxg:xget pxs:xsync pxw:xwhereis + pxg:xget pxs:xsync pxw:xwhereis pxwa:xwebapp pxinitial:xinitial pnew:new pgr:grep @@ -147,13 +148,14 @@ CMD_ALIASES=( xg:xget xs:xsync xw:xwhereis + xwa:xwebapp gr:grep ) 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=(pver pdev prel pfix pz) -GITANNEX_CMDS=(annex xadd xunlock xcopy xdrop xmove xget xsync xwhereis xinitial) +GITANNEX_CMDS=(annex xadd xunlock xcopy xdrop xmove xget xsync xwhereis xwebapp xinitial) ML_CMDS=(printml addml) if [ "$#" -eq 1 -a "$1" == --nutools-makelinks ]; then From c4b31b53827a66871d2822f3365b68406805af18 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Sun, 21 Jun 2015 10:27:26 +0400 Subject: [PATCH 2/2] Init changelog & version 1.19.0 --- CHANGES.txt | 5 +++++ VERSION.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9286e4d..285072b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +## Version 1.19.0 du 21/06/2015-10:27 + +387dec2 Intégration de la branche add-pxwa +4d0b734 ajout de la commande xwebapp + ## Version 1.18.0 du 09/06/2015-10:40 01e2929 Intégration de la branche fix-javaproperties diff --git a/VERSION.txt b/VERSION.txt index 84cc529..815d5ca 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.18.0 +1.19.0