~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Aaron Bentley
  • Date: 2008-04-24 16:44:23 UTC
  • mto: This revision was merged to the branch mainline in revision 3380.
  • Revision ID: aaron@aaronbentley.com-20080424164423-i2wobvoi7xmzxnvc
Tweak text

Show diffs side-by-side

added added

removed removed

Lines of Context:
2554
2554
class UnsyncedBranches(BzrDirError):
2555
2555
 
2556
2556
    _fmt = ("'%(display_url)s' is not in sync with %(target_url)s.  See"
2557
 
            " sync-for-reconfigure")
 
2557
            " bzr help sync-for-reconfigure.")
2558
2558
 
2559
2559
    def __init__(self, bzrdir, target_branch):
2560
2560
        BzrDirError.__init__(self, bzrdir)