Mercurial > hg
comparison mercurial/error.py @ 30576:541949a10a68
fancyopts: switch from fancyopts.getopt.* to getopt.*
In the next patch, we will be creating a bytes version of getopt.getopt() and
doing that will leave getopt as unused import in fancyopts. So before removing
that there are instances in codebase where instead of importing getopt, we
have used fancyopts.getopt. This patch will switch all those cases so that
the next patch can remove the import of getopt from fancyopts without breaking
things.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Tue, 06 Dec 2016 06:27:58 +0530 |
parents | b0ebab239f90 |
children | 0f865311ae3f |
comparison
equal
deleted
inserted
replaced
30575:5ffbaba9acac | 30576:541949a10a68 |
---|