Tue, 11 Oct 2016 04:39:47 +0200 |
Gábor Stefanik |
copies: make _checkcopies handle copy sequences spanning the TCA (issue4028)
|
Tue, 11 Oct 2016 04:25:59 +0200 |
Gábor Stefanik |
checkcopies: add logic to handle remotebase
|
Tue, 04 Oct 2016 12:51:54 +0200 |
Gábor Stefanik |
mergecopies: add logic to process incomplete data
|
Wed, 12 Oct 2016 11:54:03 +0200 |
Gábor Stefanik |
checkcopies: handle divergences contained entirely in tca::ctx
|
Thu, 25 Aug 2016 22:02:26 +0200 |
Gábor Stefanik |
update: enable copy tracing for backwards and non-linear updates
|
Mon, 26 Sep 2016 10:47:37 +0200 |
Mathias De Maré |
bashcompletion: allow skipping completion for 'hg status'
|
Sun, 21 Aug 2016 01:12:00 +0200 |
Mads Kiilerich |
tests: add more test coverage of phase changes when pushing
|
Thu, 13 Oct 2016 02:19:43 +0200 |
Gábor Stefanik |
mergecopies: invoke _computenonoverlap for both base and tca during merges
|
Tue, 18 Oct 2016 00:00:43 +0200 |
Pierre-Yves David |
copies: make it possible to distinguish betwen _computenonoverlap invocations
|
Thu, 13 Oct 2016 02:03:54 +0200 |
Gábor Stefanik |
copies: make _checkcopies handle simple renames in a rotated DAG
|
Thu, 13 Oct 2016 02:03:49 +0200 |
Gábor Stefanik |
copies: compute a suitable TCA if base turns out to be unsuitable
|
Thu, 13 Oct 2016 01:47:33 +0200 |
Gábor Stefanik |
copies: detect graft-like merges
|
Wed, 12 Oct 2016 12:41:28 +0200 |
Gábor Stefanik |
tests: introduce tests for grafting through renames
|
Mon, 17 Oct 2016 17:12:24 +0200 |
Mads Kiilerich |
largefiles: fix 'deleted' files sometimes persistently appearing with R status
stable
|
Sun, 16 Oct 2016 02:29:45 +0200 |
Mads Kiilerich |
largefiles: more safe handling of interruptions while updating modifications
stable
|
Sun, 16 Oct 2016 02:26:38 +0200 |
Mads Kiilerich |
largefiles: test coverage of fatal interruption of update
stable
|
Wed, 12 Oct 2016 21:33:45 +0200 |
Gábor Stefanik |
checkcopies: add a sanity check against false-positive copies
|
Sun, 16 Oct 2016 10:38:52 -0700 |
Gregory Szorc |
exchange: refactor APIs to obtain bundle data (API)
|
Thu, 13 Oct 2016 01:30:14 +0200 |
Pierre-Yves David |
mergecopies: rename 'ca' to 'base'
|
Thu, 13 Oct 2016 01:26:33 +0200 |
Pierre-Yves David |
copies: move variable document from checkcopies to mergecopies
|
Tue, 11 Oct 2016 02:21:42 +0200 |
Pierre-Yves David |
checkcopies: pass data as a dictionary of dictionaries
|
Tue, 11 Oct 2016 02:15:23 +0200 |
Pierre-Yves David |
checkcopies: move 'movewithdir' initialisation right before its usage
|
Fri, 14 Oct 2016 01:53:15 +0200 |
Mads Kiilerich |
cmdutil: satisfy expections in dirstateguard.__del__, even if __init__ fails
|
Fri, 14 Oct 2016 01:53:15 +0200 |
Mads Kiilerich |
util: increase filechunkiter size to 128k
|
Wed, 12 Oct 2016 12:22:18 +0200 |
Mads Kiilerich |
largefiles: always use filechunkiter when iterating files
|
Fri, 14 Oct 2016 23:33:00 +0900 |
Yuya Nishihara |
revset: for x^2, do not take null as a valid p2 revision
|
Mon, 10 Oct 2016 22:30:09 +0200 |
Yuya Nishihara |
revset: make follow() reject more than one start revisions
|
Sat, 15 Oct 2016 17:10:53 -0700 |
Gregory Szorc |
bundle2: only emit compressed chunks if they have data
|
Sat, 15 Oct 2016 15:01:14 -0700 |
Danek Duvall |
color: add some documentation for custom terminfo codes
|
Thu, 13 Oct 2016 13:10:01 -0700 |
Danek Duvall |
color: debugcolor should emit the user-defined colors
|
Thu, 13 Oct 2016 12:01:41 -0700 |
Danek Duvall |
color: ignore effects missing from terminfo
|
Thu, 13 Oct 2016 11:48:17 -0700 |
Danek Duvall |
color: allow for user-configurable terminfo codes for effects
|
Tue, 04 Oct 2016 04:06:48 -0700 |
Stanislau Hlebik |
update: warn if cwd was deleted
|
Thu, 13 Oct 2016 13:34:53 +0200 |
Gregory Szorc |
parsers: avoid PySliceObject cast on Python 3
|
Thu, 13 Oct 2016 13:27:14 +0200 |
Gregory Szorc |
bdiff: include util.h
|
Thu, 13 Oct 2016 13:22:40 +0200 |
Gregory Szorc |
parsers: alias more PyInt* symbols on Python 3
|
Thu, 13 Oct 2016 13:17:23 +0200 |
Gregory Szorc |
manifest: use PyVarObject_HEAD_INIT
|
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
|