##// 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:

r761:0fb49845 default
r792:49ec802b default
Show More
test-basic
13 lines | 128 B | text/plain | TextLexer
#!/bin/sh
set -x
mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "0 0"
hg history
hg manifest
hg cat a
hg verify