log tests/test-tag.out @ 5447:56591846f819

age author description
Mon, 16 Jul 2007 20:15:03 -0700 Bryan O'Sullivan tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)
Sun, 20 Aug 2006 23:52:52 -0500 Matt Mackall tag: shorten hash in default commit message
Fri, 21 Jul 2006 01:40:07 +0200 Benoit Boissinot change 'hg tag' to tag the parent rev instead of tip
Sat, 01 Apr 2006 11:58:50 +0200 Thomas Arendsen Hein Don't abort when backup files already exist. Don't allow alternative names.
Fri, 31 Mar 2006 10:52:56 -0800 Vadim Gelfer forgot to rerun tests after changed backup extension to .orig.
Fri, 31 Mar 2006 10:37:25 -0800 Vadim Gelfer rewrite revert command. fix issues 93, 123, 147.
Mon, 13 Mar 2006 13:05:41 +0100 Thomas Arendsen Hein Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero.
Sun, 29 Jan 2006 14:36:11 +0100 Thomas Arendsen Hein Added missing quote in warning text to tests, too.
Sun, 29 Jan 2006 17:12:31 +1300 Benoit Boissinot deprecate the use of 'hg tag NAME [REV]'
Tue, 27 Dec 2005 12:52:10 -0600 Benoit Boissinot fix 'hg tag <tagname> <revision>
Tue, 29 Nov 2005 22:29:14 +0100 Benoit Boissinot disallow '\n' and '\r' in tag names
Tue, 13 Sep 2005 14:23:43 -0500 mpm Fix test-tag output for new abort message
Tue, 13 Sep 2005 14:22:48 -0500 mpm Revert unrelated changes in previous commit
Tue, 13 Sep 2005 14:18:18 -0500 mpm Fix abort message for clone
Sat, 20 Aug 2005 13:08:07 -0700 mpm Merge with jeffpc