changeset 29205 | a0939666b836 |
parent 28981 | 7b188bc23942 |
child 29285 | 63a3749147af |
--- a/hgext/patchbomb.py Thu May 19 00:20:38 2016 +0900 +++ b/hgext/patchbomb.py Sat May 14 14:03:12 2016 +0900 @@ -71,6 +71,7 @@ import socket import tempfile +from mercurial.i18n import _ from mercurial import ( cmdutil, commands, @@ -83,7 +84,6 @@ util, ) stringio = util.stringio -from mercurial.i18n import _ cmdtable = {} command = cmdutil.command(cmdtable)