##// END OF EJS Templates
hgweb: link to file parents in filediff, rather than changeset parents
hgweb: link to file parents in filediff, rather than changeset parents

File last commit:

r1933:7544700f default
r3406:970b2d6d default
Show More
test-basic
12 lines | 127 B | text/plain | TextLexer
#!/bin/sh
mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "1000000 0"
hg history
hg manifest
hg cat a
hg verify