Tarik
Tarik

Reputation: 81781

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

Upvotes: 3

Views: 980

Answers (1)

melpomene
melpomene

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

Related Questions