Articles tagged 'mercurial'

  • Showing git and mercurial repository information in PowerShell

    June 9, 2011


    This post was originally published in the Rambling Labs Blog on June 9, 2011.


    A while ago, I started getting a little annoyed when pushing my changes. It wasn’t until *then *that I realized that I forgot to add a yet untracked file to the repository or that I was in the wrong branch.

    I made a quick Google search and found that I wasn’t the only one with this problem, and that there are some pretty cool solutions out there.

    Since I’m currently developing in Windows, I found posh-git and posh-hg to be the more adequate ones.

    It’s really easy. Just download them from here and here (or just go to links above and look for Downloads).

    Both posh-git and posh-hg provide a quick inline summary with the current branch name and the number of…

    Continue Reading →