Mercurial > evolve
comparison tests/test-amend.t @ 975:09d6036ad596
amend: explicitly test -d option
author | Greg Ward <greg@gerg.ca> |
---|---|
date | Thu, 05 Jun 2014 21:27:28 -0400 |
parents | 5808aad40aca |
children | bed842762447 |
comparison
equal
deleted
inserted
replaced
974:5808aad40aca | 975:09d6036ad596 |
---|---|
76 | | 76 | |
77 o 3@foo(draft) changea | 77 o 3@foo(draft) changea |
78 | | 78 | |
79 o 2@foo(draft) adda | 79 o 2@foo(draft) adda |
80 | 80 |
81 Specify precise commit date with -d | |
82 $ hg amend -d '2001-02-03 04:05:06 +0700' | |
83 $ hg parents --template '{rev} {date|date}\n' | |
84 5 Sat Feb 03 04:05:06 2001 +0700 | |
81 | 85 |