Search code examples
mercurialtortoisehg

What is the plus sign after revision number in Mercurial


We are using Mercurial and TortoiseHg at work and I always see + sign after my working directory revision number and Google doesn't tell me anything about it. Is there any one who can explain this?

Here is a snapshot of what I am talking about:

enter image description here


Solution

  • Google tells me it means you have uncommitted local changes in your repository.

    See also Java: how to get mercurial current changeset number for use in program, https://stackoverflow.com/a/9301105/1848654, and http://stackingcode.com/blog/2011/01/21/assembly-versioning-with-hg.