Mercurial > hg
changeset 14272:adf5f4bdeaf6
posix: delete unused expand_glob
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Sun, 08 May 2011 20:42:28 +0200 |
parents | 4030630fb59c |
children | 38af0f514134 |
files | mercurial/posix.py |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/posix.py Sun May 08 20:35:46 2011 +0200 +++ b/mercurial/posix.py Sun May 08 20:42:28 2011 +0200 @@ -263,10 +263,6 @@ '''return name of current user''' return getpass.getuser() -def expand_glob(pats): - '''On Windows, expand the implicit globs in a list of patterns''' - return list(pats) - def username(uid=None): """Return the name of the user with the given uid.