##// END OF EJS Templates
command line templates: add formatnode filter...
command line templates: add formatnode filter This will print a full hash node with --debug and a short one otherwise. Use it with some default templates and in map-cmdline.default to print the parents. This should fix issue538.

File last commit:

r3719:199dcb97 default
r4352:051fb8c2 default
Show More
test-issue433
10 lines | 144 B | text/plain | TextLexer
#!/bin/sh
# http://www.selenic.com/mercurial/bts/issue433
hg init a
cd a
echo a > a
hg commit -Ama
hg parents -r 0 doesnotexist
true