##// END OF EJS Templates
Added tests for bug with three-way-merging of old tip, tip and cwd.
Added tests for bug with three-way-merging of old tip, tip and cwd.

File last commit:

r749:7e4843b7 default
r792:49ec802b default
Show More
test-hook.out
9 lines | 228 B | text/plain | TextLexer
+ hg init
+ echo '[hooks]'
+ echo 'precommit = echo precommit hook'
+ echo 'commit = echo commit hook: $NODE'
+ echo a
+ hg add a
+ hg commit -m test -d '0 0'
precommit hook
commit hook: acb14030fe0a21b60322c440ad2d20cf7685a376