##// END OF EJS Templates
convert: fix test-convert-svn-* problems with mtime not changing...
convert: fix test-convert-svn-* problems with mtime not changing The `svn commit` command does not detect changed files unless their mtime has changed. A quick succession of, for instance, `svn co ...; echo x >> y; svn ci` can thus lead to the change to y being ignored. Edited by pmezard to write in binary mode.

File last commit:

r2992:4e815ee3 default
r6439:c1b47c0f default
Show More
test-strict
18 lines | 209 B | text/plain | TextLexer
Bryan O'Sullivan
Add ui.strict config item....
r2988 #!/bin/sh
hg init
echo a > a
hg ci -d '0 0' -Ama
hg an a
Thomas Arendsen Hein
Make test-strict append to $HGRCPATH, like other tests do since 61fcd9fac434.
r2992 echo "[ui]" >> $HGRCPATH
echo "strict=True" >> $HGRCPATH
Bryan O'Sullivan
Add ui.strict config item....
r2988
hg an a
hg annotate a
echo % should succeed - up is an alias, not an abbreviation
hg up