JeremySkinner / posh-hg

Mercurial integration for PowerShell

Home Page:http://www.jeremyskinner.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

posh-hg from nuget console (in visual studio)

carl-berg opened this issue · comments

I currently have problems getting posh-hg working in the visual studio package manager console. The only thing i see is C:\my\pathPM> where PM is not part of the path, however PM only shows when i'm inside a mercurial repository... Any ideas?

This is probably because of the custom prompt function - I suspect it's conflicting with NuGet's custom prompt. Posh-hg's prompt is set to display the path followed by the repository status, while NuGet's is to show "PM". I'd suggest commenting out posh-hg's prompt and seeing if that makes a difference.