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

Merge with stable

Changeset e7e80b1e5ca3

Parents a1f52609de83

Parents fc242ede0a40

by Steve Borho

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

 
584
585
586
587
 
588
589
590
 
584
585
586
 
587
588
589
590
@@ -584,7 +584,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