mercurial/commands.py
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.
Sun, 10 Dec 2006 12:46:47 +0100 Benoit Boissinot debuginstall: fix a copy/paste error
Sun, 10 Dec 2006 01:05:00 -0600 Matt Mackall Add some remedies and a username check to debuginstall
Sun, 10 Dec 2006 00:44:52 -0600 Matt Mackall Make debuginstall actually attempt to use external patch and merge
Sun, 10 Dec 2006 00:05:47 -0600 Matt Mackall Add debuginstall command to do basic install tests
Sat, 09 Dec 2006 14:00:36 +0100 Thomas Arendsen Hein Removed unneeded OSError exception handler.
Fri, 08 Dec 2006 20:44:58 -0600 Matt Mackall Fix log regression where log -p file showed diffs for other files
Fri, 08 Dec 2006 14:06:26 -0800 Brendan Cully Merge with mpm
Fri, 08 Dec 2006 12:53:51 -0800 Brendan Cully Merge with mpm
Fri, 08 Dec 2006 15:05:39 -0600 Matt Mackall Merge with crew
Fri, 08 Dec 2006 14:55:45 -0600 Matt Mackall Add doc notes about revert and hg status vs diff
Thu, 07 Dec 2006 11:22:17 +0100 Thomas Arendsen Hein Fixed indentation, spacing and a typo (debugdata->debugdate) in commands.table.
Fri, 08 Dec 2006 13:04:10 -0600 Matt Mackall Add notes about diff/merge asymmetry to export, diff, and log
Wed, 06 Dec 2006 17:58:45 -0600 Matt Mackall Remove date parameter from merge
Wed, 06 Dec 2006 17:58:09 -0600 Matt Mackall Add --date support to update and revert
Wed, 06 Dec 2006 15:29:17 -0600 Matt Mackall Add --date support to log
Wed, 06 Dec 2006 15:11:44 -0600 Matt Mackall Add date matching support
Wed, 06 Dec 2006 13:13:25 -0600 Matt Mackall add debugdate command
Wed, 06 Dec 2006 12:45:27 -0600 Matt Mackall Merge with crew
Tue, 05 Dec 2006 22:46:36 +0100 Thomas Arendsen Hein Removed unused parameters/options of update command.
Tue, 05 Dec 2006 13:41:42 -0800 Brendan Cully Add "null" pseudo-tag pointing to nullid
Tue, 05 Dec 2006 16:28:56 -0600 Matt Mackall Allow topics to be callables
Tue, 05 Dec 2006 16:06:13 -0600 Matt Mackall Add basic support for help topics and a dates topic
Tue, 21 Nov 2006 20:00:15 -0200 Alexis S. L. Carvalho make hg commit <dirname> work again
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Add global options for setting encoding and encodingmode
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Handle transcoding of branch names
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Handle transcoding of tags
Sat, 02 Dec 2006 22:35:17 +0100 Thomas Arendsen Hein Move ellipsis code to util.ellipsis() and improve maxlength handling.
Thu, 30 Nov 2006 22:38:48 -0600 Matt Mackall make manifest friendlier
Wed, 22 Nov 2006 23:02:28 +0100 Thomas Arendsen Hein Removed unused ui parameter from revpair/revrange and fix its users.
Wed, 22 Nov 2006 22:33:57 +0100 Thomas Arendsen Hein Use 'bundletype' instead of 'type' to not shadow built-in function.
Wed, 22 Nov 2006 22:08:00 +0100 Benoit Boissinot fix writebundle for bz2 bundles
Sun, 19 Nov 2006 16:09:04 +0100 Thomas Arendsen Hein Indentation cleanups for 2956948b81f3.
Sat, 18 Nov 2006 17:20:38 -0200 Marcos Chaves fix warnings generated by pygettext.py.
Fri, 17 Nov 2006 08:06:54 +0100 Thomas Arendsen Hein white space and line break cleanups
Thu, 16 Nov 2006 08:52:55 +0100 Thomas Arendsen Hein Merge with crew.
Thu, 16 Nov 2006 08:51:22 +0100 Thomas Arendsen Hein Use nullrev+count instead of count-1 in a newly introduced expression.
Wed, 15 Nov 2006 19:18:57 -0200 Alexis S. L. Carvalho commands.docopy: pay attention on whether paths use "/" or os.sep
less more (0) -300 -100 -60 tip