##// 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
+ hg init
+ hg add a
+ hg commit -m commit #0 -d 0 0
+ hg add b
+ hg commit -m commit #1 -d 0 0
+ hg update 0
+ hg add c
+ hg commit -m commit #2 -d 0 0
+ hg update -m 1
+ hg commit -m commit #3 -d 0 0