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

hglib: user_rcpath was renamed to userrcpath

Changeset 1a6efc20ee31

Parent 87b3c3a13847

by Adrian Buehlmann

Changes to one file · Browse files at 1a6efc20ee31 Showing diff from parent 87b3c3a13847 Diff from another changeset...

 
18
19
20
21
 
 
22
23
24
 
18
19
20
 
21
22
23
24
25
@@ -18,7 +18,8 @@
 demandimport.disable()  try:   # hg >= 1.9 - from mercurial.scmutil import canonpath, user_rcpath + from mercurial.scmutil import canonpath, userrcpath + user_rcpath = userrcpath  except (ImportError, AttributeError):   # hg <= 1.8   from mercurial.util import canonpath, user_rcpath