##// END OF EJS Templates
fix the cat command...
fix the cat command - improve localrepo.walk when passed a node - make the differents walk commands in commands.py accept a node - change commands.cat to walk over a revision - add a test

File last commit:

r1561:9c6d0abd default
r1582:63799b01 default
Show More
test-tag
17 lines | 224 B | text/plain | TextLexer
Thomas Arendsen Hein
Don't use 'set -x', fix exports, sed and hexdump usage for Solaris.
r800 #!/bin/sh
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401
hg init
echo a > a
hg add a
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 hg commit -m "test" -d "0 0"
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401 hg history
Thomas Arendsen Hein
Cleanup of tabs and trailing spaces.
r1308 hg tag -d "0 0" "bleah"
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401 hg history
echo foo >> .hgtags
Thomas Arendsen Hein
Cleanup of tabs and trailing spaces.
r1308 hg tag -d "0 0" "bleah2" || echo "failed"
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401
Benoit Boissinot
disallow '\n' and '\r' in tag names...
r1561 hg tag -l 'xx
newline'
hg tag -l 'xx:xx'
true