Tue, 22 Apr 2014 10:12:21 -0300 |
Wagner Bruna |
commands: fix typo in --graph description
stable
|
Fri, 28 Feb 2014 15:10:56 -0800 |
Lucas Moscovicz |
log: changed implementation to use graphlog code
|
Thu, 17 Apr 2014 20:01:39 +0200 |
Mads Kiilerich |
backout: use commonancestorsheads for checking linear heritage
|
Tue, 15 Apr 2014 23:29:19 -0400 |
Matt Harbison |
cat: explicitly document the supported formatter rules
|
Mon, 14 Apr 2014 15:45:30 -0400 |
Pierre-Yves David |
bundle2: add a ui argument to readbundle
|
Mon, 14 Apr 2014 15:33:50 -0400 |
Pierre-Yves David |
bundle2: move `readbundle` into the `exchange` module
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
outgoing: introduce "outgoinghooks" to avoid redundant outgoing check
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
hg: make "_outgoing()" return peer object for remote repository
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
hg: make "_outgoing()" return empty list instead of "None"
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
summary: introduce "summaryremotehooks" to avoid redundant incoming/outgoing check
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
summary: separate checking incoming/outgoing and showing remote summary
|
Fri, 14 Mar 2014 21:32:05 -0400 |
Matt Harbison |
cat: support cat with explicit paths in subrepos
|
Thu, 13 Mar 2014 23:45:18 -0400 |
Matt Harbison |
cat: move most of the implementation into cmdutils.cat()
|
Wed, 16 Apr 2014 02:38:11 +0900 |
FUJIWARA Katsunori |
amend: invoke editor forcibly when "--edit" option is specified
|
Wed, 16 Apr 2014 02:04:41 +0900 |
FUJIWARA Katsunori |
commit: abolish useless "--force-editor" internal option for "hg commit"
|
Tue, 15 Apr 2014 14:15:35 -0400 |
Matt Mackall |
subrepo: return non-zero exit code when a subrepo push doesn't succeed
|
Wed, 19 Mar 2014 00:13:38 +0100 |
Mads Kiilerich |
debugrevlog: format columns (more) nicely when dumping index data
|
Sun, 08 Sep 2013 19:02:08 -0400 |
Bradley M. Kuhn |
commit: --edit/-e to force edit of otherwise-supplied commit message
|
Mon, 31 Mar 2014 01:00:05 +0900 |
Takumi IINO |
grep: highlight all matched words
|
Mon, 07 Apr 2014 23:17:51 +0200 |
Mads Kiilerich |
backout: don't limit heritage check to a single ancestor
|
Tue, 01 Apr 2014 15:27:53 -0700 |
Pierre-Yves David |
localrepo: move the addchangegroup method in changegroup module
|
Tue, 01 Apr 2014 14:40:35 -0700 |
Pierre-Yves David |
localrepo: move the getbundle method in changegroup module
|
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
|