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

clone: single quote string nit

Changeset 167e839ca8b8

Parent 4d72a83e7aeb

by Steve Borho

Changes to one file · Browse files at 167e839ca8b8 Showing diff from parent 4d72a83e7aeb Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​clone.py Stacked
 
276
277
278
279
 
280
281
282
 
276
277
278
 
279
280
281
282
@@ -276,7 +276,7 @@
  cmdline.append('--pull')   if self.ui.config('http_proxy', 'host'):   if not self._opt_proxy.get_active(): - cmdline += ["--config", "http_proxy.host="] + cmdline += ['--config', 'http_proxy.host=']   if remotecmd:   cmdline.append('--remotecmd')   cmdline.append(remotecmd)