Tue, 01 Sep 2015 16:08:07 -0500 Matt Mackall hgweb: fix trust of templates path (BC) stable 3.5.1
Tue, 01 Sep 2015 11:39:08 -0400 Matt Harbison wix: avoid an abort with 'hg help -k foo' stable
Sun, 30 Aug 2015 14:03:32 -0700 Durham Goode revlog: add an aggressivemergedelta option
Sun, 30 Aug 2015 13:58:11 -0700 Durham Goode revlog: change generaldelta delta parent heuristic
Sun, 30 Aug 2015 13:34:30 -0700 Durham Goode revlog: move textlen calculation to be above delta chooser
Sun, 30 Aug 2015 13:33:00 -0700 Durham Goode revlog: move delta check to it's own function
Wed, 19 Aug 2015 21:43:13 +0800 Anton Shestakov monoblue: add archive links on summary page
Sun, 30 Aug 2015 19:03:38 -0400 timeless help: distinguish sections when multiple match (issue4802)
Mon, 31 Aug 2015 17:21:38 -0500 Matt Mackall merge with stable
Tue, 25 Aug 2015 00:06:41 -0400 Augie Fackler hghave: add a check for docker support
Tue, 25 Aug 2015 00:03:15 -0400 Augie Fackler hghave: add a check for debian packaging tools
Mon, 24 Aug 2015 22:23:45 -0400 Augie Fackler run-tests: add support for marking tests as very slow
Tue, 25 Aug 2015 00:02:44 -0400 Augie Fackler builddeb: rework how output dir and platform are specified
Wed, 26 Aug 2015 10:20:07 -0400 Augie Fackler parsers: fix two cases of unsigned long instead of Py_ssize_t
Sat, 04 Jul 2015 16:07:42 +0900 Yuya Nishihara templatefilters: remove redundant 'date' and 'strip' filters
Sat, 04 Jul 2015 16:03:36 +0900 Yuya Nishihara templater: introduce unified filter syntax for unary functions
Sat, 04 Jul 2015 15:59:03 +0900 Yuya Nishihara templater: inline getfilter() to buildfilter()
Sun, 30 Aug 2015 11:47:43 +0200 liscju clone: fix updaterev to update to latest branch changeset (issue4528)
Thu, 20 Aug 2015 17:19:32 +0200 liscju revsets: makes follow() supports file patterns (issue4757) (BC)
Mon, 31 Aug 2015 23:14:58 +0900 FUJIWARA Katsunori i18n-ja: synchronized with b930d4ef7739 stable
Fri, 28 Aug 2015 15:50:36 -0400 timeless histedit: improve discoverability of edit commit message
Thu, 27 Aug 2015 17:57:33 -0700 Pierre-Yves David revset: cache smartset's min/max
Fri, 28 Aug 2015 10:53:55 -0400 timeless spelling: behaviour -> behavior
Fri, 28 Aug 2015 12:18:12 -0400 timeless glossary: fixup use of periods at end of entries
Fri, 28 Aug 2015 11:31:44 -0400 timeless histedit: fix grammar for help for safety aborts
Fri, 28 Aug 2015 11:15:31 +0900 Yuya Nishihara revset: mark reachablerootspure as private
Fri, 28 Aug 2015 11:14:24 +0900 Yuya Nishihara reachableroots: construct and sort baseset in revset module
Fri, 21 Aug 2015 16:12:24 -0700 Pierre-Yves David reachableroots: use smartset min
Fri, 21 Aug 2015 16:03:25 -0700 Pierre-Yves David graphmod: stop building a list out of branchgroupiter
Mon, 24 Aug 2015 15:40:42 -0700 Pierre-Yves David reachableroots: sort the smartset in the pure version too
Mon, 24 Aug 2015 23:58:32 -0400 Augie Fackler builddeb: actually run make when building the deb (issue4778)
Mon, 24 Aug 2015 23:47:43 -0400 Augie Fackler docker-debian-jessie: fix errant mkdir
Thu, 27 Aug 2015 14:24:39 -0400 Augie Fackler makefile: rename debian-jessie to deb
Tue, 25 Aug 2015 00:40:42 -0400 Augie Fackler run-tests: ignore failed removal of nonexistent installerrs
Tue, 25 Aug 2015 13:38:20 -0500 Matt Mackall templater: move verbosity-to-template matcher to constructor
Tue, 25 Aug 2015 12:59:08 -0500 Matt Mackall templater: remove pseudo-ternary
Tue, 25 Aug 2015 12:57:21 -0500 Matt Mackall templater: fix variable name that shadows built-in
Tue, 25 Aug 2015 09:38:06 -0500 Matt Mackall templater: minor whitespace tweaks
Mon, 24 Aug 2015 13:26:10 -0500 Matt Mackall lock: make trylock private
Mon, 24 Aug 2015 13:24:43 -0500 Matt Mackall lock: loop a finite number of times in trylock (issue4787)
Fri, 14 Aug 2015 12:25:14 +0900 Yuya Nishihara reachableroots: silence warning of implicit integer narrowing issued by clang
Fri, 14 Aug 2015 12:22:08 +0900 Yuya Nishihara reachableroots: narrow scope of minidx variable
Tue, 25 Aug 2015 15:54:33 -0700 Durham Goode convert: fix syncing deletes from p2 merge commit
Mon, 24 Aug 2015 22:16:01 -0700 Durham Goode convert: add convert.git.skipsubmodules option
Mon, 24 Aug 2015 19:33:36 -0700 Durham Goode paths: move path validation logic to its own function
Fri, 21 Aug 2015 14:33:51 -0400 Augie Fackler parsers: avoid int/unsigned conversions
Fri, 21 Aug 2015 14:29:42 -0400 Augie Fackler base85: fix comparison of an int and a long
Tue, 25 Aug 2015 15:52:54 -0400 Augie Fackler progress: restore testedwith to the stub
Sat, 22 Aug 2015 22:59:51 -0700 Gregory Szorc hgweb: make refresh interval configurable
Sun, 16 Aug 2015 10:19:00 +0200 Erik Huelsmann filemerge: add 'union' merge to internal merge tool
Sun, 16 Aug 2015 00:24:29 +0200 Erik Huelsmann filemerge: split internal merge into api entry point and internal helper
Sun, 16 Aug 2015 00:00:34 +0200 Erik Huelsmann simplemerge: add 'mode' kwarg which - when 'union' - suppresses markers
Sat, 22 Aug 2015 10:37:38 -0700 Gregory Szorc hghave: remove quiet option
Sat, 22 Aug 2015 10:28:34 -0700 Gregory Szorc hghave: move feature checking into hghave.py
Sat, 22 Aug 2015 10:22:12 -0700 Gregory Szorc tests: move '#require bzr' into .t files
Sat, 08 Aug 2015 00:12:41 -0700 Gregory Szorc commands.push: use "pushloc" path attribute
Fri, 07 Aug 2015 21:53:34 -0700 Gregory Szorc ui: capture push location on path instances
Mon, 25 May 2015 13:10:38 -0700 Gregory Szorc worker: use multiprocessing to find cpu count
Mon, 24 Aug 2015 10:09:00 -0400 Augie Fackler import-checker: ensure multiprocessing is treated as from stdlib
Thu, 20 Aug 2015 17:23:21 -0700 Pierre-Yves David reachableroots: use baseset lazy sorting
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip