Mercurial > public > mercurial-scm > hg-stable
diff mercurial/win32.py @ 14230:d51630301241
rename util.lookup_reg to lookupreg
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 06 May 2011 15:16:22 +0200 |
parents | 9ca1ff3d4f8c |
children | b9e1b041744f |
line wrap: on
line diff
--- a/mercurial/win32.py Fri May 06 15:13:46 2011 +0200 +++ b/mercurial/win32.py Fri May 06 15:16:22 2011 +0200 @@ -180,7 +180,7 @@ _kernel32.CloseHandle(h) return _kernel32.GetLastError() != _ERROR_INVALID_PARAMETER -def lookup_reg(key, valname=None, scope=None): +def lookupreg(key, valname=None, scope=None): ''' Look up a key/value name in the Windows registry. valname: value name. If unspecified, the default value for the key