- Oct 23, 2017
-
-
Pierre-Yves David authored
Apparently, pyflakes declared war on 'l'.
-
Pierre-Yves David authored
We do some stack related computation during transaction now. The current inefficiency of the revset is hurting us too much. We pre-compute a subset using native set operation to speed things up.
- Oct 20, 2017
-
-
Pierre-Yves David authored
Now that the compatibility checks are in a good shape we can re-enable more noise in it.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
Right know the 'topic-mode' mess with amend. Especially in case of amending merge where the merge is not properly detected.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
The phase preservation will stay broken on 4.0 and below
-
Pierre-Yves David authored
The usage of the function was added in 103244e34a9c but is not compatible with Mercurial <= 4.2.
-
Pierre-Yves David authored
Version 4.2 and below do not have config items support. So the extensions helper do not register anything.
-
Pierre-Yves David authored
Version older than 4.3 is do not have the obsutil option. We need to handle that.
-
Pierre-Yves David authored
This makes the test more stable when revision number changes.
-
Pierre-Yves David authored
This makes the test more stable when revision number changes.
-
Pierre-Yves David authored
In addition, Mercurial 4.4-rc is out, so we need to update the expected output.
-
Pierre-Yves David authored
-
Boris Feld authored
Now that effect-flag has landed in Mercurial 4.4, we don't need to wrap createmarkers for this version anymore.
-
Pierre-Yves David authored
The new order give more interesting result: * base current * base unstable * current unstable It seems more harmonious this way. Base seems the most core and immutable adjective describing the element. Then current is a volatile but important one. Finally, unstable is less information than current, so it goes last.
-
- Oct 14, 2017
-
-
Pulkit Goyal authored
-
- Oct 20, 2017
-
-
Pierre-Yves David authored
Let us use the upstream version whenever available. The operation display is currently disabled to ease with the test changes.
-
- Oct 19, 2017
-
-
Pierre-Yves David authored
There is a couple more hoops to jump through but all config items used are now registered.
-
Pierre-Yves David authored
Mercurial 4.4 warns about unregistered config.
-
Boris Feld authored
The config are registered as 'dynamicdefault' because we still need to explicitly pass the config option for older version of Mercurial. (4.2 and before).
-
Pierre-Yves David authored
-
Pierre-Yves David authored
Merge with the inhibit fix.
-
Pierre-Yves David authored
-
- Oct 18, 2017
-
-
Pierre-Yves David authored
If we use phase for pull/push this impact some debug output. CORE-TEST-OUTPUT-UPDATE: 537de0b14030
-
- Oct 17, 2017
-
-
Pierre-Yves David authored
Core have a more verbose output on pull. We have to update tests with it. CORE-TEST-OUTPUT-UPDATE: eb586ed5d8ce
-
Pierre-Yves David authored
Changeset 754b5117622f updated the signature of 'copies.duplicatecopies'. We can now handle the multiple version of that code for compatiblity.
-
- Oct 14, 2017
-
-
Pierre-Yves David authored
As much as I love donkey… this generate inappropriate names.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pulkit Goyal authored
-
Pulkit Goyal authored
-
- Oct 13, 2017
-
-
Pulkit Goyal authored
-
Pulkit Goyal authored
-
Pulkit Goyal authored
-
Pulkit Goyal authored
-
- Oct 14, 2017
-
-
Pulkit Goyal authored
This will help us enabling pager when ui.pager API exists. Also we can try plugging in the old pager API in this function and we won't have to change anything.
-
Pierre-Yves David authored
I'm not sure how this conflict marker survived the pre-publish test run...
-
- Oct 13, 2017
-
-
Pierre-Yves David authored
-