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

hginit: call shell_notify with a list

Changeset 9002d3f7e0b8

Parent 2163d6fd6d92

by Simon Heimberg

Changes to one file · Browse files at 9002d3f7e0b8 Showing diff from parent 2163d6fd6d92 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hginit.py Stacked
 
158
159
160
161
 
162
163
164
 
158
159
160
 
161
162
163
164
@@ -158,7 +158,7 @@
  except:   pass   - shlib.shell_notify(dest) + shlib.shell_notify([dest])     dialog.info_dialog(self, _('New repository created'),   _('in directory %s') % hglib.toutf(os.path.abspath(dest)))