Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

clone: strip white spaces from the both ends of source path

Changeset 37168299c64a

Parent fea7deadcdd4

by Diego Oliveira

Changes to one file · Browse files at 37168299c64a Showing diff from parent fea7deadcdd4 Diff from another changeset...

 
288
289
290
291
 
292
293
294
 
288
289
290
 
291
292
293
294
@@ -288,7 +288,7 @@
    def clone(self):   # gather input data - src = self.srcentry.get_text() + src = self.srcentry.get_text().strip()   dest = self.destentry.get_text() or os.path.basename(src)   remotecmd = self.remotecmdentry.get_text()   rev = self.reventry.get_text()