mercurial/commands.py
Sat, 12 Nov 2011 13:15:40 +0100 Stefano Tortarolo graft: preserve original source in subsequent grafts stable
Tue, 15 Nov 2011 02:44:55 +0100 Mads Kiilerich forget: use forward slashes for internal paths
Wed, 17 Aug 2011 08:55:01 -0500 Kevin Bullock bookmark: remove excess creation of changectx's
Wed, 17 Aug 2011 08:49:40 -0500 Kevin Bullock bookmark: same order for options and code
Wed, 09 Nov 2011 19:46:51 -0500 David M. Carr forget: support forgetting explicit paths in subrepos
Thu, 10 Nov 2011 11:00:27 -0600 Matt Mackall merge with stable
Tue, 08 Nov 2011 21:31:39 +0100 Stefano Tortarolo graft: mark a string for translation stable
Mon, 07 Nov 2011 03:14:54 +0100 Mads Kiilerich windows: use umask 022 in debugstate output
Sun, 06 Nov 2011 14:40:31 -0600 Matt Mackall log: hide hidden option until it actually does something
Wed, 02 Nov 2011 15:06:40 -0500 Matt Mackall log: hide some low-utility options
Wed, 02 Nov 2011 13:51:16 -0500 Matt Mackall localrepo: convert various repo.set() users to repo.revs()
Sat, 29 Oct 2011 11:02:23 -0500 Matt Mackall backout dbdb777502dc (issue3077) (issue3071) stable
Wed, 26 Oct 2011 18:47:12 +0200 Peer Stritzinger revert: fix missing removes when parent was changed in dirstate stable
Mon, 24 Oct 2011 16:57:14 -0500 Matt Mackall graft: fix duplicate filter logic stable
Mon, 24 Oct 2011 16:57:14 -0500 Matt Mackall graft: fix duplicate scan message stable
Mon, 24 Oct 2011 12:09:12 -0500 Matt Mackall graft: fix formatting of message stable
Mon, 24 Oct 2011 13:51:24 +0200 Thomas Arendsen Hein consistency: use util.realpath instead of os.path.realpath where useful stable
Fri, 21 Oct 2011 11:10:43 -0500 Kevin Bullock import: abort usefully if no patch name given stable
Fri, 21 Oct 2011 00:33:08 +0200 Martin Geisler subrepos: abort commit by default if a subrepo is dirty (BC) stable
Tue, 18 Oct 2011 09:38:10 -0200 Wagner Bruna import: add i18n context stable
Sun, 16 Oct 2011 01:26:06 +0200 Mads Kiilerich grep: correct handling of matching lines without line ending (issue3050) stable
Sun, 16 Oct 2011 11:12:59 +0200 Thomas Arendsen Hein commands: use separate try/except and try/finally as needed for python2.4 stable
Sat, 15 Oct 2011 01:06:52 +0200 Angel Ezquerra revert: warn that subrepos cannot be reverted
Fri, 14 Oct 2011 15:40:50 -0500 Matt Mackall graft: use status verbosity for reporting grafts
Wed, 12 Oct 2011 18:59:59 -0500 Matt Mackall graft: add examples and information about copied metadata
Wed, 12 Oct 2011 18:48:57 -0500 Matt Mackall graft: add --continue support
Wed, 12 Oct 2011 18:46:23 -0500 Matt Mackall graft: add user, date, and tool options
Wed, 12 Oct 2011 18:46:03 -0500 Matt Mackall graft: add --edit
Wed, 12 Oct 2011 18:45:36 -0500 Matt Mackall graft: add initial implementation
Tue, 11 Oct 2011 18:48:45 +0200 Pierre-Yves David resolve: update documentation to mention the .orig backup
Tue, 11 Oct 2011 23:16:05 -0500 Matt Mackall pyflakes: clean up some import noise
Tue, 11 Oct 2011 08:32:04 -0500 Matt Mackall import: add --edit switch
Sat, 08 Oct 2011 15:19:05 -0500 Matt Mackall branch: fix formatting of help note
Sat, 08 Oct 2011 14:18:18 -0500 Matt Mackall backout: deprecate/hide support for backing out merges
Sat, 08 Oct 2011 13:28:13 -0500 Matt Mackall backout: add a note about not working on merges
Sat, 08 Oct 2011 13:23:57 -0500 Matt Mackall backout: mark some help verbose
Fri, 07 Oct 2011 17:08:24 -0500 Matt Mackall help: generate command help into a single RST string for formatting
Fri, 07 Oct 2011 16:36:54 -0500 Matt Mackall help: unify the two -v notes for command help
Fri, 07 Oct 2011 15:36:50 -0500 Matt Mackall debuginstall: report the template path
Sun, 02 Oct 2011 14:34:28 -0400 Greg Ward import: wrap a transaction around the whole command
Sat, 01 Oct 2011 21:52:44 -0400 Greg Ward import: improve error reporting
Sat, 01 Oct 2011 21:51:25 -0400 Greg Ward import: join base with patchurl *after* checking for stdin
Sat, 01 Oct 2011 21:49:04 -0400 Greg Ward import: rename some local variables
Sat, 01 Oct 2011 21:30:49 -0400 Greg Ward import: simplify status reporting logic (and make it more I18N-friendly)
Sun, 02 Oct 2011 13:13:46 -0500 Matt Mackall rst: fix detection of single-row tables
Fri, 30 Sep 2011 21:58:54 -0400 Greg Ward rollback: avoid unsafe rollback when not at tip (issue2998)
Fri, 30 Sep 2011 14:26:36 -0500 Matt Mackall clone: add help examples
Fri, 30 Sep 2011 14:12:48 -0500 Matt Mackall clone: add a note about -u/-U
Fri, 30 Sep 2011 14:09:45 -0500 Matt Mackall clone: move portions of help into the verbose section
Fri, 30 Sep 2011 11:30:00 -0500 Matt Mackall clone: move url crossref to bottom
Fri, 30 Sep 2011 11:27:59 -0500 Matt Mackall clone: improve help on -r/-b and tags
Tue, 20 Sep 2011 20:21:04 +0200 Yann E. MORIN revset.bisect: add 'ignored' set to the bisect keyword
Wed, 21 Sep 2011 13:00:48 -0500 Matt Mackall help: use RST to format option lists
Sun, 18 Sep 2011 23:57:49 +0200 Yann E. MORIN bisect: add some bisection examples, and some log revset.bisect() examples
Sat, 17 Sep 2011 14:55:55 -0500 Matt Mackall help: make optlist local to subfunctions
Sat, 17 Sep 2011 14:50:42 -0500 Matt Mackall help: move option list display into subfunctions
Sat, 17 Sep 2011 14:46:13 -0500 Matt Mackall help: fold header selection into helplist
Sat, 17 Sep 2011 14:46:00 -0500 Matt Mackall help: fold some list help clauses into the helplist function
Sat, 17 Sep 2011 14:17:09 -0500 Matt Mackall minirst: end all blocks with newlines
Sat, 17 Sep 2011 13:20:10 -0500 Matt Mackall status: add some help examples
less more (0) -1000 -300 -100 -60 tip