Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

thgstatus: use repo.join

Changeset 8305cd593f0b

Parent 458ac68f829d

by Adrian Buehlmann

Changes to one file · Browse files at 8305cd593f0b Showing diff from parent 458ac68f829d Diff from another changeset...

 
21
22
23
24
 
25
26
27
 
21
22
23
 
24
25
26
27
@@ -21,7 +21,7 @@
 import time    def cachefilepath(repo): - return repo.root + "/.hg/thgstatus" + return repo.join("thgstatus")    def dirname(f):   return '/'.join(f.split('/')[:-1])