##// END OF EJS Templates
updated help text and added manpage section for hg paths...
updated help text and added manpage section for hg paths Index: hg/doc/hg.1.txt ===================================================================

File last commit:

r814:0902ffec merge default
r924:ab681ea2 default
Show More
test-merge4.out
10 lines | 202 B | text/plain | TextLexer
mpm@selenic.com
[PATCH] Removal of a file added by merging branches...
r416 + hg init
+ hg add a
Thomas Arendsen Hein
Updated output of tests.
r801 + hg commit -m commit #0 -d 0 0
mpm@selenic.com
[PATCH] Removal of a file added by merging branches...
r416 + hg add b
Thomas Arendsen Hein
Updated output of tests.
r801 + hg commit -m commit #1 -d 0 0
mpm@selenic.com
[PATCH] Removal of a file added by merging branches...
r416 + hg update 0
+ hg add c
Thomas Arendsen Hein
Updated output of tests.
r801 + hg commit -m commit #2 -d 0 0
mpm@selenic.com
[PATCH] Removal of a file added by merging branches...
r416 + hg update -m 1
Thomas Arendsen Hein
Updated output of tests.
r801 + hg commit -m commit #3 -d 0 0