Show More
@@ -34,7 +34,7 b' def systemrcpath():' | |||||
34 | for f, kind in util.listdir(progrcd): |
|
34 | for f, kind in util.listdir(progrcd): | |
35 | if f.endswith(b'.rc'): |
|
35 | if f.endswith(b'.rc'): | |
36 | rcpath.append(os.path.join(progrcd, f)) |
|
36 | rcpath.append(os.path.join(progrcd, f)) | |
37 |
# |
|
37 | # next look for a system rcpath in the registry | |
38 | value = util.lookupreg( |
|
38 | value = util.lookupreg( | |
39 | b'SOFTWARE\\Mercurial', None, winreg.HKEY_LOCAL_MACHINE |
|
39 | b'SOFTWARE\\Mercurial', None, winreg.HKEY_LOCAL_MACHINE | |
40 | ) |
|
40 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now