log mercurial/commands.py @ 16853:7863ff383894

age author description
Sat, 02 Jun 2012 11:25:40 +0200 Olav Reinert help: format command and option list help using RST
Sat, 02 Jun 2012 11:22:33 +0200 Olav Reinert help: format extension lists using RST
Mon, 04 Jun 2012 15:43:16 +0300 Idan Kamara graft: restore config option on correct ui stable
Fri, 01 Jun 2012 12:35:30 +0200 Olav Reinert help: format command help using RST
Fri, 01 Jun 2012 12:15:45 +0200 Olav Reinert help: format topic help using RST
Fri, 01 Jun 2012 12:01:33 +0200 Olav Reinert help: inline helper function used once only
Fri, 01 Jun 2012 11:58:23 +0200 Olav Reinert minirst: generate tables as a list of joined lines
Tue, 22 May 2012 22:08:41 +0200 Olav Reinert help: inline helper function used once only
Tue, 22 May 2012 22:08:41 +0200 Olav Reinert help: remove redundant parameter
Tue, 22 May 2012 22:08:41 +0200 Olav Reinert help: move some helper functions to help.py
Tue, 22 May 2012 22:08:41 +0200 Olav Reinert help: remove dependency on ui from some helper functions
Thu, 17 May 2012 15:52:14 -0500 Matt Mackall merge with stable
Sat, 12 May 2012 19:38:20 +0200 Sune Foldager bundle: make bundles more portable (isue3441) stable
Sun, 13 May 2012 14:04:07 +0200 Brodie Rao branches: improve performance by removing redundant operations
Sun, 13 May 2012 14:04:06 +0200 Brodie Rao context: add changectx.closesbranch() method
Sun, 13 May 2012 14:04:04 +0200 Brodie Rao localrepo: add branchtip() method for faster single-branch lookups
Sat, 12 May 2012 16:53:36 +0200 Patrick Mezard phase: remove useless test, olddata is never None
Sun, 13 May 2012 15:26:06 +0200 Matt Mackall help: tweak keyword format output
Sun, 13 May 2012 06:03:11 -0500 Augie Fackler help: add --keyword (-k) for searching help
Sun, 13 May 2012 11:55:42 +0200 David Soria Parra merge: respect bookmarks during merge
Sun, 13 May 2012 13:18:06 +0200 Brodie Rao check-code: ignore naked excepts with a "re-raise" comment
Sat, 12 May 2012 20:06:04 +0200 Mads Kiilerich unbundle: move bookmark update outside the lock
Sat, 12 May 2012 16:02:46 +0200 Brodie Rao cleanup: replace naked excepts with except Exception: ...
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Fri, 11 May 2012 18:51:35 +0200 Levi Bard graft: implement --log (issue3438)
Sat, 12 May 2012 00:24:07 +0200 Patrick Mezard phase: make if abort on nullid for the good reason
Sat, 12 May 2012 00:24:07 +0200 Patrick Mezard phases: introduce phasecache
Tue, 08 May 2012 15:31:00 -0700 Bryan O'Sullivan bisect: set HG_NODE when runing a command
Tue, 08 May 2012 15:29:09 -0700 Bryan O'Sullivan bisect: track the current changeset (issue3382)
Sat, 12 May 2012 00:06:11 +0200 Matt Mackall merge with stable
Fri, 11 May 2012 15:15:50 +0200 Levi Bard addremove: document default similarity behavior (issue3429) stable
Sun, 06 May 2012 17:12:22 -0700 Travis Herrick branches: quiet option observes other parameters
Tue, 08 May 2012 12:05:45 -0500 Matt Mackall merge with stable
Sun, 06 May 2012 14:15:17 -0500 Matt Mackall graft: remark on empty graft
Wed, 02 May 2012 17:15:11 -0700 Bryan O'Sullivan bisect: save current state before running a command stable
Sun, 06 May 2012 23:58:04 +0900 Yuya Nishihara commands: parse ui.strict config item as bool stable
Tue, 01 May 2012 22:14:51 +0100 A. S. Budden help: add reference to template help (issue3413) stable
Sun, 29 Apr 2012 22:25:55 +0200 Patrick Mezard localrepo: add setparents() to adjust dirstate copies (issue3407) stable
Sat, 21 Apr 2012 10:23:47 +0200 Adrian Buehlmann commit: use ui.configbool when checking 'commitsubrepos' setting on --amend stable
Mon, 23 Apr 2012 12:12:04 +0200 Patrick Mezard update: make --check abort with dirty subrepos stable
Mon, 23 Apr 2012 12:09:54 +0200 Patrick Mezard update: fix "not rev" vs "rev is None" stable
Thu, 19 Apr 2012 18:11:48 +0300 Idan Kamara commands: add missing wlock to graft stable
Thu, 19 Apr 2012 17:59:23 +0300 Idan Kamara commands: add missing wlock to branch stable
Thu, 19 Apr 2012 17:59:23 +0300 Idan Kamara commands: add missing wlock to backout stable
Wed, 18 Apr 2012 01:20:16 +0300 Idan Kamara commit: add option to amend the working dir parent
Fri, 13 Apr 2012 11:01:07 -0700 Bryan O'Sullivan commands: move bundle type validation earlier
Tue, 10 Apr 2012 12:49:12 -0500 Matt Mackall graft: add --dry-run support (issue3362)
Fri, 06 Apr 2012 15:18:14 -0500 Matt Mackall merge with stable
Wed, 04 Apr 2012 12:31:31 +0200 Thomas Arendsen Hein export: catch exporting empty revsets (issue3353) stable
Wed, 28 Mar 2012 11:42:17 +0200 Angel Ezquerra revert: move bulk of revert command from commands to cmdutil
Thu, 22 Mar 2012 16:54:46 -0500 Matt Mackall encoding: tune fast-path of tolocal a bit
Mon, 12 Mar 2012 13:37:39 -0500 Matt Mackall pvec: introduce pvecs
Thu, 08 Mar 2012 15:59:33 -0600 Matt Mackall merge with stable
Thu, 08 Mar 2012 13:35:27 -0600 Matt Mackall i18n: fix all remaining uses of % inside _() stable
Wed, 07 Mar 2012 23:21:11 +0000 Javi Merino update: don't translate the abort message twice stable
Sun, 04 Mar 2012 16:48:04 -0600 Matt Mackall merge with stable
Fri, 02 Mar 2012 11:46:18 -0300 Wagner Bruna debugbuilddag: fix starting a dag on a non-default branch stable
Fri, 24 Feb 2012 11:02:21 +0100 Patrick Mezard debugrevspec: pretty print output
Tue, 28 Feb 2012 21:17:53 -0600 Matt Mackall merge with stable
Tue, 28 Feb 2012 23:47:46 +0200 Idan Kamara update: delete bookmarks.current when explicitly updating to a rev (issue3276) stable