ProgressTask UserWarning branching stacked->unstacked

Tim Penhey tim at penhey.net
Mon Jan 26 19:12:09 GMT 2009


On Tue, 27 Jan 2009 08:04:42 Colin D Bennett wrote:
> 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

I also get this type of warning going from non-stacked -> stacked on LP.

Tim



More information about the bazaar mailing list