Download:
child 56:49435f917654
parent 54:065779098328
55:63de59630d29
Anton Shestakov <engored@ya.ru>, Sun, 07 Sep 2014 01:36:29 +0900
More commands in hg sessions: closed branch, tags, bookmarks.

1 файлов изменено, 5 вставок(+), 1 удалений(-) [+]
docs/prompt-session-hg.sh file | annotate | diff | comparison | revisions
--- a/docs/prompt-session-hg.sh Fri Sep 05 02:02:01 2014 +0900
+++ b/docs/prompt-session-hg.sh Sun Sep 07 01:36:29 2014 +0900
@@ -8,4 +8,8 @@
hg up 0 -q
hg branch secret -q
echo 's' >> foo && hg ci --secret -m 's'
-hg merge default -q --tool=internal:local
+hg ci --close-branch -m 'done here'
+hg up default -q && hg merge secret -q --tool=internal:local
+hg ci -m 'merge'
+hg tag 0.1 && hg up -q 0.1
+hg up -q && hg bookmark @