log mercurial/commands.py @ 4864:fc8b3e7cbf6b

age author description
Wed, 11 Jul 2007 19:56:16 -0300 Alexis S. L. Carvalho improve warning for hg add foo; hg mv foo bar
Tue, 10 Jul 2007 10:06:24 -0700 Brendan Cully archive: abort on empty repository. Fixes #624.
Mon, 09 Jul 2007 22:12:28 -0700 Brendan Cully Add SSL support to hg serve, activated via --certificate option
Sun, 08 Jul 2007 19:59:02 +0200 Thomas Arendsen Hein Add --line-number option to hg annotate (issue506)
Sat, 07 Jul 2007 20:52:31 +0200 Thomas Arendsen Hein Use a prefix for debuginstall tempfiles.
Thu, 05 Jul 2007 15:37:23 -0500 Matt Mackall extensions: untangle some recursive dependencies
Thu, 05 Jul 2007 19:13:08 +0200 Patrick Mezard Fix issue589 wording problem
Wed, 04 Jul 2007 09:20:56 +0200 Thomas Arendsen Hein Fixed calling the merge script and reporting errors in debuginstall (issue617)
Tue, 03 Jul 2007 03:06:40 -0300 Alexis S. L. Carvalho Make hg add foo; hg mv foo bar work.
Thu, 28 Jun 2007 21:16:25 -0700 Brendan Cully Handle extensions with defined but empty cmdtable
Tue, 26 Jun 2007 22:38:57 +0200 Thomas Arendsen Hein Updated command tables in commands.py and hgext extensions.
Tue, 26 Jun 2007 15:28:17 +0200 Thomas Arendsen Hein Fix and test 'hg backout' without or with too many revisions.
Mon, 25 Jun 2007 12:44:48 -0500 Matt Mackall backout: report short hash in commit message
Sun, 24 Jun 2007 10:08:38 -0500 Giorgos Keramidas unbundle: accept multiple file arguments
Sun, 24 Jun 2007 09:47:54 -0500 Matt Mackall cat: return an error on failure
Sat, 23 Jun 2007 22:25:11 -0500 paul sorenson Command in doc comment is now on a single line, fixed
Sat, 23 Jun 2007 20:21:10 +0200 Thomas Arendsen Hein Remember path to 'hg' executable and pass to external tools and hooks as $HG.
Fri, 22 Jun 2007 17:29:49 -0500 Matt Mackall rollback: update help for issue316
Thu, 21 Jun 2007 18:05:14 -0500 Matt Mackall Merge with Eric Hopper
Thu, 21 Jun 2007 10:40:09 -0700 Eric Hopper Change branches to sort 'active' branches first, and add an option to show only active branches.
Thu, 21 Jun 2007 22:19:41 +0200 Patrick Mezard Merge with crew
Thu, 21 Jun 2007 21:58:18 +0200 Marcos Chaves Handle CTRL+C in serve under Windows.
Thu, 21 Jun 2007 13:09:01 -0500 Matt Mackall identify: take a path to a remote repo
Thu, 21 Jun 2007 11:54:16 -0500 Matt Mackall identify: work with remote repos
Thu, 21 Jun 2007 11:54:13 -0500 Matt Mackall identify: add support for output flags
Thu, 21 Jun 2007 11:54:11 -0500 Matt Mackall identify: accept a revision argument
Thu, 21 Jun 2007 11:42:39 -0500 Matt Mackall identify: use contexts
Thu, 21 Jun 2007 11:42:39 -0500 Matt Mackall identify: show nullid for empty repo
Thu, 21 Jun 2007 09:25:49 +0200 Thomas Arendsen Hein Kill trailing spaces
Fri, 15 Jun 2007 14:48:21 -0500 TK Soh tag: abort when trying to remove nonexistent tags