You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if there is a lot of Mercurial users out there using RMT, but this issue should be addressed. I see two possible solutions :
Forbid the use the Simple version generation when Mercurial is used
Add some kind of prefix to simple tags, like 'v\d+' instead of the current '\d+'
The problem with 2) is that it is can be a big BC break depending on the implementation.
FYI : the test suite is currently failing when ran with the "faulty" Mercurial version.
The text was updated successfully, but these errors were encountered:
krtek4
changed the title
Using RMT with Mercurial and Simple tag generation is broken.
Using RMT with Mercurial and Simple tag generation is broken when Mercurial version > 3
Aug 7, 2014
krtek4
changed the title
Using RMT with Mercurial and Simple tag generation is broken when Mercurial version > 3
Using RMT with Mercurial and Simple version generation is broken when Mercurial version > 3
Aug 7, 2014
It seems that beginning with Mercurial version 3.0, it is now impossible to use purely numeric tag name :
But it is working on version 2.2 :
I don't know if there is a lot of Mercurial users out there using RMT, but this issue should be addressed. I see two possible solutions :
The problem with 2) is that it is can be a big BC break depending on the implementation.
FYI : the test suite is currently failing when ran with the "faulty" Mercurial version.
The text was updated successfully, but these errors were encountered: