log

age author description
Thu, 07 Apr 2016 00:05:48 +0000 timeless pycompat: add util.urlerr util.urlreq classes for py3 compat
Sun, 20 Mar 2016 16:49:56 -0700 Yuya Nishihara test-progress: disable mocking-time tests on chg
Sun, 20 Mar 2016 14:55:56 -0700 Yuya Nishihara hghave: add "chg" flag to skip tests that can't be compatible with chg
Wed, 06 Apr 2016 19:09:12 +0000 timeless tests: add new test for #! shebang lines
Sun, 27 Mar 2016 13:00:28 -0700 Mads Kiilerich largefiles: introduce push --lfrev to control which revisions are pushed
Wed, 13 Apr 2016 01:45:45 +0200 Mads Kiilerich largefiles: don't access repo.changelog directly in getlfilestoupload
Wed, 13 Apr 2016 01:09:11 +0200 Mads Kiilerich localrepo: refactor prepushoutgoinghook to take a pushop
Tue, 29 Mar 2016 00:08:25 +0900 Yuya Nishihara parser: unify parser function of alias declaration and definition
Tue, 29 Mar 2016 00:05:14 +0900 Yuya Nishihara revset: unify function that parses alias declaration and definition
Mon, 29 Feb 2016 18:10:07 +0900 Yuya Nishihara parser: move alias definition parser to common rule-set class
Mon, 29 Feb 2016 18:00:51 +0900 Yuya Nishihara parser: move _relabelaliasargs() to common rule-set class
Mon, 29 Feb 2016 17:54:03 +0900 Yuya Nishihara parser: move alias declaration parser to common rule-set class
Sun, 03 Apr 2016 16:55:23 +0900 Yuya Nishihara parser: add stub class that will host alias parsing and expansion
Mon, 29 Feb 2016 17:43:39 +0900 Yuya Nishihara revset: narrow scope of "except ParseError" block in _parsealiasdecl()