- Mar 06, 2020
-
-
Pierre-Yves David authored
If the http server cannot accept many arguments, avoid sending too large requests (at the cost of more data exchanged). A better solution would be to aggregate contiguous range, but this is a question for later.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
This looks like a dubious optimisation
-
- Mar 11, 2020
-
-
Pierre-Yves David authored
This is useful to prevent regression.
-
- Mar 13, 2020
-
-
Anton Shestakov authored
-
- Mar 11, 2020
-
-
Manuel Jacob authored
The message refers to the changeset that is currently evolved. Therefore the message needs an additional 'of' to be correct.
-
- Mar 06, 2020
-
-
Pierre-Yves David authored
They were wrong.
-
- Feb 29, 2020
-
-
Anton Shestakov authored
-
Anton Shestakov authored
-
- Mar 04, 2020
-
-
Pierre-Yves David authored
If a changeset with topic as descendant without topic, we need to exclude them too when using: topic.server-gate-topic-changesets.
-
Anton Shestakov authored
-
Pierre-Yves David authored
-
Anton Shestakov authored
-
Pierre-Yves David authored
- Feb 28, 2020
-
-
Anton Shestakov authored
-
Anton Shestakov authored
-
- Mar 04, 2020
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
CORE-TEST-OUTPUT-UPDATE: 14d0e89520a2
-
Pierre-Yves David authored
-
- Feb 19, 2020
-
-
Pierre-Yves David authored
This is the first version of an option that make topic changeset hidden to client without the extension. It might become the default in the future.
-
- Mar 03, 2020
-
-
Anton Shestakov authored
-
- Mar 02, 2020
-
-
Will Stott authored
-
- Feb 05, 2020
-
-
Martin von Zweigbergk authored
This is a phase-divergent update to 731b5a89a784. 1f92a6aa40d6 (evolve: add pre-check logic for content-divergence in rewriteutil.precheck(), 2019-11-04) taught `rewriteutil.precheck()` to check for divergence. It also set allowdivergence=yes in test-touch.t to silence the error. However, if one does *not* have that set, it is no longer possible to allow divergence with `hg touch -A`. This patch fixes that.
-
- Feb 22, 2020
-
-
Pierre-Yves David authored
-
- Feb 05, 2020
-
-
Martin von Zweigbergk authored
1f92a6aa40d6 (evolve: add pre-check logic for content-divergence in rewriteutil.precheck(), 2019-11-04) taught `rewriteutil.precheck()` to check for divergence. It also set allowdivergence=yes in test-touch.t to silence the error. However, if one does *not* have that set, it is no longer possible to allow divergence with `hg touch -A`. This patch fixes that.
-
- Feb 04, 2020
-
-
Martin von Zweigbergk authored
There didn't seem to be any before. It currently passes because the test case incorrectly (IMO) sets `evolution.allowdivergence = True`.
-
- Feb 19, 2020
-
-
Pulkit Goyal authored
I have system mercurial using py3 which lead me to the traceback pointing to this.
-
- Feb 15, 2020
-
-
Anton Shestakov authored
-
- Feb 13, 2020
-
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
exclude+recursive-exclude is basically prune.
-
- Feb 04, 2020
-
-
Martin von Zweigbergk authored
Same reasoning as for the previous patch. In this case, the closest commit I could find was 36 commits later (3d35304bd09b).
-
Martin von Zweigbergk authored
If `scmutil.cleanupnodes()` is overridden, the check in `scmutil.cleanupnodes.__code__.co_varnames` will fail. Let's use a less specific proxy for that condition so extensions are safely override `scmutil.cleanupnodes()`. I picked `util.safehasattr(scmutil, 'nullrev')` as the proxy. That basically checks for Mercurial commit d739f423bf06, which is two commits later than the commit we actually care about.
-
- Feb 11, 2020
-
-
Anton Shestakov authored
-
- Feb 04, 2020
-
-
Anton Shestakov authored
-
- Jan 14, 2020
-
-
Anton Shestakov authored
It was already used for obslog --filternonlocal.
-
- Feb 02, 2020
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-