/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive/commit.py

  • Committer: Jelmer Vernooij
  • Date: 2006-09-06 00:22:31 UTC
  • mto: (0.8.83 merge)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: jelmer@samba.org-20060906002231-c94c6bd9d195713f
Fix a few more bits that I broke earlier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
                                     _('You can perform this action only in a branch.'))
94
94
            self.close()
95
95
        else:
 
96
            from bzrlib.branch import Branch
96
97
            branch = Branch.open_containing(self.comm.get_path())[0]
97
98
 
98
99
            if branch.get_bound_location() is not None: