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
Sun, 12 Mar 2017 21:53:03 -0700 Gregory Szorc match: don't use mutable default argument value
Sun, 12 Mar 2017 21:52:17 -0700 Gregory Szorc hgweb: don't use mutable default argument value
Mon, 26 Dec 2016 16:55:47 -0700 Gregory Szorc hgweb: don't use mutable default argument value
Mon, 26 Dec 2016 16:54:33 -0700 Gregory Szorc filemerge: don't use mutable default argument value
Sun, 12 Mar 2017 21:50:42 -0700 Gregory Szorc context: don't use mutable default argument value
Mon, 13 Mar 2017 11:19:24 -0700 Martin von Zweigbergk heads: enable pager
Mon, 13 Mar 2017 11:03:59 -0700 Martin von Zweigbergk branches: enable pager
Sun, 12 Mar 2017 17:16:43 -0700 Yuya Nishihara py3: fix slicing of bytes in revset.formatspec()
Sun, 12 Mar 2017 17:13:54 -0700 Yuya Nishihara py3: make set of revset operators and quotes in bytes
Sun, 12 Mar 2017 17:10:14 -0700 Yuya Nishihara py3: convert set of revset initial symbols back to bytes
Sun, 12 Mar 2017 17:04:45 -0700 Yuya Nishihara pycompat: add helper to iterate each char in bytes
Sun, 12 Mar 2017 19:47:51 -0400 Augie Fackler branchmap: fix python 2.6 by using util.buffer() instead of passing bytearray
Sun, 12 Mar 2017 16:44:01 -0700 Mads Kiilerich rebase: allow rebasing children of wd to wd if a new branch has been set (BC)
Sun, 12 Mar 2017 16:41:46 -0700 Mads Kiilerich merge: check current wc branch for 'nothing to merge', not its p1
Sun, 12 Mar 2017 16:26:34 -0700 Yuya Nishihara lock: do not encode result of gethostname on Python 2
Sun, 12 Mar 2017 03:33:38 -0400 Augie Fackler py3: prove `hg files --rev` works
Sun, 12 Mar 2017 03:37:45 -0400 Augie Fackler tests: make a variable for hg binary location in test-check-py3-commands
Sun, 12 Mar 2017 03:28:50 -0400 Augie Fackler lock: encode result of gethostname into a bytestring
Sun, 12 Mar 2017 12:56:12 -0700 Martijn Pieters config: avoid using a mutable default
Fri, 05 Aug 2016 14:09:04 +0200 Pierre-Yves David localrepo: deprecate 'repo.join' in favor of 'repo.vfs.join'
Sun, 12 Mar 2017 12:54:11 -0700 Yuya Nishihara pycompat: move imports of cStringIO/io to where they are used
Sun, 12 Mar 2017 12:17:30 -0700 Mads Kiilerich rbc: empty (and invalid) rbc-names file should give an empty name list
Wed, 19 Oct 2016 02:46:35 +0200 Mads Kiilerich rbc: use struct unpack_from and pack_into instead of unpack and pack
Sun, 12 Mar 2017 15:27:02 -0400 Augie Fackler revlog: use bytes() instead of str() to get data from memoryview
Sun, 12 Mar 2017 03:33:22 -0400 Augie Fackler util: teach url object about __bytes__
Sun, 12 Mar 2017 03:31:54 -0400 Augie Fackler manifest: ensure paths are bytes (not str) in pure parser
Sun, 12 Mar 2017 03:30:15 -0400 Augie Fackler manifest: now that node.bin is available, use it directly
Sun, 12 Mar 2017 03:29:48 -0400 Augie Fackler manifest: use node.bin instead of .decode('hex')
Sun, 12 Mar 2017 00:43:20 -0500 Augie Fackler manifest: add __next__ methods for Python 3
Sun, 12 Mar 2017 00:51:00 -0500 Augie Fackler files: use native string type to load rev opt from dict
Sun, 12 Mar 2017 00:50:44 -0500 Augie Fackler store: fix many single-byte ops to use slicing in _auxencode
Mon, 13 Mar 2017 04:06:36 +0900 FUJIWARA Katsunori py3: add "b" prefix to string literals related to module policy
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip