Support for tags
Johan Rydberg
jrydberg at gnu.org
Sat Oct 8 12:50:51 BST 2005
Gustavo Niemeyer <gustavo at niemeyer.net> writes:
> I'm sad to announce that today is the last day I'm working
> full-time in bzr. On monday I'll be moving on to another
> project. I really hope to be able to keep contributing to bzr
> as time permits, though.
Sad to hear.
> I'd like to thank everyone for the great support in those
> three weeks, specially Robert, Aaron, and Martin.
>
> Anyway.. let's talk about the message subject a bit. :-)
>
> The attached patch implements full support for symbolic tags
> in bzr. I'll present below details about what has been done.
>
> Ah, before you start reading, if you have superpowers to
> merge that code in, *please* don't wait too long before doing
> so. This is a large patch, which probably won't apply anymore
> tomorrow. :-) There is a good number of tests for the new
> code introduced.
I have a little problem here. Take a look at this:
jrydberg at fauna:~/src $ cd bzr.dev
jrydberg at fauna:~/src/bzr.dev $ patch -p0 < ~/tags.patch
patching file bzrlib/pendingactions.py
....
jrydberg at fauna:~/src/bzr.dev $ ./bzr unknowns | xargs ./bzr add
added bzrlib/pendingactions.py
added bzrlib/tags.py
added bzrlib/selftest/testpendingactions.py
added bzrlib/selftest/testtags.py
jrydberg at fauna:~/src/bzr.dev $ ./bzr commit -m "add support for tags"
bzr: ERROR: name u'robertc at robertcollins.net-20051006130814-90d99eeecdb3218f' not present in weave 'tags'
at /home/jrydberg/src/bzr.dev/bzrlib/weave.py line 227, in lookup()
see ~/.bzr.log for debug information
Have you seen this problem before?
~j
More information about the bazaar
mailing list