Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

repowidget: remove extra whitspace

Changeset 7a6bdb22e078

Parent b9509533f771

by Johan Samyn

Changes to one file · Browse files at 7a6bdb22e078 Showing diff from parent b9509533f771 Diff from another changeset...

 
160
161
162
163
 
164
165
166
 
336
337
338
339
 
340
341
342
 
708
709
710
711
 
712
713
714
 
771
772
773
774
 
775
776
777
 
160
161
162
 
163
164
165
166
 
336
337
338
 
339
340
341
342
 
708
709
710
 
711
712
713
714
 
771
772
773
 
774
775
776
777
@@ -160,7 +160,7 @@
  self.syncDemand = w = DemandWidget(self.createSyncWidget)   self.syncTabIndex = idx = tt.addTab(w, geticon('sync'), '')   tt.setTabToolTip(idx, _("Synchronize")) - +   self.pbranchDemand = w = DemandWidget(self.createPatchBranchWidget)   self.updatePatchBranchTab()   @@ -336,7 +336,7 @@
    def createPatchBranchWidget(self):   return PatchBranchWidget(self.repo, parent=self) - +   def updatePatchBranchTab(self):   "Only show pbranch tab when pbranch extension is installed"   tt = self.taskTabsWidget @@ -708,7 +708,7 @@
  self.doubleSelectionMenu(point, selection)   else:   self.multipleSelectionMenu(point, selection) - +   def singleSelectionMenu(self, point, selection):   if not self.singlecmenu:   items = [] @@ -771,7 +771,7 @@
  self.singlecmenuitems = items     ctx = self.repo.changectx(self.rev) - applied = ctx.thgmqappliedpatch() + applied = ctx.thgmqappliedpatch()   unapp = ctx.thgmqunappliedpatch()   qparent = 'qparent' in ctx.tags()   working = self.rev is None