log

age author description
Thu, 13 Oct 2016 13:14:14 +0200 Gregory Szorc dirs: use PyVarObject_HEAD_INIT
Thu, 13 Oct 2016 09:27:37 +0100 Martijn Pieters py3: use namedtuple._replace to produce new tokens
Fri, 14 Oct 2016 17:55:02 +0100 Martijn Pieters py3: refactor token parsing to handle call args properly
Thu, 13 Oct 2016 13:47:47 +0200 Pierre-Yves David eol: make sure we always release the wlock when writing cache
Thu, 13 Oct 2016 21:42:11 +0200 Gregory Szorc pathencode: use assert() for PyBytes_Check()
Wed, 12 Oct 2016 12:22:18 +0200 Mads Kiilerich merge: clarify warning for (not) merging flags without ancestor
Wed, 12 Oct 2016 12:22:18 +0200 Mads Kiilerich merge: only show "cannot merge flags for %s" warning if flags are different
Wed, 12 Oct 2016 12:22:18 +0200 Mads Kiilerich tests: add test coverage of merging x flag without ancestor
Sat, 08 Oct 2016 17:07:43 +0200 Gregory Szorc dirs: document Py_SIZE weirdness
Wed, 12 Oct 2016 12:22:54 +0200 Philippe Pepiot record: return code from underlying commit
Fri, 14 Oct 2016 09:52:38 +0200 Philippe Pepiot commit: return 1 for interactive commit with no changes (issue5397)
Fri, 14 Oct 2016 03:03:39 +0200 Mads Kiilerich demandimport: disable lazy import of __builtin__
Thu, 13 Oct 2016 12:50:27 +0200 Gregory Szorc changelog: disable delta chains
Sat, 24 Sep 2016 12:25:37 -0700 Gregory Szorc revlog: add instance variable controlling delta chain use
Thu, 13 Oct 2016 12:49:47 +0200 Gregory Szorc changegroup: document deltaparent's choice of previous revision
Sun, 09 Oct 2016 03:11:18 +0200 Pierre-Yves David help: backout f3c4edfd35e1 (mark boolean flags with [no-] in help) for now
Mon, 19 Sep 2016 17:15:39 -0400 Augie Fackler copy: distinguish "file exists" cases and add a hint (BC)
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