Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable workbench: do not try to open ssh:// URLs (closes #558)

Changeset fc242ede0a40

Parent d42ca546477d

by Steve Borho

Changes to one file · Browse files at fc242ede0a40 Showing diff from parent d42ca546477d Diff from another changeset...

 
583
584
585
586
 
587
588
589
 
583
584
585
 
586
587
588
589
@@ -583,7 +583,7 @@
  self._openRepo(path=hglib.fromunicode(path))     def _openRepo(self, path, reuse=False): - if path: + if path and not path.startswith('ssh://'):   if reuse:   for rw in self._findrepowidget(path):   return