Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable sync: fix subtle variable re-use bug

Changeset 16b8b55c261b

Parent c956b592c17a

by Steve Borho

Changes to one file · Browse files at 16b8b55c261b Showing diff from parent c956b592c17a Diff from another changeset...

 
1050
1051
1052
1053
 
1054
1055
1056
 
1050
1051
1052
 
1053
1054
1055
1056
@@ -1050,7 +1050,7 @@
  if res:   self.alias, auth = res   else: - self.alias = host, {} + self.alias, auth = host, {}   self.repo = repo   self.host = host