Tue, 09 Aug 2016 17:00:38 +0200 |
Pierre-Yves David |
getchangegroup: take an 'outgoing' object as argument (API)
|
Mon, 15 Aug 2016 16:07:55 +0900 |
Yuya Nishihara |
debugobsolete: add formatter support (issue5134)
|
Sun, 07 Aug 2016 17:15:19 +0200 |
Pierre-Yves David |
debugbuilddag: take wlock to cover '.hg/localtags'
|
Sat, 06 Aug 2016 17:04:22 -0700 |
Gregory Szorc |
help: don't try to render a section on sub-topics
|
Fri, 05 Aug 2016 14:00:08 -0400 |
Augie Fackler |
commands: use `iter(callable, sentinel)` instead of while True
|
Sat, 19 Mar 2016 17:19:03 -0700 |
Yuya Nishihara |
debugextension: change "testedwith" to a list (BC)
|
Sun, 10 Jul 2016 22:07:34 +0900 |
Yuya Nishihara |
debugextensions: unindent nested if
|
Sun, 10 Jul 2016 22:06:13 +0900 |
Yuya Nishihara |
debugextensions: give short name to util.version()
|
Sun, 10 Jul 2016 21:59:43 +0900 |
Yuya Nishihara |
debugextensions: simply keep testedwith variable as a list
|
Mon, 01 Aug 2016 06:08:27 +0900 |
FUJIWARA Katsunori |
doc: fix incorrect use of rst hg role in help text
stable
|
Mon, 01 Aug 2016 06:08:26 +0900 |
FUJIWARA Katsunori |
doc: use field rst syntax to show keywords in debugdeltachain help correctly
stable
|
Mon, 25 Jul 2016 17:00:42 +0200 |
Gábor Stefanik |
graft: use opts.get() consistently
stable
|
Mon, 11 Jul 2016 15:45:34 +0200 |
Denis Laxalde |
annotate: handle empty files earlier
|
Fri, 24 Jun 2016 11:12:41 -0700 |
Martin von Zweigbergk |
debug: make debug{revlog,index,data} --dir not just a flag
|
Fri, 24 Jun 2016 11:25:55 -0700 |
Martin von Zweigbergk |
debugdata: disallow trailing option with -c/-m
|
Sun, 26 Jun 2016 07:59:02 -0700 |
Gregory Szorc |
ui: path option to declare which revisions to push by default
|
Tue, 21 Jun 2016 00:50:39 +0900 |
FUJIWARA Katsunori |
check-code: detect "missing _() in ui message" more exactly
|
Mon, 20 Jun 2016 23:24:55 +0200 |
liscju |
pull: add help information about pulling active bookmark
|
Wed, 01 Jun 2016 22:58:57 +0200 |
liscju |
bookmarks: add 'hg pull -B .' for pulling the active bookmark (issue5258)
|
Wed, 09 Mar 2016 19:55:45 +0000 |
timeless |
debuginstall: expose modulepolicy
|
Thu, 26 May 2016 01:57:34 +0900 |
FUJIWARA Katsunori |
debugignore: make messages translatable
|
Thu, 26 May 2016 01:57:34 +0900 |
FUJIWARA Katsunori |
grep: make a message translatable
|
Tue, 10 May 2016 22:45:45 +0000 |
timeless |
debuginstall: add mercurial version
|
Tue, 17 May 2016 11:28:46 -0500 |
Matt Mackall |
merge with stable
|
Fri, 13 May 2016 07:19:59 +0900 |
FUJIWARA Katsunori |
help: search section of help topic by translated section name correctly
stable 3.8.2
|
Mon, 02 May 2016 12:09:00 +0900 |
Yuya Nishihara |
revset: factor out public optimize() function from recursion
|
Tue, 03 May 2016 16:33:25 -0400 |
Augie Fackler |
rollback: add a config knob for entirely disabling the command
|
Wed, 04 May 2016 18:18:24 +0100 |
Jun Wu |
ui: add new config option for help text width
|
Wed, 04 May 2016 10:46:27 -0500 |
Nathan Goldbaum |
revert: mention ui.origbackuppath in the command help
|
Mon, 18 Apr 2016 17:54:02 +0900 |
Mike Hommey |
debugbundle: handle the --all option for bundle2
|