- Apr 27, 2019
-
-
Pierre-Yves David authored
The new name have been around for 1 years, let us stop hacking the old name back. This will requires people to reclone, however will come in a larger wagon that will requires people to reclone anyway.
-
- Mar 28, 2019
-
-
Boris Feld authored
-
- Mar 05, 2019
-
-
Raphaël Gomès authored
Both benchmarks/ and scmperf_lib/ make use of PyYAML to load yaml files. This library has used an unsafe (i.e. can load yaml bombs, etc.) loader by default since its inception and has been urging people to move to `safe_load` instead. We could have still used `load` by switching to SafeLoader, but the refactor shrunk the code so much that it would not really be an improvement.
-
Boris Feld authored
-
- Mar 04, 2019
-
-
Boris Feld authored
This code was duplicated in several helper scripts, but it in our library.
-
- Feb 25, 2019
-
-
Boris Feld authored
The update-benchrepo script was initially designed to rebuild the `.benchrepo` file from scratch. The downside of doing that is that it loses all manual changes and important information recorded when the reference was made (like the hg version). The big test change is because the test output was initially made with the previous code that recomputed the whole benchrepo. As the base benchrepo file is quite empty, the fact that we recompute only the format-info generate a big diff in the test file.
-
- Feb 07, 2019
-
-
Boris Feld authored
-
- Jan 25, 2019
-
-
Boris Feld authored
The hash is made from the repo id and format data. This is mandatory in order to have several references with the same ID but different format.
-
Boris Feld authored
Detect if the repository format is different from the default one in current Mercurial version and if so, run `debugupgraderepo` to make it match.
-
Boris Feld authored
-