[bug #7223] add-id's detects of automatic changelog ids fails if the revision is not of the form 0.1

Elmar Hoffmann <INVALID.NOREPLY-mXXj517/[email protected]>
Newsgroups gmane.comp.version-control.arch.bugs
Message-ID <[email protected]>
Follow-up Comment #3, bug #7223 (project gnu-arch):

The workaround I have been using ever since reporting this bug is to do the
following instead of 'tla add-id ChangeLog':

ID=$(grep '^# arch-tag: ' ChangeLog | sed 's/^# arch-tag: //') && echo $ID
tla add-id --id $ID ChangeLog

Which forces tla to use the original id from the tagline that does match
arch_changelog_id_re. No need to change the tagging method. (The echo $ID is
only there to see what's going on :))

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7223>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.