unshelve emits "UserWarning: ProgressTask(0/3, msg='Merge phase') is not the top progress task ProgressTask(None/None, msg='')"

Bug #321750 reported by Andrew Bennetts
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
New
Undecided
Unassigned

Bug Description

"bzr unshelve" seems to have a bug with the new progress bars:

$ bzr unshelve
Unshelving changes with id "3".
/home/andrew/code/bzr/bzrlib/ui/text.py:96: UserWarning: ProgressTask(0/3, msg='Merge phase') is not the top progress task ProgressTask(None/None, msg='')
  (task, self._task_stack[-1]))
/home/andrew/code/bzr/bzrlib/ui/text.py:96: UserWarning: ProgressTask(1/3, msg='Merge phase') is not the top progress task ProgressTask(None/None, msg='')
  (task, self._task_stack[-1]))
 M bzrlib/smart/message.py
 M bzrlib/smart/request.py
/home/andrew/code/bzr/bzrlib/ui/text.py:96: UserWarning: ProgressTask(2/3, msg='Merge phase') is not the top progress task ProgressTask(None/None, msg='')
  (task, self._task_stack[-1]))
All changes applied successfully.

There's nothing visible in the ~/.bzr.log file about it.

Revision history for this message
Matt Nordhoff (mnordhoff) wrote :

I marked this as a duplicate of bug 328148. That bug is newer, but has more discussion.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.