Show More
@@ -34,7 +34,7 b' def systemrcpath():' | |||
|
34 | 34 | for f, kind in util.listdir(progrcd): |
|
35 | 35 | if f.endswith(b'.rc'): |
|
36 | 36 | rcpath.append(os.path.join(progrcd, f)) |
|
37 |
# |
|
|
37 | # next look for a system rcpath in the registry | |
|
38 | 38 | value = util.lookupreg( |
|
39 | 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