log

age author description
Tue, 01 Sep 2015 22:28:45 +0800 Anton Shestakov hgweb: move branchentries code from webcommands to webutil
Tue, 18 Aug 2015 22:15:46 +0900 Yuya Nishihara templater: add optional timezone argument to localdate()
Tue, 01 Sep 2015 19:15:16 +0900 Yuya Nishihara templater: port localdate filter to a function
Tue, 01 Sep 2015 19:43:14 +0900 Yuya Nishihara util: extract function that parses timezone string
Tue, 01 Sep 2015 19:04:10 +0900 Yuya Nishihara templater: drop unneeded destructuring of argument tuple at buildfilter
Tue, 01 Sep 2015 18:57:50 +0900 Yuya Nishihara templater: extract helper that evaluates filter or function argument
Fri, 28 Aug 2015 16:59:31 -0500 Matt Mackall contrib: add showstack extension
Tue, 01 Sep 2015 16:38:33 -0500 Matt Mackall Added signature for changeset 1a45e49a6bed stable
Tue, 01 Sep 2015 16:38:32 -0500 Matt Mackall Added tag 3.5.1 for changeset 1a45e49a6bed stable
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