bzr_pull needs to check for updated output string

Bug #894538 reported by Marc Tardif
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gf.recipe.bzr
New
Undecided
Unassigned

Bug Description

When running bzr pull with version 2.5b3, the following string is output:

  No revisions or tags to pull.

Whereas gf.recipe.bzr only seems to check for the string:

  if "No revisions to pull" in stdout:

This should probably be changed to something like:

  if "No revisions to pull" in stdout or "No revisions or tags to pull" in stdout:

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.