~qbzr-dev/qbzr/0.22

« back to all changes in this revision

Viewing changes to lib/commit.py

  • Committer: Alexander Belchenko
  • Date: 2012-08-03 10:12:34 UTC
  • mfrom: (1415.1.25 0.21)
  • Revision ID: bialix@ukr.net-20120803101234-8bgzcdvdlno44a1u
qcommit: Better support of cancel commit for foreign branches (git/svn/etc). (Bug #1030343, Jared Silva, Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
597
597
            self.bugsCheckBox.setChecked(True)
598
598
 
599
599
    def save_commit_data(self):
600
 
        if (self.tree.branch.control_files.get_physical_lock_status()
 
600
        if (self.tree.branch.get_physical_lock_status()
601
601
            or self.tree.branch.is_locked()):
602
602
            # XXX maybe show this in a GUI MessageBox (information box)???
603
603
            from bzrlib.trace import warning