Mercurial > hg-stable
view tests/test-parse-date @ 3197:e18c3d08528d
Show copies in hg log.
The format is:
copies: destination (source)...
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Fri, 29 Sep 2006 13:01:19 -0700 |
parents | c1974f65d781 |
children | e96d2956eb4a |
line wrap: on
line source
#!/bin/sh hg init echo "test-parse-date" > a hg add a hg ci -d "2006-02-01 13:00:30" -m "rev 0" echo "hi!" >> a hg ci -d "2006-02-01 13:00:30 -0500" -m "rev 1" hg tag -d "2006-04-15 13:30" "Hi" hg backout --merge -d "2006-04-15 13:30 +0200" -m "rev 3" 1 hg ci -d "1150000000 14400" -m "rev 4 (merge)" echo "fail" >> a hg ci -d "should fail" -m "fail" hg ci -d "100000000000000000 1400" -m "fail" hg ci -d "100000 1400000" -m "fail" hg log --template '{date|date}\n'