Mercurial > hg
graph
-
copies: compute a suitable TCA if base turns out to be unsuitableThu, 13 Oct 2016 02:03:49 +0200, by Gábor Stefanik
-
copies: detect graft-like mergesThu, 13 Oct 2016 01:47:33 +0200, by Gábor Stefanik
-
tests: introduce tests for grafting through renamesWed, 12 Oct 2016 12:41:28 +0200, by Gábor Stefanik
-
largefiles: fix 'deleted' files sometimes persistently appearing with R status stableMon, 17 Oct 2016 17:12:24 +0200, by Mads Kiilerich
-
largefiles: more safe handling of interruptions while updating modifications stableSun, 16 Oct 2016 02:29:45 +0200, by Mads Kiilerich
-
largefiles: test coverage of fatal interruption of update stableSun, 16 Oct 2016 02:26:38 +0200, by Mads Kiilerich
-
checkcopies: add a sanity check against false-positive copiesWed, 12 Oct 2016 21:33:45 +0200, by Gábor Stefanik
-
exchange: refactor APIs to obtain bundle data (API)Sun, 16 Oct 2016 10:38:52 -0700, by Gregory Szorc
-
mergecopies: rename 'ca' to 'base'Thu, 13 Oct 2016 01:30:14 +0200, by Pierre-Yves David
-
copies: move variable document from checkcopies to mergecopiesThu, 13 Oct 2016 01:26:33 +0200, by Pierre-Yves David
-
checkcopies: pass data as a dictionary of dictionariesTue, 11 Oct 2016 02:21:42 +0200, by Pierre-Yves David
-
checkcopies: move 'movewithdir' initialisation right before its usageTue, 11 Oct 2016 02:15:23 +0200, by Pierre-Yves David
-
cmdutil: satisfy expections in dirstateguard.__del__, even if __init__ failsFri, 14 Oct 2016 01:53:15 +0200, by Mads Kiilerich
-
util: increase filechunkiter size to 128kFri, 14 Oct 2016 01:53:15 +0200, by Mads Kiilerich
-
largefiles: always use filechunkiter when iterating filesWed, 12 Oct 2016 12:22:18 +0200, by Mads Kiilerich
-
revset: for x^2, do not take null as a valid p2 revisionFri, 14 Oct 2016 23:33:00 +0900, by Yuya Nishihara
-
revset: make follow() reject more than one start revisionsMon, 10 Oct 2016 22:30:09 +0200, by Yuya Nishihara
-
bundle2: only emit compressed chunks if they have dataSat, 15 Oct 2016 17:10:53 -0700, by Gregory Szorc
-
color: add some documentation for custom terminfo codesSat, 15 Oct 2016 15:01:14 -0700, by Danek Duvall
-
color: debugcolor should emit the user-defined colorsThu, 13 Oct 2016 13:10:01 -0700, by Danek Duvall
-
color: ignore effects missing from terminfoThu, 13 Oct 2016 12:01:41 -0700, by Danek Duvall
-
color: allow for user-configurable terminfo codes for effectsThu, 13 Oct 2016 11:48:17 -0700, by Danek Duvall
-
update: warn if cwd was deletedTue, 04 Oct 2016 04:06:48 -0700, by Stanislau Hlebik
-
parsers: avoid PySliceObject cast on Python 3Thu, 13 Oct 2016 13:34:53 +0200, by Gregory Szorc
-
bdiff: include util.hThu, 13 Oct 2016 13:27:14 +0200, by Gregory Szorc
-
parsers: alias more PyInt* symbols on Python 3Thu, 13 Oct 2016 13:22:40 +0200, by Gregory Szorc
-
manifest: use PyVarObject_HEAD_INITThu, 13 Oct 2016 13:17:23 +0200, by Gregory Szorc
-
dirs: use PyVarObject_HEAD_INITThu, 13 Oct 2016 13:14:14 +0200, by Gregory Szorc
-
py3: use namedtuple._replace to produce new tokensThu, 13 Oct 2016 09:27:37 +0100, by Martijn Pieters
-
py3: refactor token parsing to handle call args properlyFri, 14 Oct 2016 17:55:02 +0100, by Martijn Pieters
-
eol: make sure we always release the wlock when writing cacheThu, 13 Oct 2016 13:47:47 +0200, by Pierre-Yves David
-
pathencode: use assert() for PyBytes_Check()Thu, 13 Oct 2016 21:42:11 +0200, by Gregory Szorc
-
merge: clarify warning for (not) merging flags without ancestorWed, 12 Oct 2016 12:22:18 +0200, by Mads Kiilerich
-
merge: only show "cannot merge flags for %s" warning if flags are differentWed, 12 Oct 2016 12:22:18 +0200, by Mads Kiilerich
-
tests: add test coverage of merging x flag without ancestorWed, 12 Oct 2016 12:22:18 +0200, by Mads Kiilerich
-
dirs: document Py_SIZE weirdnessSat, 08 Oct 2016 17:07:43 +0200, by Gregory Szorc
-
record: return code from underlying commitWed, 12 Oct 2016 12:22:54 +0200, by Philippe Pepiot
-
commit: return 1 for interactive commit with no changes (issue5397)Fri, 14 Oct 2016 09:52:38 +0200, by Philippe Pepiot
-
demandimport: disable lazy import of __builtin__Fri, 14 Oct 2016 03:03:39 +0200, by Mads Kiilerich
-
changelog: disable delta chainsThu, 13 Oct 2016 12:50:27 +0200, by Gregory Szorc
-
revlog: add instance variable controlling delta chain useSat, 24 Sep 2016 12:25:37 -0700, by Gregory Szorc
-
changegroup: document deltaparent's choice of previous revisionThu, 13 Oct 2016 12:49:47 +0200, by Gregory Szorc
-
help: backout f3c4edfd35e1 (mark boolean flags with [no-] in help) for nowSun, 09 Oct 2016 03:11:18 +0200, by Pierre-Yves David
-
copy: distinguish "file exists" cases and add a hint (BC)Mon, 19 Sep 2016 17:15:39 -0400, by Augie Fackler
-
perf: make perftags clear tags cache correctlySun, 09 Oct 2016 01:03:20 +0900, by FUJIWARA Katsunori
-
perf: replace ui.configint() by getint() for Mercurial earlier than 1.9Sun, 09 Oct 2016 01:03:19 +0900, by FUJIWARA Katsunori
-
perf: omit copying from ui.ferr to ui.fout for Mercurial earlier than 1.9Sun, 09 Oct 2016 01:03:19 +0900, by FUJIWARA Katsunori
-
perf: define formatter locally for Mercurial earlier than 2.2Sun, 09 Oct 2016 01:03:18 +0900, by FUJIWARA Katsunori
-
perf: add functions to get vfs-like object for Mercurial earlier than 2.3Sun, 09 Oct 2016 01:03:18 +0900, by FUJIWARA Katsunori
-
perf: avoid actual writing branch cache out correctlySun, 09 Oct 2016 01:03:17 +0900, by FUJIWARA Katsunori
-
perf: get subsettable from appropriate module for Mercurial earlier than 2.9Sun, 09 Oct 2016 01:03:17 +0900, by FUJIWARA Katsunori
-
perf: introduce safeattrsetter to replace direct attribute assignmentSun, 09 Oct 2016 01:03:16 +0900, by FUJIWARA Katsunori
-
largefiles: use context for file closingSat, 08 Oct 2016 00:59:41 +0200, by Mads Kiilerich
-
largefiles: when setting/clearing x bit on largefiles, don't change other bitsSat, 08 Oct 2016 00:59:40 +0200, by Mads Kiilerich
-
eol: on update, only re-check files if filtering changedSun, 09 Oct 2016 15:54:49 +0200, by Mads Kiilerich
-
dirs: add comment about _PyBytes_ResizeThu, 13 Oct 2016 10:59:29 +0200, by Gregory Szorc
-
checkcopies: extract the '_related' closureTue, 11 Oct 2016 01:29:08 +0200, by Pierre-Yves David
-
checkcopies: add an inline comment about the '_related' callSat, 08 Oct 2016 23:00:55 +0200, by Pierre-Yves David
-
checkcopies: minor change to commentSat, 08 Oct 2016 19:03:16 +0200, by Pierre-Yves David
-
checkcopies: rename 'ca' to 'base'Sat, 08 Oct 2016 18:38:42 +0200, by Pierre-Yves David