Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

hginit: call update_thgstatus and shell_notify

Changeset 313ef01a3ff7

Parent 6f87f9009f8b

by Adrian Buehlmann

Changes to one file · Browse files at 313ef01a3ff7 Showing diff from parent 6f87f9009f8b Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​hginit.py Stacked
 
11
12
13
 
14
15
16
 
165
166
167
 
 
 
168
169
170
 
11
12
13
14
15
16
17
 
166
167
168
169
170
171
172
173
174
@@ -11,6 +11,7 @@
   from thgutil.i18n import _  from thgutil import hglib +from thgutil import shlib    import dialog  import gtklib @@ -165,6 +166,9 @@
  except:   pass   + shlib.update_thgstatus(u, dest, wait=True) + shlib.shell_notify(dest) +   dialog.info_dialog(self, _('New repository created'),   _('in directory %s') % hglib.toutf(os.path.abspath(dest)))