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

  • Committer: Martin Pool
  • Date: 2010-05-27 03:07:30 UTC
  • mfrom: (688.1.5 201956-help)
  • Revision ID: mbp@canonical.com-20100527030730-os0opv1xroetccm9
Make find/goto more discoverable

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
except:
21
21
    pass
22
22
 
 
23
import bzrlib
23
24
import gtk
 
25
import os
24
26
 
25
27
from bzrlib.plugins.gtk.branchbox import BranchSelectionBox
26
28
 
36
38
        # submittted
37
39
 
38
40
        # TODO: Create a frame with a the ability to select a branch
39
 
 
 
41
        
40
42
        # TODO: Create a frame with a button for selecting a file name 
41
43
        # for the bundle
42
44
        pass