Wed, 19 Oct 2016 15:07:11 -0700 |
Gregory Szorc |
commands: print security protocol support in debuginstall
stable
|
file |
diff |
annotate
|
Fri, 14 Oct 2016 09:52:38 +0200 |
Philippe Pepiot |
commit: return 1 for interactive commit with no changes (issue5397)
|
file |
diff |
annotate
|
Wed, 24 Aug 2016 05:09:46 +0200 |
Pierre-Yves David |
bisect: extra a small initialisation outside of a loop
|
file |
diff |
annotate
|
Sun, 09 Oct 2016 09:42:46 -0400 |
Augie Fackler |
debuginstall: use %d instead of %s for formatting an int
|
file |
diff |
annotate
|
Wed, 24 Aug 2016 05:06:21 +0200 |
Pierre-Yves David |
bisect: build a displayer only once
|
file |
diff |
annotate
|
Wed, 24 Aug 2016 05:04:46 +0200 |
Pierre-Yves David |
bisect: factor commonly update sequence
|
file |
diff |
annotate
|
Wed, 24 Aug 2016 04:25:20 +0200 |
Pierre-Yves David |
bisect: move check_state into the bisect module
|
file |
diff |
annotate
|
Wed, 24 Aug 2016 04:23:13 +0200 |
Pierre-Yves David |
bisect: simplify conditional in 'check_state'
|
file |
diff |
annotate
|
Wed, 24 Aug 2016 04:22:40 +0200 |
Pierre-Yves David |
bisect: remove code about "update-flag" in check_state
|
file |
diff |
annotate
|
Sun, 09 Oct 2016 03:50:55 +0200 |
Pierre-Yves David |
bisect: rename 'check_code' to match our naming scheme
|
file |
diff |
annotate
|
Wed, 24 Aug 2016 04:48:17 +0200 |
Pierre-Yves David |
bisect: minor movement of code handle flag updating state
|
file |
diff |
annotate
|
Wed, 24 Aug 2016 04:19:11 +0200 |
Pierre-Yves David |
bisect: move 'printresult' in the 'hbisect' module
|
file |
diff |
annotate
|
Wed, 24 Aug 2016 04:16:07 +0200 |
Pierre-Yves David |
bisect: move the 'extendrange' to the 'hbisect' module
|
file |
diff |
annotate
|
Wed, 24 Aug 2016 04:13:53 +0200 |
Pierre-Yves David |
bisect: extract the 'reset' logic into its own function
|
file |
diff |
annotate
|
Wed, 24 Aug 2016 04:31:49 +0200 |
Pierre-Yves David |
bisect: access the filesystem through vfs when reseting
|
file |
diff |
annotate
|
Fri, 07 Oct 2016 08:51:50 -0700 |
Simon Farnsworth |
merge: add conflict labels to merge command
|
file |
diff |
annotate
|
Sat, 01 Oct 2016 15:10:38 -0400 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Fri, 23 Sep 2016 12:45:10 -0500 |
Kevin Bullock |
grep: rewrite help to better document current (confusing) behavior
stable
|
file |
diff |
annotate
|
Tue, 20 Sep 2016 23:47:02 +0000 |
timeless |
serve: use single quotes in use warning
|
file |
diff |
annotate
|
Tue, 20 Sep 2016 23:46:15 +0000 |
timeless |
bundle: use single quotes in use warning
|
file |
diff |
annotate
|
Tue, 20 Sep 2016 20:12:38 +0000 |
timeless |
push: update help hint to point to config.paths section
|
file |
diff |
annotate
|
Mon, 29 Aug 2016 07:07:15 +0200 |
Mathias De Maré |
config: add template support
|
file |
diff |
annotate
|
Mon, 29 Aug 2016 17:19:09 +0200 |
Mathias De Maré |
formatter: introduce isplain() to replace (the inverse of) __nonzero__() (API)
|
file |
diff |
annotate
|
Sun, 21 Aug 2016 13:16:21 +0900 |
Yuya Nishihara |
debugrevspec: add option to verify optimized result
|
file |
diff |
annotate
|
Sun, 21 Aug 2016 12:40:02 +0900 |
Yuya Nishihara |
debugrevspec: add option to skip optimize() and evaluate unoptimized tree
|
file |
diff |
annotate
|
Thu, 08 Sep 2016 22:44:10 +0900 |
Yuya Nishihara |
revset: remove showwarning option from expandaliases()
|
file |
diff |
annotate
|
Sun, 21 Aug 2016 12:45:43 +0900 |
Yuya Nishihara |
debugrevspec: evaluate tree built by itself
|
file |
diff |
annotate
|
Sun, 21 Aug 2016 12:36:23 +0900 |
Yuya Nishihara |
debugrevspec: deprecate --optimize option
|
file |
diff |
annotate
|
Sun, 21 Aug 2016 12:33:57 +0900 |
Yuya Nishihara |
debugrevspec: add option to print parsed tree at given stages
|
file |
diff |
annotate
|
Sun, 21 Aug 2016 12:04:08 +0900 |
Yuya Nishihara |
debugrevspec: transform and print parsed tree by stages
|
file |
diff |
annotate
|
Sun, 21 Aug 2016 11:50:54 +0900 |
Yuya Nishihara |
debugrevspec: build parsed tree even if no --verbose specified
|
file |
diff |
annotate
|
Sun, 21 Aug 2016 11:29:57 +0900 |
Yuya Nishihara |
revset: make analyze() a separate step from optimize()
|
file |
diff |
annotate
|
Tue, 06 Sep 2016 09:43:25 -0700 |
Ryan McElroy |
discovery: explicitly check for None in outgoing init
|
file |
diff |
annotate
|
Mon, 05 Sep 2016 08:29:36 +0000 |
Hannes Oldenburg |
commands: remove unecessary copying of list in graft()
|
file |
diff |
annotate
|
Fri, 26 Aug 2016 23:31:17 +0900 |
Yuya Nishihara |
debugextensions: hide "ships-with-hg-core" magic string (BC)
|
file |
diff |
annotate
|
Wed, 31 Aug 2016 23:22:07 +0900 |
Yuya Nishihara |
debugextensions: show ships-with-hg-core state as a separate field
|
file |
diff |
annotate
|
Thu, 01 Sep 2016 02:29:46 +0530 |
Pulkit Goyal |
py3: remove use of *L syntax
|
file |
diff |
annotate
|
Tue, 30 Aug 2016 09:22:53 -0700 |
Martin von Zweigbergk |
util: rename checkcase() to fscasesensitive() (API)
|
file |
diff |
annotate
|
Fri, 26 Aug 2016 23:38:52 +0900 |
Yuya Nishihara |
version: change "place" field of extension to "bundled" flag
|
file |
diff |
annotate
|
Sat, 27 Aug 2016 00:00:28 +0900 |
Yuya Nishihara |
extensions: use ismoduleinternal() thoroughly
|
file |
diff |
annotate
|
Mon, 29 Aug 2016 00:00:05 +0900 |
Yuya Nishihara |
formatter: add context manager interface for convenience
|
file |
diff |
annotate
|
Thu, 18 Aug 2016 15:13:56 +0900 |
Yuya Nishihara |
grep: add formatter support
|
file |
diff |
annotate
|
Thu, 18 Aug 2016 14:52:06 +0900 |
Yuya Nishihara |
grep: build list of all columns regardless of display options
|
file |
diff |
annotate
|
Thu, 18 Aug 2016 14:23:29 +0900 |
Yuya Nishihara |
grep: build list of columns without "grep." label prefix
|
file |
diff |
annotate
|
Thu, 18 Aug 2016 14:09:49 +0900 |
Yuya Nishihara |
grep: factor out function that prints matched line with labels
|
file |
diff |
annotate
|
Thu, 18 Aug 2016 14:03:25 +0900 |
Yuya Nishihara |
grep: refactor loop that yields matched text with label
|
file |
diff |
annotate
|
Tue, 05 Jul 2016 09:37:07 +0200 |
liscju |
files: change documentation to match its behaviour (issue5276)
|
file |
diff |
annotate
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
file |
diff |
annotate
|
Thu, 25 Aug 2016 01:00:26 -0400 |
Yuya Nishihara |
version: add formatter support
|
file |
diff |
annotate
|
Tue, 16 Aug 2016 16:09:12 +0900 |
Yuya Nishihara |
version: factor out mapping of internal/external labels
|
file |
diff |
annotate
|
Tue, 16 Aug 2016 16:03:09 +0900 |
Yuya Nishihara |
version: always build list of extension versions
|
file |
diff |
annotate
|
Tue, 09 Aug 2016 17:00:38 +0200 |
Pierre-Yves David |
getchangegroup: take an 'outgoing' object as argument (API)
|
file |
diff |
annotate
|
Mon, 15 Aug 2016 16:07:55 +0900 |
Yuya Nishihara |
debugobsolete: add formatter support (issue5134)
|
file |
diff |
annotate
|
Sun, 07 Aug 2016 17:15:19 +0200 |
Pierre-Yves David |
debugbuilddag: take wlock to cover '.hg/localtags'
|
file |
diff |
annotate
|
Sat, 06 Aug 2016 17:04:22 -0700 |
Gregory Szorc |
help: don't try to render a section on sub-topics
|
file |
diff |
annotate
|
Fri, 05 Aug 2016 14:00:08 -0400 |
Augie Fackler |
commands: use `iter(callable, sentinel)` instead of while True
|
file |
diff |
annotate
|
Sat, 19 Mar 2016 17:19:03 -0700 |
Yuya Nishihara |
debugextension: change "testedwith" to a list (BC)
|
file |
diff |
annotate
|
Sun, 10 Jul 2016 22:07:34 +0900 |
Yuya Nishihara |
debugextensions: unindent nested if
|
file |
diff |
annotate
|
Sun, 10 Jul 2016 22:06:13 +0900 |
Yuya Nishihara |
debugextensions: give short name to util.version()
|
file |
diff |
annotate
|
Sun, 10 Jul 2016 21:59:43 +0900 |
Yuya Nishihara |
debugextensions: simply keep testedwith variable as a list
|
file |
diff |
annotate
|