Mercurial > public > mercurial-scm > hg-stable
diff mercurial/templater.py @ 27637:b502138f5faa
cleanup: remove superfluous space after space after equals (python)
author | timeless <timeless@mozdev.org> |
---|---|
date | Thu, 31 Dec 2015 08:16:59 +0000 |
parents | 9e06e7fb037d |
children | ac8c0ee5c3b8 |
line wrap: on
line diff
--- a/mercurial/templater.py Mon Jan 04 21:54:46 2016 -0800 +++ b/mercurial/templater.py Thu Dec 31 08:16:59 2015 +0000 @@ -832,7 +832,7 @@ paths = templatepaths() if not paths: return _('no templates found, try `hg debuginstall` for more info') - dirlist = os.listdir(paths[0]) + dirlist = os.listdir(paths[0]) stylelist = [] for file in dirlist: split = file.split(".")