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

quickop: a tiny bit of cleanup

Changeset 8777503637c4

Parent 5dce01b0bd13

by Steve Borho

Changes to one file · Browse files at 8777503637c4 Showing diff from parent 5dce01b0bd13 Diff from another changeset...

 
22
23
24
25
26
27
28
 
 
29
30
31
 
39
40
41
 
42
43
44
45
46
 
22
23
24
 
 
 
 
25
26
27
28
29
 
37
38
39
40
41
 
42
43
44
@@ -22,10 +22,8 @@
  'remove': (_('Select files to remove'), _('Remove')),}    # Technical Debt -# -# command running functionality -# perhaps a check for no applicable files -# initial check of selected files +# command running functionality +# perhaps a check for no applicable files    class QuickOpDialog(QtGui.QDialog):   """ Dialog for performing quick dirstate operations """ @@ -39,8 +37,8 @@
  self.command = command     repo = hg.repository(ui.ui(), path=paths.find_root()) + assert repo   os.chdir(repo.root) - assert repo   self.setWindowTitle('%s - hg %s' % (hglib.get_reponame(repo), command))     layout = QtGui.QVBoxLayout()