log tests/test-commit.out @ 8811:8b35b08724eb

age author description
Mon, 01 Jun 2009 21:51:00 -0500 Matt Mackall commit: move explicit file checking into repo.commit
Mon, 18 May 2009 17:36:24 -0500 Matt Mackall commit: explain how to abort commit in editor
Mon, 18 May 2009 17:36:24 -0500 Matt Mackall commit: move editor outside transaction
Thu, 09 Oct 2008 14:16:17 +0200 Patrick Mezard Show added files as "added" in editor commit message (issue 1330)
Fri, 22 Aug 2008 22:32:53 +0200 Gilles Moris Have verbose and debug flag print the changeset rev and hash when committing.
Sun, 24 Aug 2008 22:13:39 +0200 Patrick Mezard Backed out changeset d557749c627a
Fri, 22 Aug 2008 13:25:35 +0200 Gilles Moris Have verbose flag print the changeset hash when committing
Mon, 24 Mar 2008 15:50:58 -0700 Bryan O'Sullivan Tests for issue 1049 1.0
Sun, 17 Feb 2008 21:34:28 +0100 Thomas Arendsen Hein Fix bad behaviour when specifying an invalid date (issue700)
Fri, 15 Feb 2008 10:38:37 -0200 Alexis S. L. Carvalho cmdutil.commit: use relative paths in the error messages
Thu, 14 Feb 2008 18:08:16 -0200 Alexis S. L. Carvalho status: put added files that have disappeared in the deleted list
Fri, 28 Dec 2007 17:10:25 +0100 Thomas Arendsen Hein Clarify some messages during commit:
Fri, 28 Dec 2007 14:51:16 +0100 Patrick Mezard Prompt for a commit message in editor, improve error message
Sun, 22 Jul 2007 14:53:57 -0500 Matt Mackall transactions: avoid late tear-down (issue641)
Tue, 20 Mar 2007 22:21:05 -0300 Alexis S. L. Carvalho Merge additional fixes for my matcher changes