Tue, 14 Mar 2017 18:16:13 +0900 Yuya Nishihara graphlog: pass function arguments without expansion
Fri, 17 Mar 2017 23:48:22 +0900 Yuya Nishihara py3: call codecs.escape_decode() directly
Fri, 17 Mar 2017 23:42:46 +0900 Yuya Nishihara util: wrap s.decode('string_escape') calls for future py3 compatibility
Sat, 18 Mar 2017 12:27:52 -0400 Augie Fackler merge with stable
Sun, 05 Mar 2017 22:22:32 -0500 Matt Harbison hgwebdir: add support for explicit index files
Fri, 17 Mar 2017 09:19:56 -0700 Jun Wu ui: move configlist parser to config.py
Fri, 17 Mar 2017 09:58:49 -0700 Martin von Zweigbergk tests: allow ModuleNotFoundError in addition to ImportError
Wed, 15 Mar 2017 20:34:26 -0400 Augie Fackler pager: skip running the pager if it's set to 'cat'
Wed, 15 Mar 2017 20:33:47 -0400 Augie Fackler pager: avoid shell=True on subprocess.Popen for better errors (issue5491)
Fri, 17 Mar 2017 19:12:22 +0530 Rishabh Madan py3: change explicit conversion of config value from str to pycompat.bytestr
Mon, 13 Mar 2017 12:40:14 -0700 Gregory Szorc py3: add __bool__ to every class defining __nonzero__
Mon, 13 Mar 2017 21:58:43 -0700 Martin von Zweigbergk merge: also allow 'e' action with experimental.updatecheck=noconflict
Thu, 16 Mar 2017 12:33:15 -0700 Gregory Szorc exchange: use v2 bundles for modern compression engines (issue5506) stable
Thu, 16 Mar 2017 12:23:56 -0700 Gregory Szorc exchange: reject new compression engines for v1 bundles (issue5506) stable
Sun, 12 Mar 2017 11:43:31 -0700 Martijn Pieters config: honour the trusted flag in ui.configbytes
Wed, 15 Mar 2017 20:43:12 -0700 Jun Wu osutil: fix potential wrong fd close
Thu, 09 Mar 2017 12:09:31 -0800 Gregory Szorc parsers: use Python memory allocator for indexObject->offsets
Thu, 09 Mar 2017 12:02:59 -0800 Gregory Szorc parsers: use Python memory allocator in commonancestorsheads()
Thu, 09 Mar 2017 11:56:47 -0800 Gregory Szorc osutil: use Python memory allocator in _listdir
Thu, 09 Mar 2017 11:54:25 -0800 Gregory Szorc bdiff: use Python memory allocator in fixws
Thu, 16 Mar 2017 11:17:55 -0700 Pierre-Yves David localrepo: fix deprecation warning version of wfile
Wed, 15 Mar 2017 15:07:14 -0700 Pierre-Yves David util: explicitly tests for None
Wed, 15 Mar 2017 15:38:02 -0700 Pierre-Yves David context: simplify call to icase matcher in 'match()'
Thu, 16 Mar 2017 09:13:13 +0530 Pulkit Goyal py3: make sure using bytes status char rather than ascii values
Thu, 16 Mar 2017 14:27:41 -0700 Jun Wu shelve: get rid of ui.backupconfig
Thu, 16 Mar 2017 14:40:34 -0700 Jun Wu rebase: get rid of ui.backupconfig
Thu, 16 Mar 2017 14:39:18 -0700 Jun Wu mq: get rid of ui.backupconfig
Thu, 16 Mar 2017 14:36:35 -0700 Jun Wu histedit: get rid of ui.backupconfig
Thu, 16 Mar 2017 14:34:35 -0700 Jun Wu record: get rid of ui.backupconfig
Thu, 16 Mar 2017 14:23:49 -0700 Jun Wu import: get rid of ui.backupconfig
Thu, 16 Mar 2017 14:18:50 -0700 Jun Wu clone: get rid of ui.backupconfig
Thu, 16 Mar 2017 14:15:20 -0700 Jun Wu commit: get rid of ui.backupconfig
Wed, 15 Mar 2017 15:48:57 -0700 Durham Goode branchmap: handle nullrev in setcachedata
Wed, 15 Mar 2017 23:28:39 +0900 Yuya Nishihara py3: call codecs.escape_encode() directly
Wed, 15 Mar 2017 23:21:30 +0900 Yuya Nishihara templatekw: make join() escape values of extras (BC) (issue5504)
Wed, 15 Mar 2017 23:06:50 +0900 Yuya Nishihara util: wrap s.encode('string_escape') call for future py3 compatibility
Mon, 13 Mar 2017 09:24:53 -0700 Yuya Nishihara py3: prove hg tip works
Mon, 13 Mar 2017 09:19:07 -0700 Yuya Nishihara py3: call strftime() with native str type
Mon, 13 Mar 2017 09:12:56 -0700 Yuya Nishihara encoding: add converter between native str and byte string
Mon, 13 Mar 2017 09:11:08 -0700 Yuya Nishihara encoding: factor out unicode variants of from/tolocal()
Mon, 13 Mar 2017 08:53:31 -0700 Yuya Nishihara py3: use next() to obtain next item from inner generator of generatorset
Mon, 13 Mar 2017 08:44:57 -0700 Yuya Nishihara py3: rewrite itervalues() as values() by importer
Sun, 12 Mar 2017 17:20:42 -0700 Yuya Nishihara py3: use portable way to stringify cache key of repoview
Mon, 13 Mar 2017 12:44:13 -0700 Kostia Balytskyi exewrapper: prefer HackableMercurial python if availbale
Tue, 14 Mar 2017 23:07:08 -0700 Pierre-Yves David import-checkers: split tests of the tool from running it on the source
Thu, 16 Mar 2017 21:36:21 +0900 Yuya Nishihara py3: use bytestr wrapper in revsetlang.tokenize()
Thu, 16 Mar 2017 21:33:25 +0900 Yuya Nishihara py3: use bytestr wrapper in revsetlang.formatspec()
Wed, 08 Mar 2017 22:48:26 +0900 Yuya Nishihara pycompat: add bytestr wrapper which mostly acts as a Python 2 str
Wed, 08 Mar 2017 22:13:32 +0900 Yuya Nishihara tests: allow running doctests selectively on Python 3
Wed, 15 Mar 2017 15:33:24 -0700 Pierre-Yves David context: explicitly tests for None
Wed, 15 Mar 2017 15:11:52 -0700 Pierre-Yves David filemerge: explicitly tests for None
Wed, 15 Mar 2017 15:11:04 -0700 Pierre-Yves David hgweb: explicitly tests for None
Wed, 15 Mar 2017 15:10:09 -0700 Pierre-Yves David hgweb: explicitly tests for None in webutil
Wed, 15 Mar 2017 15:08:45 -0700 Pierre-Yves David match: explicitly tests for None
Wed, 15 Mar 2017 15:05:54 -0700 Pierre-Yves David mq: explicitly tests for None
Wed, 15 Mar 2017 15:03:43 -0700 Pierre-Yves David rebase: explicitly tests for None
Thu, 16 Mar 2017 04:53:23 +0530 Rishabh Madan py3: use iter() instead of iterkeys()
Fri, 05 Aug 2016 14:15:45 +0200 Pierre-Yves David localrepo: deprecated '_link'
Fri, 05 Aug 2016 14:19:31 +0200 Pierre-Yves David localrepo: use self.wvfs.islink directly
Thu, 16 Mar 2017 10:10:00 +0530 Pulkit Goyal py3: convert opts back to bytes for status
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip