Hudson Oliveira

Results 9 issues of Hudson Oliveira

The extension handles correctly conflicts coming from the merge and shelve/unshelve commands: * merge ``` hg init echo a > newfile hg add newfile hg commit -m 1 echo b...

![image](https://user-images.githubusercontent.com/35645457/91664198-02d19280-eac4-11ea-852f-8f10161a8ee8.png) It would be nice if the first line of the description was also shown.

enhancement

There is no way to abort a merge via the extension.

enhancement

https://github.com/mrcrowl/vscode-hg/commit/9fef761739d72a85b4545f9925c90e788cd44600 implemented testing for Windows and Ubuntu via Github Actions. However, for [GitHub's MacOS image does not come with Mercurial installed](https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.15-Readme.md), so we cannot run tests on it the same...

This is a minor issue, but I'm filing this for the sake of documenting. ![add_during_merge](https://user-images.githubusercontent.com/35645457/86540194-c3c6fc80-bed9-11ea-90bf-a6a18d5db5b1.gif)

bug

Today, when a push operation does nothing, we do not inform the user. This enhancement is for displaying an info message saying the push did not push anything. Mercurial prints...

enhancement

When a symlink is modified to point to something else, the diff view for the current state of the file shows the contents of the file, instead of showing simply...

bug

When doing the first commit, if the username is not specified, we issue an error: ![image](https://user-images.githubusercontent.com/35645457/85227233-8c712f80-b3b2-11ea-8101-ae9ada3bc8b9.png) We could prompt the user to enter a username instead.

enhancement