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

stable paths: further fixes related to #853

Where's that brown paper bag?

Changeset 4cd691d19f12

Parent c366991c4330

by Steve Borho

Changes to one file · Browse files at 4cd691d19f12 Showing diff from parent c366991c4330 Diff from another changeset...

 
75
76
77
78
 
79
80
81
 
75
76
77
 
78
79
80
81
@@ -75,7 +75,7 @@
    def is_on_fixed_drive(path):   if hasattr(os.path, 'splitunc'): - unc, rest = os.path.splitunc(drive) + unc, rest = os.path.splitunc(path)   if unc:   # All UNC paths (\\host\mount) are considered not-fixed   return False