##// END OF EJS Templates
Fix bug involving "hg debugwalk -Ipattern" from repository root.
Fix bug involving "hg debugwalk -Ipattern" from repository root.

File last commit:

r814:0902ffec merge default
r892:f481c9b6 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