~bimberi/bzr-gedit/davesbits

« back to all changes in this revision

Viewing changes to plugins/bzr.py

  • Committer: Javier Derderian
  • Date: 2008-03-29 01:44:32 UTC
  • Revision ID: javierder@gmail.com-20080329014432-185q5g0ibou5gun8
...

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
                    pullloc = br.get_parent()
216
216
                    if pullloc == None:
217
217
                        pullloc = ''
218
 
                    response, pulllocation = self._bzrInputDialog(pushloc,"Pull from parent", "Enter the location from where you want to pull code","Pull")
 
218
                    response, pulllocation = self._bzrInputDialog(pullloc,"Pull from parent", "Enter the location from where you want to pull code","Pull")
 
219
                    # FIXME: this dialog yould allow to force "update" and ¿to save new location?
219
220
                    if response == gtk.RESPONSE_OK and pulllocation != '':
220
221
                        try:
221
222
                            print "opening remote branch..."
295
296
                                         self.on_bazaar_pull)])
296
297
 
297
298
 
298
 
        self._action_group.add_actions([("BazaarUpdate", None, _("Bazaar"),
299
 
                                         None, _("Bazaar"),
300
 
                                         None)])
 
299
        self._action_group.add_actions([("BazaarUpdate", None, _("Update"),
 
300
                                         None, _("Update"),
 
301
                                         self.on_bazaar_update)])
301
302
 
302
303
 
303
304
        menutool = MenuToolAction("BazaarToolMenu", "Bazaar!",