- 13 Apr, 2021 3 commits
-
-
Anton Shestakov authored
--HG-- branch : stable
-
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. --HG-- branch : stable
-
Anton Shestakov authored
--HG-- branch : stable
-
- 05 Apr, 2021 2 commits
-
-
Anton Shestakov authored
--HG-- branch : stable
-
Anton Shestakov authored
--HG-- branch : stable
-
- 02 Apr, 2021 1 commit
-
-
Anton Shestakov authored
--HG-- branch : stable
-
- 31 Mar, 2021 1 commit
-
-
Anton Shestakov authored
arraytobytes() and arrayfrombytes() is not cross-platform. --HG-- branch : stable
-
- 30 Mar, 2021 1 commit
-
-
Anton Shestakov authored
arraytobytes() and arrayfrombytes() is not cross-platform. --HG-- branch : stable
-
- 31 Mar, 2021 1 commit
-
-
Anton Shestakov authored
It also recreates the cache if needed (and it will be). --HG-- branch : stable
-
- 30 Mar, 2021 1 commit
-
-
Anton Shestakov authored
arraytobytes() and arrayfrombytes() is not cross-platform. --HG-- branch : stable
-
- 24 Mar, 2021 1 commit
-
-
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). --HG-- branch : stable
-
- 17 Mar, 2021 2 commits
-
-
Anton Shestakov authored
--HG-- branch : stable
-
Anton Shestakov authored
After this patch this test will fail on certain platforms that don't have array.array('l').itemsize == 8. --HG-- branch : stable
-
- 19 Mar, 2021 1 commit
-
-
Anton Shestakov authored
--HG-- branch : stable
-
- 17 Mar, 2021 1 commit
-
-
Anton Shestakov authored
Makes it work on Python 3. --HG-- branch : stable
-
- 16 Mar, 2021 2 commits
-
-
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. --HG-- branch : stable
-
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+. --HG-- branch : stable
-
- 15 Mar, 2021 2 commits
-
-
Anton Shestakov authored
--HG-- branch : stable
-
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. --HG-- branch : stable
-
- 14 Mar, 2021 3 commits
-
-
Anton Shestakov authored
`if reset:` is literally one line above this operator. --HG-- branch : stable
-
Anton Shestakov authored
There seems to be a rule for this somewhere, but I can't find it at the moment. --HG-- branch : stable
-
Anton Shestakov authored
Also make it translatable, while we're at it. --HG-- branch : stable
-
- 12 Mar, 2021 1 commit
-
-
Pierre-Yves David authored
This is what Mercurial does now. --HG-- branch : stable
-
- 11 Mar, 2021 9 commits
-
-
Anton Shestakov authored
--HG-- branch : stable
-
Anton Shestakov authored
--HG-- branch : stable
-
Anton Shestakov authored
--HG-- branch : stable
-
Anton Shestakov authored
--HG-- branch : stable
-
Anton Shestakov authored
--HG-- branch : stable
-
Anton Shestakov authored
--HG-- branch : stable
-
Anton Shestakov authored
--HG-- branch : stable
-
Anton Shestakov authored
--HG-- branch : stable
-
Anton Shestakov authored
# no-check-commit --HG-- branch : stable
-
- 09 Mar, 2021 1 commit
-
-
Anton Shestakov authored
-
- 24 Feb, 2021 1 commit
-
-
Chuck Tuffli authored
Change all instances which describe topics as "disappearing" to the more accurate "fade out" as the information is still available, but no longer used. --HG-- branch : stable
-
- 12 Feb, 2021 1 commit
-
-
Chuck Tuffli authored
--HG-- branch : stable
-
- 03 Feb, 2021 1 commit
-
-
Chuck Tuffli authored
--HG-- branch : stable
-
- 08 Feb, 2021 1 commit
-
-
Anton Shestakov authored
For the record, we already have a somewhat similar test-check-setup-manifest.t, but it only runs check-manifest and doesn't produce and check an actual tarball in any way. --HG-- branch : stable
-
- 01 Feb, 2021 2 commits
-
-
Sushil Khanchi authored
-
Sushil Khanchi authored
-
- 03 Mar, 2021 1 commit
-
-
Anton Shestakov authored
Some of these tests were originally split from a single file that had (and used) these options, and some of the tests were later created by just mindlessly copypasting the same set of options that aren't applicable to the newly written tests. Things removed by this patch: - web section from tests that don't use hg serve and don't push - phases.publish from tests that don't exchange changesets between repos - diff section from tests that don't have any diffs - defaults section that sets the date The defaults section that only adds -d '0 0' to commands should no longer be necessary because run-tests.py sets devel.default-date='0 0' since 4.3, and all command in evolve should respect this config option.
-