log

age author description
Tue, 12 Apr 2016 21:43:56 +0000 timeless import-checker: parse python code from .t files
Wed, 13 Apr 2016 16:34:59 +0000 timeless import-checker: track filenames for SyntaxErrors
Wed, 13 Apr 2016 16:36:19 +0000 timeless import-checker: track SyntaxErrors
Mon, 11 Apr 2016 22:34:04 +0000 timeless import-checker: refactor source reading
Thu, 14 Apr 2016 01:06:45 +0530 Pulkit Goyal tests: make test-pathencode use print_function
Thu, 14 Apr 2016 01:03:24 +0530 Pulkit Goyal tests: make test-run-tests use absolute_import
Thu, 14 Apr 2016 00:58:31 +0530 Pulkit Goyal tests: make test-symlink-os-yes-fs-no use absolute_import
Thu, 14 Apr 2016 00:56:08 +0530 Pulkit Goyal tests: make test-ui-color use absolute_import
Thu, 14 Apr 2016 00:53:35 +0530 Pulkit Goyal tests: make test-url use absolute_import
Thu, 14 Apr 2016 00:49:58 +0530 Pulkit Goyal tests: make test-trusted use absolute_import
Sun, 27 Mar 2016 20:31:56 +0900 Yuya Nishihara templater: add parsing and expansion rules to process "templatealias" section
Sun, 27 Mar 2016 20:29:03 +0900 Yuya Nishihara templater: add function to parse whole string as template expression
Tue, 29 Mar 2016 17:27:34 +0900 Yuya Nishihara parser: factor out _trygetfunc() that extracts function name and arguments
Tue, 29 Mar 2016 17:21:11 +0900 Yuya Nishihara parser: make _getalias() return (alias, pattern-args) pair
Tue, 29 Mar 2016 16:50:16 +0900 Yuya Nishihara parser: drop redundant comparison between alias declaration tree and pattern
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