2

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

Michal Sznajder
  • 9,338
  • 4
  • 44
  • 62
Tarik
  • 79,711
  • 83
  • 236
  • 349

1 Answers1

2

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.

Community
  • 1
  • 1
melpomene
  • 84,125
  • 8
  • 85
  • 148