##// END OF EJS Templates
templates: do not add "ago" twice...
templates: do not add "ago" twice After 1d75c683ada1, "ago" is added by the ago template filter.

File last commit:

r6344:ffeb926d default
r10277:17c6d5ea stable
Show More
test-rebuildstate
19 lines | 246 B | text/plain | TextLexer
#!/bin/sh
# basic test for hg debugrebuildstate
hg init repo
cd repo
touch foo bar
hg ci -Am 'add foo bar'
touch baz
hg add baz
hg rm bar
hg debugrebuildstate
echo '% state dump after'
hg debugstate --nodates | sort
echo '% status'
hg st -A