Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc3, 0.4rc4, and 0.4

hgtk: support symlink to hgtk

Changeset 6409f7d79f8a

Parent 94abe456eaab

by TK Soh

Changes to one file · Browse files at 6409f7d79f8a Showing diff from parent 94abe456eaab Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
49
50
51
52
 
53
54
55
 
49
50
51
 
52
53
54
55
@@ -49,7 +49,7 @@
    try:   # assuming TortoiseHg source layout, with hgtk in contrib - path = os.path.dirname(os.path.abspath(__file__)) + path = os.path.dirname(os.path.realpath(__file__))   norm = os.path.normpath(os.path.join(path, '..'))   if norm not in sys.path:   sys.path.append(norm)