log

age author description
Thu, 14 Apr 2016 14:26:37 +0000 timeless patchbomb: fix public-is-missing hint
Thu, 14 Apr 2016 14:36:52 +0000 timeless tests: clarify patchbomb repo is public not remote
Wed, 13 Apr 2016 13:51:39 +0000 timeless run-tests: set HGMODULEPOLICY for --pure
Thu, 14 Apr 2016 15:26:18 -0400 Nathaniel Manista cmdutil: avoid recycling variable name "name" in namespaces code
Tue, 05 Apr 2016 06:53:33 +0200 liscju update: fix bare update to work on new branch
Wed, 13 Apr 2016 09:56:51 +0200 liscju remove: fix --force option help description (issue5177)
Tue, 05 Apr 2016 17:39:59 +0100 Martijn Pieters logtoprocess: new experimental extension
Wed, 13 Apr 2016 00:16:21 +0200 Mads Kiilerich convert: keep converted hg parents that are outside convert.hg.revs (BC)
Thu, 24 Mar 2016 16:01:07 -0700 Mads Kiilerich tests: coverage of ancestry with convert in multiple non-overlapping steps
Mon, 29 Feb 2016 22:58:15 +0900 Yuya Nishihara revset: rename findaliases() to expandaliases()
Tue, 29 Mar 2016 16:30:59 +0900 Yuya Nishihara parser: add short comment how aliases are expanded in phases
Tue, 29 Mar 2016 16:19:31 +0900 Yuya Nishihara parser: reorder alias expansion routine to return early
Mon, 29 Feb 2016 22:15:44 +0900 Yuya Nishihara parser: move functions that process alias expansion to rule-set class
Mon, 29 Feb 2016 22:10:48 +0900 Yuya Nishihara revset: unindent codes in _getalias() function
Mon, 29 Feb 2016 19:24:15 +0900 Yuya Nishihara parser: extract helper that creates a dict of aliases