mercurial/commands.py
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
Sat, 17 Sep 2011 13:08:24 -0500 Matt Mackall forget: add help examples
Fri, 16 Sep 2011 17:53:58 -0500 Matt Mackall remove: suggest forget to undo adds
Fri, 16 Sep 2011 17:41:36 -0500 Matt Mackall remove: simplify help
Fri, 16 Sep 2011 17:08:18 -0500 Matt Mackall import: add help examples
Fri, 16 Sep 2011 16:52:45 -0500 Matt Mackall id: add some help examples
Fri, 16 Sep 2011 16:40:27 -0500 Matt Mackall export: add help examples
Fri, 16 Sep 2011 16:39:55 -0500 Matt Mackall diff: add help examples
Fri, 16 Sep 2011 15:31:21 -0500 Matt Mackall archive: add help examples
Fri, 16 Sep 2011 14:37:57 -0500 Matt Mackall log: add a usage note about --removed
Fri, 16 Sep 2011 14:37:56 -0500 Matt Mackall log: rearrange the help text a bit
Fri, 16 Sep 2011 14:37:55 -0500 Matt Mackall log: add some usage examples to verbose help
Sat, 10 Sep 2011 17:56:42 -0500 Matt Mackall merge with stable
Fri, 09 Sep 2011 14:41:22 -0500 Matt Mackall log: remove -h short option for --hidden (issue2995) stable
Sat, 20 Aug 2011 21:47:10 +0100 Marc Simpson ui: use labels when outputting tags
Thu, 18 Aug 2011 17:24:04 -0500 Matt Mackall merge with stable
Thu, 18 Aug 2011 13:56:58 +0200 Martin Geisler commands: clarify that 'hg heads foo' shows heads on branch foo stable
Wed, 17 Aug 2011 14:17:35 +0200 Martin Geisler merge with stable
Wed, 17 Aug 2011 16:41:14 +0800 Pang Yan Han commands: fix grammar in resolve help text stable
Thu, 11 Aug 2011 22:05:57 -0500 Matt Mackall minirst: add simple table support
Thu, 04 Aug 2011 16:12:58 -0500 Matt Mackall help: move option text display into a helper function
Thu, 04 Aug 2011 15:36:15 -0500 Matt Mackall help: move 'additional help topics' code
Thu, 04 Aug 2011 15:08:41 -0500 Matt Mackall help: drop with_version
Tue, 02 Aug 2011 11:32:39 +0200 Adrian Buehlmann revert: introduce short option -C for --no-backup
Sat, 30 Jul 2011 11:08:45 +0100 Andrzej Bieniek export: add %m to file format string (first line of the commit message)
Mon, 25 Jul 2011 15:36:13 -0500 Augie Fackler help command: use safehasattr instead of hasattr
Mon, 25 Jul 2011 16:36:56 -0500 Augie Fackler debugignore: use getattr instead of hasattr
Mon, 25 Jul 2011 16:24:37 -0500 Augie Fackler globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')
Fri, 22 Jul 2011 17:17:23 -0500 Matt Mackall merge with stable
Thu, 21 Jul 2011 15:52:08 -0500 Augie Fackler summary: allow color to highlight active bookmark
Mon, 18 Jul 2011 07:53:26 -0500 Augie Fackler summary: show bookmarks separate from tags and note active mark (issue2892)
Thu, 21 Jul 2011 15:39:37 -0500 Matt Mackall revert: restore check for uncommitted merge (issue2915) (BC) stable
Wed, 13 Jul 2011 16:43:18 -0500 Matt Mackall commit: suppress spurious new head message for duplicate commit (issue2893)
Thu, 07 Jul 2011 10:34:19 +0200 Martin Geisler merge with stable
Thu, 07 Jul 2011 10:19:37 +0200 Martin Geisler commands: use mergetoolopts when a command supports --tool
Thu, 07 Jul 2011 10:32:30 +0200 Martin Geisler commands: improve help for -y/--noninteractive stable
Tue, 05 Jul 2011 14:36:33 +0300 Idan Kamara commands, merge: call setconfig on the right ui
Sun, 26 Jun 2011 01:13:30 +0200 Adrian Buehlmann revert: improve hints on abort when reverting to parent without --all stable
Fri, 24 Jun 2011 17:04:37 +0300 Idan Kamara archive: wrap the ui descriptor so it doesn't get closed stable
Fri, 24 Jun 2011 17:04:37 +0300 Idan Kamara bisect: use ui out descriptor when calling util.system stable
Fri, 24 Jun 2011 10:31:44 +0200 Adrian Buehlmann update: do not use the term 'update' when mentioning reverting one file stable
Fri, 24 Jun 2011 12:37:29 +0200 Adrian Buehlmann revert: mention update in hint of abort when reverting to non-parent stable
Fri, 24 Jun 2011 10:51:05 +0200 Adrian Buehlmann update: clarify that update changes the parent revison stable
Wed, 22 Jun 2011 15:34:33 +0200 Adrian Buehlmann revert: be more helpful on uncommitted merges stable
Mon, 20 Jun 2011 22:15:52 -0500 Kevin Bullock revert: be more explicit that changes are lost stable
Tue, 21 Jun 2011 18:35:13 +0200 David Soria Parra i18n: remove translation of debug messages stable
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall fileset: drop matchfn
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: switch match users to supplying contexts
Fri, 03 Jun 2011 17:27:41 +0300 Idan Kamara serve: add --cmdserver option to communicate with hg over a pipe
Thu, 16 Jun 2011 01:58:00 +0200 Pierre-Yves David log: do not display hidden changeset
less more (0) -1000 -300 -100 -60 tip