mercurial/commands.py
Tue, 01 Apr 2014 14:33:23 -0700 Pierre-Yves David localrepo: move the getlocalbundle method in changegroup module
Tue, 01 Apr 2014 17:59:06 -0500 Matt Mackall merge with stable
Sat, 08 Mar 2014 18:52:16 +0900 Yuya Nishihara backout: correct commit status of no changes made (BC) (issue4190) stable 2.9.2
Sat, 08 Mar 2014 18:41:56 +0900 Yuya Nishihara backout: document return code of merge conflict stable
Tue, 01 Apr 2014 15:11:19 -0500 Matt Mackall merge with stable
Tue, 01 Apr 2014 02:46:03 +0900 FUJIWARA Katsunori i18n: fix "% inside _()" problems stable
Sat, 15 Feb 2014 19:54:14 +0900 FUJIWARA Katsunori grep: exit loop immediately, if matching is found in the file for "hg grep -l"
Sat, 15 Feb 2014 19:54:05 +0900 FUJIWARA Katsunori grep: use "found" instead of "filerevmatches" examination for efficiency
Sat, 15 Feb 2014 19:52:36 +0900 FUJIWARA Katsunori grep: reuse the first "util.binary()" result for efficiency
Wed, 26 Mar 2014 12:52:57 -0500 Matt Mackall help: add examples to incoming
Mon, 24 Feb 2014 22:42:14 +0100 Mads Kiilerich backout: improve confusing 'cannot backout change on a different branch' abort
Wed, 19 Mar 2014 02:45:14 +0100 Mads Kiilerich config: set a 'source' in most cases where config don't come from file but code
Tue, 18 Mar 2014 18:57:19 -0500 Matt Mackall config: mention edit options and config topic in help
Tue, 18 Mar 2014 18:49:30 -0500 Matt Mackall config: add --global and --local flags
Tue, 18 Mar 2014 14:25:28 -0500 Matt Mackall merge with stable
Mon, 17 Mar 2014 14:57:13 -0400 Jordi Gutiérrez Hermoso commit: propagate --secret option to subrepos (issue4182) stable
Wed, 19 Mar 2014 01:07:41 +0900 FUJIWARA Katsunori tag: save manually edited commit message into ".hg/last-message.txt" stable
Fri, 14 Mar 2014 16:00:11 -0500 Matt Mackall debuginstall: change showing to checking for consistency and future checking
Tue, 31 Dec 2013 00:37:16 -0800 Chris Jerdonek debuginstall: add Python information to debuginstall output (issue4128)
Thu, 13 Mar 2014 12:05:08 -0500 Matt Mackall merge with stable
Thu, 13 Mar 2014 19:48:41 +0900 FUJIWARA Katsunori commit: create new amend changeset as secret correctly for "--secret" option stable
Mon, 10 Mar 2014 15:00:41 -0500 Matt Mackall templater: deprecate --style now that -T exists
Sat, 08 Mar 2014 15:27:25 -0600 Matt Mackall commands: add -T alternative to --template
Fri, 07 Mar 2014 14:29:26 -0500 Jordi Gutiérrez Hermoso config: clarify and exemplify the user name in the sample config file
Thu, 06 Mar 2014 17:26:49 -0600 Matt Mackall status: improve explanation of ' ' status
Mon, 03 Mar 2014 23:21:24 +0900 Yuya Nishihara cmdserver: allow to start server without repository
Mon, 03 Mar 2014 15:34:09 -0600 Matt Mackall merge with stable
Mon, 03 Mar 2014 15:50:45 +0900 Yuya Nishihara phase: say "Returns 0" instead of "Return 0" like other command help stable
Thu, 27 Feb 2014 23:17:37 -0600 Matt Mackall config: make repo optional again
Thu, 27 Feb 2014 18:57:03 -0600 Matt Mackall merge with stable
Tue, 25 Feb 2014 18:45:01 -0800 Pierre-Yves David resolve: use "other" changeset from merge state (issue4163) stable
Thu, 27 Feb 2014 14:48:36 -0600 Matt Mackall merge with stable
Thu, 27 Feb 2014 14:01:52 -0600 Matt Mackall config: add example config file when -e called with no config
Thu, 27 Feb 2014 13:46:32 -0600 Matt Mackall config: add initial implementation of --edit
Thu, 27 Feb 2014 12:42:09 -0600 Matt Mackall config: move showconfig code and add config as primary alias
Tue, 25 Feb 2014 21:26:25 +0100 Piotr Klecha pull: close peer repo on completion (issue2491) (issue2797) stable
Tue, 25 Feb 2014 04:11:11 +0530 anuraggoel push: provide a hint when no paths in configured (issue3692)
Wed, 12 Feb 2014 23:44:30 +0100 Mads Kiilerich log: describe graph symbols in the help
Mon, 03 Feb 2014 10:15:15 -0800 Lucas Moscovicz revset: changed revsets to use spanset
Tue, 11 Feb 2014 16:52:36 -0800 Pierre-Yves David import: move tryone closure in cmdutil
Thu, 13 Feb 2014 13:52:45 -0800 Siddharth Agarwal commands.debugrevspec: add an option to print the optimized expression tree
Tue, 11 Feb 2014 16:30:23 -0800 Pierre-Yves David debugobsolete: extract marker display in a dedicated function
Tue, 04 Feb 2014 14:55:04 -0500 Augie Fackler commands: use ctx.getfileset instead of fileset.getfileset
Mon, 27 Jan 2014 11:17:07 +0100 Simon Heimberg commands: hg debuginstall checks missing templates (issue4151)
Tue, 21 Jan 2014 11:39:26 -0800 Lucas Moscovicz revset: added baseset class (still empty) to improve revset performance
Tue, 14 Jan 2014 13:38:16 -0800 Durham Goode cat: increase perf when catting single files
Wed, 15 Jan 2014 17:55:13 -0600 Sean Farley commands: use bookmarks.validdest instead of duplicating logic
Wed, 08 Jan 2014 17:23:26 -0800 Pierre-Yves David backout: add a message after backout that need manual commit
Wed, 08 Jan 2014 14:53:46 -0800 Pierre-Yves David backout: avoid update on simple case.
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich bisect: --command without --noupdate should flag the parent rev it tested
Tue, 19 Nov 2013 12:43:29 -0800 Siddharth Agarwal commands.bookmarks: move hexfn to inside list block
Tue, 19 Nov 2013 12:42:17 -0800 Siddharth Agarwal commands.bookmarks: move cur initialization to inside wlock
Thu, 21 Nov 2013 17:11:04 -0800 Siddharth Agarwal commands.bookmarks: pass cur in explicitly to checkconflict
Tue, 19 Nov 2013 12:33:14 -0800 Siddharth Agarwal commands.bookmarks: hold wlock for write operations
Tue, 19 Nov 2013 11:47:30 -0800 Siddharth Agarwal commands.bookmarks: separate out 'no bookmarks set' status messages
Fri, 10 Jan 2014 16:26:11 -0600 Kevin Bullock doc: bump copyright year
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branches: simplify with repo.branchmap().iterbranches()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao debuglabelcomplete: simplify with repo.branchmap().iterbranches()
Mon, 11 Nov 2013 21:16:54 +1100 Stephen Lee bookmarks: allow push -B to create a new remote head (issue2372)
Fri, 15 Nov 2013 23:18:08 -0500 Brodie Rao branches: avoid unnecessary changectx.branch() calls
Sun, 01 Dec 2013 14:10:53 -0600 Matt Mackall merge with stable
Wed, 27 Nov 2013 22:32:01 +0100 Santiago Pay=C3=A0 i Miralta help: fix backwards bisect help example stable
Fri, 22 Nov 2013 19:12:44 +0100 Martin Geisler bisect: don't mention obsolete graphlog extension in help stable
Mon, 25 Nov 2013 12:12:42 -0500 Sean Farley pathcomplete: remove ambiguous entries for sole completion on a directory
Mon, 25 Nov 2013 16:15:44 -0600 Matt Mackall merge with stable
Wed, 06 Nov 2013 19:01:14 -0600 Sean Farley bookmarks: consider successor changesets when moving bookmark (issue4015) stable
Fri, 15 Nov 2013 18:06:01 -0800 Siddharth Agarwal commands.bookmark: use unsetcurrent instead of setcurrent with None
Fri, 22 Nov 2013 17:26:58 -0600 Matt Mackall merge with stable
Fri, 08 Nov 2013 11:49:13 +0100 Martin Geisler phase: better error message when --force is needed stable
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich bisect: avoid confusing use of variables with same names in nested local scopes
Wed, 06 Nov 2013 22:09:15 -0500 Augie Fackler makememctx: move from patch to context to break import cycle
Wed, 06 Nov 2013 16:48:06 -0500 Augie Fackler cleanup: move stdlib imports to their own import statement
Fri, 08 Nov 2013 12:45:52 +0900 FUJIWARA Katsunori bookmarks: rewrite pushing local bookmarks in "commands.push()" by "compare()"
Tue, 05 Nov 2013 08:59:55 +0100 Simon Heimberg documentation: add an extra newline after note directive stable
Fri, 25 Oct 2013 01:14:18 +0900 FUJIWARA Katsunori doc: put text into header of 1st column in table to generate page correctly stable
Fri, 25 Oct 2013 01:14:18 +0900 FUJIWARA Katsunori doc: use double quotation mark to quote arguments in examples for Windows users stable
Fri, 25 Oct 2013 01:14:18 +0900 FUJIWARA Katsunori doc: end line preceding command line example with double colon stable
Mon, 21 Oct 2013 10:26:38 -0700 Matt Mackall help: minor tweak to push help stable
Thu, 03 Oct 2013 23:16:06 +0900 FUJIWARA Katsunori push: add more detailed explanation about "--force" to online help document
Thu, 10 Oct 2013 04:32:36 +0200 Mads Kiilerich commands: refactor 'serve', extract the http service class
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich graft: make skip messages more helpful
Thu, 03 Oct 2013 14:50:47 +0200 Mads Kiilerich check-code: check for spaces around = for named parameters
Mon, 23 Sep 2013 20:33:02 -0700 Siddharth Agarwal update: standardize error message for dirty update --check
Mon, 23 Sep 2013 19:02:32 -0700 Siddharth Agarwal pull: for pull --update with failed update, print hint if any
Thu, 19 Sep 2013 15:28:26 -0400 Augie Fackler commands: import hgweb.server in a way that 2to3 can rewrite
Wed, 14 Aug 2013 12:42:22 -0500 Matt Mackall debugfs: add hardlink support reporting
Thu, 01 Aug 2013 21:43:14 -0500 Kevin Bullock bookmarks: pull --update updates to active bookmark if it moved (issue4007) stable 2.7
Thu, 25 Jul 2013 02:17:52 -0500 Matt Mackall checkunfinished: accommodate histedit quirk stable
Thu, 25 Jul 2013 00:54:49 -0500 Matt Mackall heads: fix children/descendants in doc (issue3992) stable
Thu, 25 Jul 2013 00:33:28 -0500 Matt Mackall update: add tracking of interrupted updates (issue3113) stable
Wed, 24 Jul 2013 23:51:40 -0500 Matt Mackall commands: add checks for unfinished operations (issue3955) stable
Wed, 24 Jul 2013 23:30:24 -0500 Matt Mackall update: clear any clearable unfinished operations (issue3955) stable
Sun, 21 Jul 2013 18:45:42 -0500 Matt Mackall heads: modernize documentation (issue3992) stable
Thu, 11 Jul 2013 13:11:41 -0400 Jordi Gutiérrez Hermoso commit: enable --secret option
Wed, 17 Jul 2013 23:58:04 +0200 Florence Laguzet merge: deprecate the --force option
Wed, 17 Jul 2013 17:34:30 -0700 Siddharth Agarwal version: bump copyright year
Wed, 17 Jul 2013 10:49:34 +0200 Martin Geisler rollback: add reference to "hg commit --amend"
Tue, 16 Jul 2013 17:10:26 -0500 Matt Mackall rollback: mark as deprecated
Thu, 11 Jul 2013 19:29:23 -0500 Matt Mackall tip: deprecate the tip command
Thu, 11 Jul 2013 19:28:54 -0500 Matt Mackall tag: remove incorrect reference to tip
Thu, 11 Jul 2013 19:28:26 -0500 Matt Mackall log: remove tip from example
Thu, 11 Jul 2013 19:28:01 -0500 Matt Mackall cat: remove incorrect reference to tip
Mon, 15 Jul 2013 15:19:43 -0700 Siddharth Agarwal summary: use missing ancestors algorithm to find new commits
Tue, 06 Nov 2012 00:22:56 +0100 Simon Heimberg summary: remove passing of rev because summary does not have this
Tue, 18 Jun 2013 13:05:16 -0700 Durham Goode parents: change parents command to use filectx
Fri, 07 Jun 2013 16:59:59 -0500 Matt Mackall merge with stable
Thu, 02 May 2013 19:36:47 +0300 Iulian Stana commit: amending with --close-branch (issue3445) stable
Sat, 01 Jun 2013 17:19:00 -0500 Matt Mackall merge with stable
Thu, 30 May 2013 22:32:10 +0100 Simon King graft: refuse to commit an interrupted graft (issue3667) stable
Thu, 23 May 2013 17:52:21 -0500 Matt Mackall merge with stable
Thu, 23 May 2013 17:39:33 -0500 Matt Mackall amend: complain more comprehensibly about subrepos stable
Tue, 21 May 2013 15:32:15 -0500 Matt Mackall merge with stable
Tue, 21 May 2013 15:23:50 -0500 Matt Mackall help: fix role/option confusion in RST stable
Tue, 14 May 2013 11:23:15 -0700 Bryan O'Sullivan summary: augment output with info from extensions
Thu, 16 May 2013 16:20:10 -0500 Matt Mackall merge with stable
Sat, 09 Feb 2013 23:42:03 +0100 Benoit Boissinot bundle-ng: add bundlecaps argument to getbundle() command
Wed, 15 May 2013 22:19:12 +0100 Mike Williams help: stop documentation markup appearing in generated help stable
Mon, 13 May 2013 13:02:01 -0500 Kevin Bullock merge with stable
Tue, 07 May 2013 23:49:03 +0900 Yuya Nishihara branch: strip whitespace before testing known branch name stable
Thu, 02 May 2013 21:28:18 -0500 Kevin Bullock bookmarks: allow bookmark command to take multiple arguments
less more (0) -1000 -120 tip