mercurial/util.py
changeset 14230 d51630301241
parent 14229 85fd8402cbc4
child 14234 600e64004eb5
equal deleted inserted replaced
14229:85fd8402cbc4 14230:d51630301241
   485         t = n[-1]
   485         t = n[-1]
   486         if t in '. ':
   486         if t in '. ':
   487             return _("filename ends with '%s', which is not allowed "
   487             return _("filename ends with '%s', which is not allowed "
   488                      "on Windows") % t
   488                      "on Windows") % t
   489 
   489 
   490 def lookup_reg(key, name=None, scope=None):
   490 def lookupreg(key, name=None, scope=None):
   491     return None
   491     return None
   492 
   492 
   493 def hidewindow():
   493 def hidewindow():
   494     """Hide current shell window.
   494     """Hide current shell window.
   495 
   495