Reputation: 81781
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:
Upvotes: 3
Views: 980
Reputation: 85837
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.
Upvotes: 3