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

  • Committer: Jelmer Vernooij
  • Date: 2007-07-15 22:14:09 UTC
  • Revision ID: jelmer@samba.org-20070715221409-7uh7dx43o2e6fyur
Get rid of test button in push.

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
        (br, path) = branch.Branch.open_containing(location)
156
156
        self.open_display()
157
157
        from push import PushDialog
158
 
        dialog = PushDialog(br)
 
158
        dialog = PushDialog(br.repository, br.last_revision(), br)
159
159
        dialog.run()
160
160
 
161
161