Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

hgignore: single quote docstrings

Changeset 49b3929fa3ab

Parent b0d09040db75

by Steve Borho

Changes to one file · Browse files at 49b3929fa3ab Showing diff from parent b0d09040db75 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgignore.py Stacked
 
11
12
13
14
 
15
16
 
17
18
19
 
11
12
13
 
14
15
 
16
17
18
19
@@ -11,9 +11,9 @@
 from mercurial import hg, ui, match    class HgIgnoreDialog(gtk.Window): - """ Edit a reposiory .hgignore file """ + 'Edit a reposiory .hgignore file'   def __init__(self, root='', fileglob=''): - """ Initialize the Dialog """ + 'Initialize the Dialog'   gtk.Window.__init__(self, gtk.WINDOW_TOPLEVEL)     self.root = root