log mercurial/commands.py @ 4055:e37786b29bed

age author description
Tue, 30 Jan 2007 18:32:20 -0200 Alexis S. L. Carvalho docopy: deal with globs on windows in a better way
Tue, 30 Jan 2007 00:26:19 +0100 Benoit Boissinot mtime can be -1 after a merge and cause tracebacks on win32.
Wed, 24 Jan 2007 23:07:09 +0100 Thomas Arendsen Hein merge with stable
Sun, 14 Jan 2007 19:10:35 +0100 Patrick Mezard Copied files sources were not shown by status -C under Win32.
Tue, 02 Jan 2007 22:40:52 +0100 Thomas Arendsen Hein sync with -stable
Fri, 29 Dec 2006 06:37:43 +0100 Benoit Boissinot various doc fixes
Fri, 29 Dec 2006 06:08:46 +0100 Benoit Boissinot catch socket.error
Thu, 28 Dec 2006 01:14:12 +0100 Benoit Boissinot inst.reason isn't alway in the form (errno, strerror)
Tue, 26 Dec 2006 21:59:01 +0100 Benoit Boissinot fix hg help <ext> for extension that do not define any command
Tue, 26 Dec 2006 15:33:50 +0100 Thomas Arendsen Hein Improved error message for extensions overriding commands (with test):
Tue, 26 Dec 2006 03:13:57 +0100 Benoit Boissinot commands.py: use contexts in various places (debug*state, revert)
Fri, 22 Dec 2006 22:51:39 +0100 Benoit Boissinot grep: remove count handling, simplify, fix issue337
Fri, 22 Dec 2006 22:16:05 +0100 Benoit Boissinot grep: incrementing is always False during 'iter'
Tue, 19 Dec 2006 16:37:45 -0600 Matt Mackall hg in: if no incoming csets, remove existing bundle
Tue, 19 Dec 2006 08:58:56 -0600 Matt Mackall incoming/outgoing: return failure if no changes found
Mon, 18 Dec 2006 12:22:43 -0800 Brendan Cully Add revlog.LookupError exception, and use it instead of RevlogError.
Sat, 16 Dec 2006 23:36:06 +0100 Thomas Arendsen Hein merge with crew-stable
Sat, 16 Dec 2006 22:58:10 +0100 Thomas Arendsen Hein doc fix: hg tags defaults to current parent revision, too.
Sat, 16 Dec 2006 22:33:39 +0100 Thomas Arendsen Hein doc string fix: hg cat and manifest default to current parent revision.
Fri, 15 Dec 2006 18:38:09 -0800 Brendan Cully Merge with crew-stable
Fri, 15 Dec 2006 19:30:20 +0100 Thomas Arendsen Hein Don't use node length for calculating revision number length.
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Thu, 14 Dec 2006 15:55:46 -0600 Matt Mackall Merge with crew
Thu, 14 Dec 2006 19:30:18 +0100 Thomas Arendsen Hein Corrected synopsis for many commands.
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Tue, 12 Dec 2006 18:16:23 -0600 Matt Mackall Remove deprecated old-style branch support
Sun, 10 Dec 2006 20:35:28 -0200 Alexis S. L. Carvalho Use UTF-8 in .hg/branch
Sun, 10 Dec 2006 19:41:57 +0100 Benoit Boissinot fix errors spotted by pychecker
Sun, 10 Dec 2006 16:24:21 +0100 Benoit Boissinot debuginstall: fix an incorrect variable
Mon, 20 Nov 2006 23:37:21 +0100 Mathieu Clabaut Uniformisation of commit help for -m and -l.