[PLUGIN] Updated tags plugin
Erik Bågfors
zindar at gmail.com
Tue Dec 13 09:44:34 GMT 2005
2005/12/13, Martin Pool <mbp at sourcefrog.net>:
> On 12 Dec 2005, Michael Ellerman <michael at ellerman.id.au> wrote:
> > Heyaa,
> >
> > I've updated jrydberg's tags plugin from a few months back. It works with the
> > API changes since then, and I've added a few bits and pieces.
> >
> > * Uses the rio format to store the tags, still in .bzr/x-tags
> > * Stores revids instead of revnos, they seem more likely to be persistent.
> > * bzr tags prints "tag revid" instead of "revno tag".
> > * You can delete tags
>
> I'd like to make that a builtin. Do you think you could please add some
> tests for it?
I'd love to have tags built in, but this implementation has the
following problem
: [bagfors at zyrgelkwyt]$ ; cd a
: [bagfors at zyrgelkwyt]$ ; bzr tags
testtag 7
: [bagfors at zyrgelkwyt]$ ; cd ..
: [bagfors at zyrgelkwyt]$ ; bzr branch a aa
Branched 7 revision(s).
: [bagfors at zyrgelkwyt]$ ; cd aa
: [bagfors at zyrgelkwyt]$ ; bzr tags
[nothing]
This makes them kinda useless :)
But it's a good start I assume.
Regards,
Erik
More information about the bazaar
mailing list