Mercurial > public > mercurial-scm > hg
diff contrib/revsetbenchmarks.py @ 22059:d5cef58d8ec8
whitespace: nuke triple blank lines in **.py
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 07 Aug 2014 14:58:12 -0500 |
parents | ea3d75ebea6d |
children | 2143d794e960 |
line wrap: on
line diff
--- a/contrib/revsetbenchmarks.py Thu Aug 07 14:57:20 2014 -0500 +++ b/contrib/revsetbenchmarks.py Thu Aug 07 14:58:12 2014 -0500 @@ -19,8 +19,6 @@ # cannot use argparse, python 2.7 only from optparse import OptionParser - - def check_output(*args, **kwargs): kwargs.setdefault('stderr', PIPE) kwargs.setdefault('stdout', PIPE)