- Nov 07, 2018
-
-
Boris Feld authored
Mercurial 4.8 version of _fullcopytracing includes some new narrow code. As https://phab.mercurial-scm.org/D3896 has not yet landed, update fixedcopytracing behind a version detection condition. This was spotted by Augie Fackler.
-
- Nov 01, 2018
-
-
Pulkit Goyal authored
Commit messages should not be translated and should be shown the same. I am not sure if I can add a test for this by creating a commit with non-ascii character in commit message.
-
- Oct 25, 2018
-
-
Pierre-Yves David authored
This avoid confusion from people installing from source.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
We should probably just track the current topic and move all the logic in the template itself. However, this is a good first step.
-
Pierre-Yves David authored
This is a debug command, not a basic part of the UI.
-
Pierre-Yves David authored
Preparing the branch for 4.8.
-
Pierre-Yves David authored
Preparing the branch for 4.8.
-
Pierre-Yves David authored
Preparing the branch for 4.8.
-
Pierre-Yves David authored
Preparing the branch for 4.8.
-
Pierre-Yves David authored
Preparing the branch for 4.8.
-
Pierre-Yves David authored
Preparing the branch for 4.8.
-
- Oct 20, 2018
-
-
Pulkit Goyal authored
47c03042cd1d in core added a changelog argument to revbranchcache.branchinfo() and we wrap that function in topic extension. So let's add this optional argument in topic extension too.
-
- Oct 19, 2018
-
-
Martin von Zweigbergk authored
Core changed the hacky "^command" syntax to be a proper decorator option in fa88170c10bb (help: adding a proper declaration for shortlist/basic commands (API), 2018-10-12). This patch makes evolve compatible with that.
-
- Oct 17, 2018
-
-
Pierre-Yves David authored
Obsolete changeset are no longer part of the stack, the old logic tried to assigns them the index of their successors but this is flacky and error prone. So we stop doing so.
-
- Oct 25, 2018
-
-
Pierre-Yves David authored
This will be useful to display various issues.
-
- Oct 14, 2018
-
-
Anton Shestakov authored
-
Anton Shestakov authored
-
- Oct 17, 2018
-
-
Pierre-Yves David authored
-
- Oct 12, 2018
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
These are new test that need adjustment for 4.7 output.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
This mirror what `hg evolve` is doing since cc3a0b13ae57.
-
Pierre-Yves David authored
This mirror what `hg evolve` is doing since cc3a0b13ae57.
-
Pierre-Yves David authored
-
- Oct 11, 2018
-
-
Pulkit Goyal authored
This is a step in unifiying rewind and undo and not talk about them as different commands or concepts. If there exists rewind command, that should be an alias of undo and the vice versa. The exact implmentation detail and how the command works etc. is a different thing but there should be just one command.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
Before this patch, a strip would trigger a full and blind cache load that would include the stablerange cache. In repository like Mozilla this was a bit painful. The default "auto" mode now behave has intended.
-
- Oct 02, 2018
-
-
Sushil Khanchi authored
As repository grows revision number lose their usefulness. To make it a little better than now, after this patch we will be using short stack aliases introduced by the topic extension (as displayed by `hg stack`). These stack aliases s# will be used only when user has enabled topic extension and his repo's current active topic is same as the revs to be evolved. For now, this patch doesn't cover `continue` case. I will discuss about this with Pierre-Yves David. Maybe we have to store the info in evolvestate that "we were using stack aliases".
-