log

age author description
Wed, 11 May 2016 01:56:08 +0000 timeless check-code: fix py3 complaint about \NNN being invalid unicode
Thu, 05 May 2016 09:12:26 +0000 timeless hghave: switch from iteritems to items
Thu, 05 May 2016 09:07:01 +0000 timeless hghave: matchoutput needs to use bytes for regexp
Tue, 03 May 2016 12:36:44 +0900 Yuya Nishihara revset: make dagrange preserve order of input set
Thu, 05 May 2016 09:26:09 +0000 timeless tests: mark test-check-pyflakes.t as requiring hg1.0+
Thu, 05 May 2016 17:06:54 -0700 Mateusz Kwapich dirstate: make backup methods public
Fri, 06 May 2016 08:45:56 -0500 Kevin Bullock check-code: add a rule banning `env -u`
Fri, 06 May 2016 08:41:24 -0500 Kevin Bullock subrepo: use unset instead of env -u to fix test on BSDs (issue5229)
Wed, 04 May 2016 20:11:59 +0100 Martijn Pieters graphmod: partial edge styling
Sun, 24 Apr 2016 14:21:38 +0300 Maciej Fijalkowski pure: write a really lazy version of pure indexObject
Sat, 07 May 2016 14:12:23 +0100 Jun Wu dispatch: always load extensions before running shell aliases (issue5230)
Mon, 09 May 2016 21:13:50 -0400 Augie Fackler httpclient: update to upstream revision 2995635573d2
Fri, 06 May 2016 19:52:21 +0800 Anton Shestakov crecord: call prevsibling() and nextsibling() directly
Thu, 28 Apr 2016 10:37:47 -0400 Jordi GutiƩrrez Hermoso dispatch: add fail-* family of hooks
Fri, 06 May 2016 22:21:32 +0530 Pulkit Goyal py3: make hgext/rebase.py use absolute_import
Fri, 06 May 2016 21:54:31 +0530 Pulkit Goyal py3: make hgext/mq.py use absolute_import
Fri, 06 May 2016 21:52:26 +0530 Pulkit Goyal py3: make hgext/hisedit.py use absolute_import
Fri, 06 May 2016 21:50:40 +0530 Pulkit Goyal py3: make hgext/hgk.py use absolute_import
Fri, 06 May 2016 21:46:17 +0530 Pulkit Goyal py3: make hgext/gpg.py use absolute_import
Fri, 06 May 2016 21:48:17 +0530 Pulkit Goyal py3: make hgext/graphlog.py use absolute_import
Sat, 07 May 2016 19:59:30 +0200 liscju import-checker: recognize relative imports from parents of current package
Fri, 06 May 2016 21:44:41 +0530 Pulkit Goyal py3: make hgext/fetch.py use absolute_import
Fri, 06 May 2016 21:41:25 +0530 Pulkit Goyal tests: test-check-py3-compat.t output updated
Mon, 02 May 2016 12:09:00 +0900 Yuya Nishihara revset: factor out public optimize() function from recursion
Mon, 02 May 2016 12:47:09 +0900 Yuya Nishihara revset: introduce temporary variables in optimize() where they look better
Mon, 02 May 2016 11:50:48 +0900 Yuya Nishihara revset: construct arguments of only() against matched tree
Mon, 02 May 2016 11:27:26 +0900 Yuya Nishihara revset: unnest isonly() closure from optimize()
Thu, 05 May 2016 00:46:31 -0700 Gregory Szorc sslutil: stop checking for web.cacerts=! (BC)
Thu, 05 May 2016 00:40:01 -0700 Gregory Szorc dispatch: stop setting web.cacerts=! to indicate --insecure
Thu, 05 May 2016 00:38:18 -0700 Gregory Szorc sslutil: use CA loaded state to drive validation logic