- Jan 07, 2022
-
-
Raphaël Gomès authored
-
- Dec 14, 2021
-
-
Anton Shestakov authored
-
- Jan 03, 2022
-
-
Anton Shestakov authored
-
- Dec 10, 2021
-
-
Anton Shestakov authored
One comment is dropped because it was outdated and is covered by the docstring already.
-
- Dec 14, 2021
-
-
Anton Shestakov authored
Sometimes default path was missing for some reason.
-
- Dec 03, 2021
-
-
Anton Shestakov authored
Moving the file from contrib/, which is skipped when building a tarball, means we have one more file "appear" in test-check-sdist.t.
-
- Dec 07, 2021
-
-
Anton Shestakov authored
hg abort command currently reports "evolve aborted" when aborting next, but works otherwise as expected. This happens because next uses evolve state file (naturally, since next currently performs evolution by default).
-
- Dec 10, 2021
-
-
Anton Shestakov authored
CORE-TEST-OUTPUT-UPDATE: 6b1049d71c3e
-
Anton Shestakov authored
CORE-TEST-OUTPUT-UPDATE: 38941a28406a
-
- Nov 22, 2021
-
-
Sushil Khanchi authored
-
- Jul 28, 2021
-
-
Sushil Khanchi authored
-
- Sep 03, 2021
-
-
Sushil Khanchi authored
-
Sushil Khanchi authored
This patch adds a test case where a cset is split over multiple topological branches.
-
- Jul 28, 2021
-
-
Sushil Khanchi authored
Before this patch, we were used to return error that parent has multiple successors and exit. This patch take more care of that case and if obsolete parent's successors are: 1) split successors, then we check if they are on a single topological branch we update to tipmost, otherwise we ask user to select. 2) divergent successors, we suggest user to `hg update` to one of the successors and run `hg evolve --content-div` to resolve the problem. Changes in test file shows the updated behavior.
-
- Jul 27, 2021
-
-
Sushil Khanchi authored
The obsolete parent was split in multiple successors. As one can see after updating to the common obsolete parent it prints a message suggesting to run `hg evolve` to update to its tipmost successor. But, given suggestion doesn't work as expected and instead return error saying parent is obsolete with multiple successor. This will be fixed in upcoming patches.
-
Sushil Khanchi authored
This patch modify the prompt message and make it more generic by removing the `evolvecand` param, which would help us in using this method at other places as well.
-
- Dec 03, 2021
-
-
Anton Shestakov authored
CORE-TEST-OUTPUT-UPDATE: 8c4881c07f57
-
- Nov 18, 2021
-
-
Anton Shestakov authored
-
- Nov 24, 2021
-
-
Anton Shestakov authored
Otherwise it outputs "running precommit hook"\r (note the quote signs).
-
- Nov 18, 2021
-
-
Anton Shestakov authored
I'm assuming something changed since fd2d61769bd0 and this line appears at the new place, but if it goes back to the old place we'll need to duplicate it.
-
Anton Shestakov authored
When using debugdrawdag, each commit already creates a file with the same name as the commit description, i.e. changeset C creates file C with 'C' in it (no newline). Creating another file called c breaks this test on windows. So let's reuse the files already created by debugdrawdag. hg update reports one less file because now there's only C in C (yes, I also wanted to change commit descriptions, file names and their contents to be less ambiguous, but decided to be lazy).
-
- Nov 20, 2021
-
-
Anton Shestakov authored
-
- Nov 19, 2021
-
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
- Nov 18, 2021
-
-
Anton Shestakov authored
-
- Nov 16, 2021
-
-
Anton Shestakov authored
GitLab CI/CD variables page says that "Variables set in the GitLab UI are not passed down to service containers", but I think it only applies to variables set in project settings, because HG_BRANCH works correctly when set at the point of creating a new pipeline manually.
-
- Oct 08, 2021
-
-
Anton Shestakov authored
CORE-TEST-OUTPUT-UPDATE: 5ced12cfa41b CORE-TEST-OUTPUT-UPDATE: 5105a9975407
-
- Nov 10, 2021
-
-
Anton Shestakov authored
-
- Oct 13, 2021
-
-
Sushil Khanchi authored
-
- Oct 27, 2021
-
-
Sushil Khanchi authored
-
- Oct 26, 2021
-
-
Sushil Khanchi authored
Added the func docstring and modified few bits around caller, to remove the usage of indexes to access the response.
-
Sushil Khanchi authored
-
- Jul 23, 2021
-
-
Sushil Khanchi authored
-
- Oct 15, 2021
-
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
- Oct 12, 2021
-
-
Anton Shestakov authored
-