/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 branch.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2008-03-07 16:01:35 UTC
  • mto: (450.1.9 trunk)
  • mto: This revision was merged to the branch mainline in revision 457.
  • Revision ID: szilveszter.farkas@gmail.com-20080307160135-4qnvnkqwhrbls1f7
Remove some deprecated stuff that breaks the Branch dialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
        finally:
178
178
            br_from.unlock()
179
179
                
180
 
        self._history.add_entry(location)
181
180
        info_dialog(_('Branching successful'),
182
181
                    _('%d revision(s) branched.') % revs)
183
182