Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc1, 0.4rc2, and 0.4rc3

hggtk: remove unused variables

Changeset c1b9ade09742

Parent 56b35d77b290

by TK Soh

Changes to 2 files · Browse files at c1b9ade09742 Showing diff from parent 56b35d77b290 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​clone.py Stacked
 
20
21
22
23
24
25
26
27
 
20
21
22
 
 
23
24
25
@@ -20,8 +20,6 @@
 from mercurial.node import *  import shlib   -HistorySize = 10 -  class CloneDialog(gtk.Window):   """ Dialog to add tag to Mercurial repo """   def __init__(self, cwd='', repos=[]):
Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
24
25
26
27
28
29
30
31
 
24
25
26
 
 
27
28
29
@@ -24,8 +24,6 @@
 import shlib  import gtklib   -HistorySize = 10 -  class SynchDialog(gtk.Window):   def __init__(self, cwd='', root = '', repos=[]):   """ Initialize the Dialog. """