##// END OF EJS Templates
rollback: avoid a `hg commit --addremove` at a critical point...
marmoute -
r50963:b35fb0e5 default
parent child Browse files
Show More
@@ -70,8 +70,8 b' working dir unaffected by rollback: do n'
70 |
70 |
71 o 0 [default] (bar) add a again
71 o 0 [default] (bar) add a again
72
72
73 $ hg commit -Am'add b'
73 $ hg add b
74 adding b
74 $ hg commit -m'add b'
75 $ hg log -G --template '{rev} [{branch}] ({bookmarks}) {desc|firstline}\n'
75 $ hg log -G --template '{rev} [{branch}] ({bookmarks}) {desc|firstline}\n'
76 @ 2 [test] (foo) add b
76 @ 2 [test] (foo) add b
77 |
77 |
General Comments 0
You need to be logged in to leave comments. Login now