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
|