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
Mon, 13 Mar 2017 17:49:13 -0700 Gregory Szorc parsers: handle refcounting of "parents" consistently
Wed, 15 Mar 2017 09:32:18 -0700 Martin von Zweigbergk py3: make py3 compat.iterbytestr simpler and faster
Wed, 15 Mar 2017 09:30:50 -0700 Martin von Zweigbergk py3: optimize py3 compat.bytechr using Struct.pack
Wed, 15 Mar 2017 19:26:20 -0700 Ryan McElroy tests: properly drop back to root dir in test-status.t
Thu, 16 Mar 2017 09:00:27 +0530 Pulkit Goyal dirstate: use list comprehension to get a list of keys
Thu, 16 Mar 2017 08:03:51 +0530 Pulkit Goyal match: slice over bytes to get the byteschr instead of ascii value
Thu, 16 Mar 2017 07:52:47 +0530 Pulkit Goyal match: make regular expression bytes to prevent TypeError
Thu, 16 Mar 2017 06:32:33 +0530 Pulkit Goyal scmutil: make function name bytes in class filecache
Wed, 15 Mar 2017 00:27:17 -0700 Pierre-Yves David localrepo: deprecate 'wfile'
Wed, 15 Mar 2017 00:31:59 -0700 Pierre-Yves David eol: use 'wvfs' instead of 'wfile'
Wed, 15 Mar 2017 00:29:09 -0700 Pierre-Yves David localrepo: use 'wvfs' instead of 'wfile'
Wed, 15 Mar 2017 00:28:58 -0700 Pierre-Yves David tagmerge: use 'wvfs' instead of 'wfile'
Wed, 15 Mar 2017 00:28:21 -0700 Pierre-Yves David gpg: use 'wvfs' instead of 'wfile'
Wed, 28 Dec 2016 23:42:50 +0100 Pierre-Yves David test: add a basic 'test-check-pylint.t'
Tue, 14 Mar 2017 23:50:07 -0700 Pierre-Yves David localrepo: don't use mutable default argument value
Tue, 14 Mar 2017 23:49:25 -0700 Pierre-Yves David httpclient: don't use mutable default argument value
Tue, 14 Mar 2017 23:49:10 -0700 Pierre-Yves David largefiles: don't use mutable default argument value
Tue, 14 Mar 2017 23:48:25 -0700 Pierre-Yves David hgk: don't use mutable default argument value
Tue, 14 Mar 2017 23:48:08 -0700 Pierre-Yves David convert: don't use mutable default argument value
Tue, 14 Mar 2017 23:46:48 -0700 Pierre-Yves David mq: don't use mutable default argument value
Mon, 13 Mar 2017 21:43:17 -0700 Martin von Zweigbergk pager: if old pager extensions is enabled, respect pager.attend
Mon, 13 Mar 2017 21:42:59 -0700 Martin von Zweigbergk tests: duplicate test for pager for old extension and for in-core pager
Tue, 14 Mar 2017 08:51:35 -0700 Gregory Szorc util: make strdate's defaults default value a dict
Wed, 15 Mar 2017 14:51:18 +0530 Rishabh Madan py3: open file in rb mode
Tue, 14 Mar 2017 13:10:30 -0700 Kyle Lippincott debuglabelcomplete: fix to call debugnamecomplete in new location
Mon, 13 Mar 2017 13:06:37 -0700 Gregory Szorc tests: prove that `hg init` works with Python 3
Mon, 13 Mar 2017 12:16:47 -0700 Gregory Szorc pycompat: custom implementation of urllib.parse.quote()
Mon, 13 Mar 2017 12:14:17 -0700 Gregory Szorc pycompat: alias urllib symbols directly
Mon, 13 Mar 2017 13:08:11 -0700 Gregory Szorc tests: clean up bad extension
Mon, 13 Mar 2017 18:16:42 -0700 Gregory Szorc perf: perform a garbage collection before each iteration
Mon, 13 Mar 2017 18:31:29 -0700 Gregory Szorc formatter: support json formatting of long type
Sun, 12 Mar 2017 21:56:39 -0700 Gregory Szorc rebase: don't use mutable default argument value
Sun, 12 Mar 2017 21:55:46 -0700 Gregory Szorc mq: don't use mutable default argument value
Sun, 12 Mar 2017 21:54:32 -0700 Gregory Szorc util: don't use mutable default argument value
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip