10.3.1: compatibility branches
- Apr 25, 2021
-
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
- Apr 24, 2021
-
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
Mercurial 5.8rc1 has been released and we're expecting 5.8 soon, so the stable branch is no longer about 5.7.
-
- Apr 23, 2021
-
-
Pierre-Yves David authored
phase-divergent update to 652d20d1c545 Adjustement from Anton.
-
Pierre-Yves David authored
If it quite important
-
- Apr 22, 2021
-
-
Anton Shestakov authored
-
Anton Shestakov authored
Unless --no-evolve is given. In case when there's only one stable child that otherwise fits perfectly as a hg next target, but there are also unstable children on the current topic and we are allowed to evolve them, hg next should treat them as targets too and give a prompt to select the revision to update to. With this patch it does.
-
Anton Shestakov authored
Otherwise --no-topic makes no difference in how hg next works with unstable targets. Now that aspchildren filtering code actually works, this patch makes hg next behave correctly when dealing with unstable changesets with a different topic.
-
- Apr 21, 2021
-
-
Anton Shestakov authored
It has a default value and every other piece of code that accesses opts doesn't bother with .get().
-
Anton Shestakov authored
Uses less memory this way and simplifies content checks in a couple of places.
-
Anton Shestakov authored
`aspchildren` contains revs, not contexts.
-
Anton Shestakov authored
Aligns with revselectionprompt()'s name.
-
- Apr 22, 2021
-
-
Anton Shestakov authored
-
- Mar 12, 2021
-
-
Anton Shestakov authored
CORE-TEST-OUTPUT-UPDATE: 7015b0232c5e
-
- Feb 04, 2021
-
-
Anton Shestakov authored
CORE-TEST-OUTPUT-UPDATE: dc00324e80f4
-
Anton Shestakov authored
CORE-TEST-OUTPUT-UPDATE: 768056549737
-
- Mar 19, 2021
-
-
Anton Shestakov authored
-
- Apr 13, 2021
-
-
Anton Shestakov authored
-
Anton Shestakov authored
If this cache was rebuilt in this command (like in test-cache-corruption.t), it used to exist only in memory and then discarded. That's wasteful, so let's save the cache instead. Debug commands for other caches already do this.
-
Anton Shestakov authored
-
- Apr 05, 2021
-
-
Anton Shestakov authored
-
Anton Shestakov authored
-
- Apr 02, 2021
-
-
Anton Shestakov authored
-
- Mar 31, 2021
-
-
Anton Shestakov authored
arraytobytes() and arrayfrombytes() is not cross-platform.
-
- Mar 30, 2021
-
-
Anton Shestakov authored
arraytobytes() and arrayfrombytes() is not cross-platform.
-
- Mar 31, 2021
-
-
Anton Shestakov authored
It also recreates the cache if needed (and it will be).
-
- Mar 30, 2021
-
-
Anton Shestakov authored
arraytobytes() and arrayfrombytes() is not cross-platform.
-
- Mar 24, 2021
-
-
Anton Shestakov authored
Pairing nullid with nullrev (-1) seems more logical than pairing it with 0. This also means we don't false-detect strips out of nowhere. That used to happen because newkey (-1, nullid) != self._cachekey (0, nullid).
-
- Mar 17, 2021
-
-
Anton Shestakov authored
-
Anton Shestakov authored
After this patch this test will fail on certain platforms that don't have array.array('l').itemsize == 8.
-
- Mar 19, 2021
-
-
Anton Shestakov authored
-
- Mar 17, 2021
-
-
Anton Shestakov authored
Makes it work on Python 3.
-
- Mar 16, 2021
-
-
Anton Shestakov authored
As before (a1dad44fe3da), because run-tests.py sets devel.default-date, we don't need to have an alias that just adds -d '0 0'. No need to specify prefix for the extensions nowadays.
-
Anton Shestakov authored
We have this nice method of revlogs that will make code slightly easier to read, why not use it. Revlogs also have a .tip() method to return tip as node hash, but only in 5.3+.
-
- Mar 15, 2021
-
-
Anton Shestakov authored
-
Anton Shestakov authored
Since `greo -o .` doesn't catch line breaks, we can use simple echo instead of printf (or echo -n that was there even before that). Holding the result in a file is also not necessary, not sure why it was done this way.
-
- Mar 14, 2021
-
-
Anton Shestakov authored
`if reset:` is literally one line above this operator.
-
Anton Shestakov authored
There seems to be a rule for this somewhere, but I can't find it at the moment.
-
Anton Shestakov authored
Also make it translatable, while we're at it.
-
- Mar 12, 2021
-
-
Pierre-Yves David authored
This is what Mercurial does now.
-
- Mar 11, 2021
-
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-