posh-hg icon indicating copy to clipboard operation
posh-hg copied to clipboard

Mercurial integration for PowerShell

Results 12 posh-hg issues
Sort by recently updated
recently updated
newest added

A command to check if something to pull exists in the remote repo. Useful to trigger some CI stuff for example. It return false if the dir is not a...

Hi @JeremySkinner Do you think it would be possible for you to publish the module to powershell gallery? I can help you with that if needed and also automate it...

Hello, I'm using ConEmu + posh-hg. Thanks for the tool, its is really great. The only serious issue I've found so far is regarding mapped network drivers. I've use the...

I've had an experience where something went wrong with the installation of posh-hg, so I'd like to re-install it. The problem is that when running through the install script, it...

…ferenced in the module unload This complements the posh-git pull request https://github.com/dahlbyk/posh-git/pull/169

Adding try/catch logic to Write-VcsStatus so that if one of the scriptblocks that has been added to the VcsPromptStatuses array fails the other scriptblocks are not affected (are still invoked)...

Added # of changes in subrepositories to the prompt

Submitting a similar set to posh-git -- could probably go further than this to integrate them, but this is enough for step one

Currently branch name has background that is different from settings you choose for powershell ![image](https://f.cloud.github.com/assets/209227/796638/eb2618f6-ed2b-11e2-9b50-0d7bc3f2081c.png)

...which is probably not what you want if you've got a git repo sharing with an hg directory. Though whether _that's_ something you want is probably up for discussion.