Open hdpoliveira opened 4 years ago
I'm taking a look at mercurial code to understand how it knows if a rebase is in place. Code calls API 'addunfinished' (since v5.1) to register state files, under .hg directory.
This is very useful for us to detect when abort/continue command can be run.
~I am having trouble getting Visual Studio Code to work as a merge tool.~
Here is my .hgrc
[ui]
username = George Fotopoulos <xorzfiveseven@gmail.com>
merge = code
[merge-tools]
code.priority = 100
code.gui = False
code.executable = code
code.args = --wait --merge $local $other $base $output
vimdiff.priority = 80
vimdiff.gui = False
vimdiff.executable = vim
vimdiff.args = -d $base $local $output $other +close +close
[extensions]
histedit =
rebase =
strip =
purge =
@hdpoliveira what is yours?
Hi @xorz57 ,
I recently noticed this feature stopped working as well. I'm not sure at what version of vscode it got broken
The extension handles correctly conflicts coming from the merge and shelve/unshelve commands:
However, the following are not signaled as conflicts: