mercurial/commands.py
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: move push/pull command features to core
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: merge current tracking on update into core
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: merge incoming/outgoing into core
Sat, 05 Feb 2011 13:59:34 +0000 Javi Merino doc: Add back quotes around filenames
Fri, 04 Feb 2011 09:17:07 +0100 Martin Geisler merge with stable
Thu, 03 Feb 2011 00:27:44 -0600 Jonathan Nieder backout: make help more explicit about what backout does stable
Tue, 01 Feb 2011 01:55:45 +0100 Mads Kiilerich merge with stable
Sat, 29 Jan 2011 23:23:24 +0900 Yuya Nishihara url: add --insecure option to bypass verification of ssl certificates stable
Tue, 18 Jan 2011 14:16:27 +0100 Adrian Buehlmann commit: use the term SCM instead of RCS
Sun, 02 Jan 2011 19:34:41 +0100 Adrian Buehlmann rename util.unlink to unlinkpath
Wed, 05 Jan 2011 15:56:03 +0100 Martin Geisler merge with stable
Wed, 05 Jan 2011 10:47:35 +0100 Martin Geisler commands: clarify which aliases "hg help -v" show (issue2572) stable
Sun, 26 Dec 2010 00:43:49 +0100 Mads Kiilerich extensions: warn about invalid extensions when listing disabled commands
Tue, 14 Dec 2010 17:10:01 -0600 Matt Mackall merge with stable
Mon, 06 Dec 2010 22:04:10 -0600 Kevin Bullock tag: abort if not at a branch head (issue2552) stable
Tue, 07 Dec 2010 08:02:54 +0100 Kevin Bullock tag: fix uncommitted merge check and error message (issue2542) stable
Wed, 01 Dec 2010 18:47:40 -0600 Matt Mackall merge with stable
Fri, 26 Nov 2010 18:45:35 +0100 Adrian Buehlmann serve: fix doc typo stable
Wed, 24 Nov 2010 15:56:32 -0600 Matt Mackall branch: operate on branch names in local string space where possible
Sat, 20 Nov 2010 20:41:48 +0200 timeless revert: improve merge advice and favor its error over all
Thu, 11 Nov 2010 07:23:38 +0100 Martin Geisler merge with stable
Tue, 09 Nov 2010 20:25:56 +0000 Richard Hopkins gpg, commands: fixed util.abort to util.Abort typos stable
Thu, 11 Nov 2010 00:08:09 +0100 Martin Geisler check-code: using and/or/not as a function is bad style
Thu, 04 Nov 2010 16:21:28 -0500 Matt Mackall commands: add revset support to most commands
Thu, 04 Nov 2010 11:33:57 -0500 Steve Borho import: add another line feed to message join string
Thu, 21 Oct 2010 16:04:34 -0500 Steve Borho import: --no-commit should update .hg/last-message.txt
Sat, 30 Oct 2010 02:47:35 -0500 Matt Mackall debugindex: add --format flag to allow debugging parentdelta stable
Wed, 20 Oct 2010 15:32:35 +0200 Gilles Moris log: do case insensitive search for --user option stable
Wed, 27 Oct 2010 00:28:40 +0200 Mads Kiilerich subrepo: propagate non-default pull/push path to relative subrepos (issue1852) stable
Mon, 25 Oct 2010 13:06:37 -0500 Matt Mackall traceback: point to BugTracker on the wiki stable
Sun, 24 Oct 2010 16:02:10 -0500 Matt Mackall version: replace email address with url to reduce private mail stable
Sat, 23 Oct 2010 19:21:51 +0200 Patrick Mezard revsets: generate predicate help dynamically stable
Fri, 22 Oct 2010 11:58:43 -0500 Steve Borho backout: add --tool argument for specifying merge tool stable
Fri, 22 Oct 2010 17:08:15 +0200 Mads Kiilerich help: improve merge-tools topic, describe --tool and clarify details stable
Thu, 21 Oct 2010 21:26:32 +0200 Martin Geisler commands: mark tip:0 as literal text stable
Tue, 19 Oct 2010 22:33:52 -0500 Steve Borho merge: implement --tool arguments using new ui.forcemerge configurable
Mon, 18 Oct 2010 23:20:14 -0500 Steve Borho merge: when --tool is specified, disable HGMERGE by setting to empty string
Sun, 17 Oct 2010 00:45:34 +0200 Adrian Buehlmann Revert: capitalization doc fix
Fri, 15 Oct 2010 23:00:45 -0500 Steve Borho merge: add --tool argument to merge and resolve
Fri, 10 Sep 2010 10:28:18 +0200 Gilles Moris backout: provide linear backout as a default (without --merge option)
Mon, 11 Oct 2010 10:07:42 -0500 Augie Fackler update: use revsingle to enable use of revsets as update targets (issue1993)
Mon, 11 Oct 2010 13:26:29 -0500 Benoit Boissinot merge with mpm
Mon, 11 Oct 2010 13:49:53 +0200 Dirkjan Ochtman commands: add move alias for the rename command
Sun, 10 Oct 2010 18:02:52 -0500 Matt Mackall util: make wrap() require a width argument
Sat, 09 Oct 2010 16:55:33 -0500 Brodie Rao showconfig: don't accept multiple sections and one config item
Sun, 10 Oct 2010 10:06:36 -0500 Augie Fackler termwidth: move to ui.ui from util
Thu, 07 Oct 2010 23:34:21 -0500 Kevin Bullock help: improve description of update --check
Thu, 07 Oct 2010 18:24:29 -0500 Matt Mackall revsets: introduce revsingle helper
Fri, 01 Oct 2010 23:16:11 +0200 Martin Geisler heads: mention STARTREV in synopsis and help for --rev
Wed, 29 Sep 2010 01:32:51 +0200 Mads Kiilerich init: expand destination url as a configured paths
Wed, 29 Sep 2010 01:32:50 +0200 Mads Kiilerich serve: let --web-conf help reference hgweb
Fri, 24 Sep 2010 12:00:55 +0200 Erik Zielke incoming/outgoing: Fix recursion on sub repositories
Thu, 23 Sep 2010 16:31:38 +0200 Christian Ebert Use more note admonitions in help texts
Wed, 22 Sep 2010 16:23:55 +0200 Erik Zielke Use note admonition
Thu, 23 Sep 2010 10:59:21 +0200 Martin Geisler merge with stable
Wed, 22 Sep 2010 19:15:27 -0500 Brodie Rao grep: only catch re.error when compiling regular expressions stable
Thu, 23 Sep 2010 01:59:02 +0200 Mads Kiilerich merge with stable
Thu, 23 Sep 2010 01:23:16 +0200 Mads Kiilerich log: include unmodified-in-merge files in log diff/stat (issue2383) stable
Mon, 06 Sep 2010 17:35:49 +0200 Peter Arrenbrecht merge: delay writing the mergestate during until commit is called
Mon, 20 Sep 2010 15:46:17 +0200 Martin Geisler subrepo: add support for 'hg archive'
less more (0) -1000 -300 -100 -60 tip