ProgressTask UserWarning branching stacked->unstacked
Colin D Bennett
colin at gibibit.com
Mon Jan 26 19:04:42 GMT 2009
When I branch from a stacked standalone tree (format 1.9) to a
non-stacked standalone tree, I get a UserWarning:
bugtest1 $ mkdir branch1
bugtest1 $ cd branch1
bugtest1/branch1 $ bzr init --1.9
Created a standalone tree (format: 1.9)
bugtest1/branch1 $ echo Hello > World
bugtest1/branch1 $ bzr add World
added World
bugtest1/branch1 $ bzr ci -m 'World added'
Committing to: /home/cdb/tmp/bugtest1/branch1/
added World
Committed revision 1.
bugtest1/branch1 $ cd ..
bugtest1 $ bzr branch --stacked branch1 feature1
Created new stacked branch referring to file:///home/cdb/tmp/bugtest1/branch1/.
bugtest1 $ bzr branch feature1 feature1copy
/home/cdb/bin/bzr.dev/bzrlib/ui/text.py:96: UserWarning: ProgressTask(1/3, msg='fetch inventory') is not the top progress task ProgressTask(None/None, msg='')
(task, self._task_stack[-1]))
/home/cdb/bin/bzr.dev/bzrlib/ui/text.py:96: UserWarning: ProgressTask(2/3, msg='fetch inventory') is not the top progress task ProgressTask(None/None, msg='')
(task, self._task_stack[-1]))
Branched 1 revision(s).
I am using bzr.dev revision: 3959
revid: pqm at pqm.ubuntu.com-20090126115928-bzzqlmw316iv8o3k
Regards,
Colin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20090126/5b8c4f70/attachment.pgp
More information about the bazaar
mailing list