Sun, 09 Oct 2016 01:03:20 +0900 FUJIWARA Katsunori perf: make perftags clear tags cache correctly
Sun, 09 Oct 2016 01:03:19 +0900 FUJIWARA Katsunori perf: replace ui.configint() by getint() for Mercurial earlier than 1.9
Sun, 09 Oct 2016 01:03:19 +0900 FUJIWARA Katsunori perf: omit copying from ui.ferr to ui.fout for Mercurial earlier than 1.9
Sun, 09 Oct 2016 01:03:18 +0900 FUJIWARA Katsunori perf: define formatter locally for Mercurial earlier than 2.2
Sun, 09 Oct 2016 01:03:18 +0900 FUJIWARA Katsunori perf: add functions to get vfs-like object for Mercurial earlier than 2.3
Sun, 09 Oct 2016 01:03:17 +0900 FUJIWARA Katsunori perf: avoid actual writing branch cache out correctly
Sun, 09 Oct 2016 01:03:17 +0900 FUJIWARA Katsunori perf: get subsettable from appropriate module for Mercurial earlier than 2.9
Sun, 09 Oct 2016 01:03:16 +0900 FUJIWARA Katsunori perf: introduce safeattrsetter to replace direct attribute assignment
Sat, 08 Oct 2016 00:59:41 +0200 Mads Kiilerich largefiles: use context for file closing
Sat, 08 Oct 2016 00:59:40 +0200 Mads Kiilerich largefiles: when setting/clearing x bit on largefiles, don't change other bits
Sun, 09 Oct 2016 15:54:49 +0200 Mads Kiilerich eol: on update, only re-check files if filtering changed
Thu, 13 Oct 2016 10:59:29 +0200 Gregory Szorc dirs: add comment about _PyBytes_Resize
Tue, 11 Oct 2016 01:29:08 +0200 Pierre-Yves David checkcopies: extract the '_related' closure
Sat, 08 Oct 2016 23:00:55 +0200 Pierre-Yves David checkcopies: add an inline comment about the '_related' call
Sat, 08 Oct 2016 19:03:16 +0200 Pierre-Yves David checkcopies: minor change to comment
Sat, 08 Oct 2016 18:38:42 +0200 Pierre-Yves David checkcopies: rename 'ca' to 'base'
Wed, 24 Aug 2016 05:09:46 +0200 Pierre-Yves David bisect: extra a small initialisation outside of a loop
Mon, 10 Oct 2016 23:11:15 +0100 Martijn Pieters pycompat: only accept a bytestring filepath in Python 2
Mon, 10 Oct 2016 05:31:31 -0700 Mateusz Kwapich py3: use raw strings in line continuation (convert ext)
Mon, 10 Oct 2016 05:30:14 -0700 Mateusz Kwapich py3: namedtuple takes unicode (journal ext)
Sun, 09 Oct 2016 09:42:46 -0400 Augie Fackler debuginstall: use %d instead of %s for formatting an int
Sun, 09 Oct 2016 13:59:20 +0200 Pulkit Goyal py3: test to check which commands run
Wed, 24 Aug 2016 05:06:21 +0200 Pierre-Yves David bisect: build a displayer only once
Wed, 24 Aug 2016 05:04:46 +0200 Pierre-Yves David bisect: factor commonly update sequence
Wed, 24 Aug 2016 04:25:20 +0200 Pierre-Yves David bisect: move check_state into the bisect module
Wed, 24 Aug 2016 04:23:13 +0200 Pierre-Yves David bisect: simplify conditional in 'check_state'
Wed, 24 Aug 2016 04:22:40 +0200 Pierre-Yves David bisect: remove code about "update-flag" in check_state
Sun, 09 Oct 2016 03:50:55 +0200 Pierre-Yves David bisect: rename 'check_code' to match our naming scheme
Wed, 24 Aug 2016 04:48:17 +0200 Pierre-Yves David bisect: minor movement of code handle flag updating state
Sun, 09 Oct 2016 04:37:02 -0400 Augie Fackler test-clone: discard lock-related messages
Sun, 09 Oct 2016 04:25:22 -0400 Augie Fackler test-clone: fix some instability in pooled clone race condition test
Sun, 09 Oct 2016 17:44:23 +0200 Martijn Pieters py3: add an os.fsencode backport to ease path handling
Sun, 09 Oct 2016 14:10:01 +0200 Martijn Pieters py3: a second argument to open can't be bytes
Sun, 09 Oct 2016 17:02:34 +0200 Yuya Nishihara py3: make check-py3-compat.py import importlib only if necessary
Sun, 09 Oct 2016 08:09:20 -0700 Simon Farnsworth templater: handle division by zero in arithmetic
Sun, 09 Oct 2016 05:51:04 -0700 Simon Farnsworth templater: provide arithmetic operations on integers
Sun, 09 Oct 2016 15:54:42 +0200 Mads Kiilerich eol: store and reuse pattern matchers instead of creating in tight loop
Sun, 09 Oct 2016 15:42:42 +0200 Mads Kiilerich eol: fix variable naming - call it _eolmatch instead of _eolfile
Sun, 09 Oct 2016 13:50:53 +0200 Gregory Szorc parsers: move PyInt aliasing out of util.h
Sun, 09 Oct 2016 13:47:46 +0200 Gregory Szorc osutil: use PyLongObject on Python 3 for listdir_slot
Sun, 09 Oct 2016 13:41:18 +0200 Gregory Szorc osutil: use PyLongObject in recvfds
Sun, 09 Oct 2016 12:37:10 +0200 Pulkit Goyal py3: use encoding.environ instead of os.environ
Sun, 09 Oct 2016 12:58:22 +0200 Martijn Pieters store: py26 compat, don't use a dict comprehension
Sat, 08 Oct 2016 16:51:18 +0200 Gregory Szorc dirs: document performance reasons for bypassing Python C API
Sat, 08 Oct 2016 16:20:21 +0200 Gregory Szorc dirs: port PyInt code to work on Python 3
Sat, 08 Oct 2016 14:31:59 +0200 Gregory Szorc dirs: convert PyString to PyBytes
Sat, 08 Oct 2016 16:02:51 +0200 Gregory Szorc dirs: inline string macros
Sat, 08 Oct 2016 22:44:02 +0200 Gregory Szorc parsers: use PyVarObject_HEAD_INIT
Sat, 08 Oct 2016 22:21:22 +0200 Gregory Szorc pathencode: use Py_SIZE directly
Sat, 08 Oct 2016 22:04:56 +0200 Gregory Szorc util: remove PyString* aliases on Python 3
Sat, 08 Oct 2016 22:02:29 +0200 Gregory Szorc parsers: convert PyString* to PyBytes*
Sat, 08 Oct 2016 22:01:07 +0200 Gregory Szorc pathencode: convert PyString* to PyBytes*
Sat, 08 Oct 2016 21:58:55 +0200 Gregory Szorc osutil: convert PyString* to PyBytes*
Sat, 08 Oct 2016 21:57:55 +0200 Gregory Szorc manifest: convert PyString* to PyBytes*
Sun, 02 Oct 2016 17:31:32 +0900 Yuya Nishihara merge: update doc of manifestmerge() per 18c2184c27dc
Sat, 08 Oct 2016 17:22:40 +0200 Yuya Nishihara py3: remove superfluous indent from check-py3-compat.py
Sat, 08 Oct 2016 17:22:07 +0200 Yuya Nishihara py3: make check-py3-compat.py load modules in standard manner
Sun, 09 Oct 2016 08:31:39 +0200 Yuya Nishihara py3: include module filename in check-py3-compat.py output
Sat, 08 Oct 2016 19:16:50 +0200 Gregory Szorc util: document we want Python type mapping to be temporary
Sat, 08 Oct 2016 19:02:44 +0200 Gregory Szorc util: define PyInt_Type on Python 3
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip