##// END OF EJS Templates
ui: allow default when prompting
ui: allow default when prompting

File last commit:

r4180:f80cf8b7 default
r5709:9dc26941 default
Show More
test-diffdir
20 lines | 205 B | text/plain | TextLexer
#!/bin/sh
hg init
touch a
hg add a
hg ci -m "a" -d "1000000 0"
echo 123 > b
hg add b
hg diff --nodates
hg diff --nodates -r tip
echo foo > a
hg diff --nodates
hg diff -r ""
hg diff -r tip -r ""
true