Mercurial > public > mercurial-scm > hg
diff hgext/mq.py @ 13075:d73c3034deee
coding style: fix gratuitous whitespace after Python keywords
author | Thomas Arendsen Hein <thomas@jtah.de> |
---|---|
date | Fri, 03 Dec 2010 11:30:45 +0100 |
parents | 77aa74fe0e0b |
children | 9b46dd253052 |
line wrap: on
line diff
--- a/hgext/mq.py Fri Dec 03 11:23:38 2010 +0100 +++ b/hgext/mq.py Fri Dec 03 11:30:45 2010 +0100 @@ -1076,7 +1076,7 @@ if move: if not patch: - raise util.Abort(_("please specify the patch to move")) + raise util.Abort(_("please specify the patch to move")) for i, rpn in enumerate(self.full_series[start:]): # strip markers for patch guards if self.guard_re.split(rpn, 1)[0] == patch: