Mercurial > hg
diff mercurial/cmdutil.py @ 6211:f89fd07fc51d
Expand import * to allow Pyflakes to find problems
author | Joel Rosdahl <joel@rosdahl.net> |
---|---|
date | Thu, 06 Mar 2008 22:23:26 +0100 |
parents | a79d9408806f |
children | c24f4b3f156b |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Fri Mar 07 00:24:36 2008 +0100 +++ b/mercurial/cmdutil.py Thu Mar 06 22:23:26 2008 +0100 @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -from node import * +from node import hex, nullid, nullrev, short from i18n import _ import os, sys, bisect, stat import mdiff, bdiff, util, templater, templatefilters, patch, errno