diff -r e86eb75e74ce -r 2632df096fc0 mercurial/dispatch.py --- a/mercurial/dispatch.py Sat Mar 25 13:29:23 2017 -0400 +++ b/mercurial/dispatch.py Sun Mar 26 20:49:18 2017 +0530 @@ -402,7 +402,7 @@ @property def args(self): - args = map(util.expandpath, self.givenargs) + args = pycompat.maplist(util.expandpath, self.givenargs) return aliasargs(self.fn, args) def __getattr__(self, name):