unbundle: gratuitous fix white spacing "issue"

We were missing one space on this block.
This commit is contained in:
Pierre-Yves David 2015-11-07 16:03:09 -05:00
parent 9980cf1bdd
commit 61ac4561fd

View File

@ -6578,10 +6578,10 @@ def unbundle(ui, repo, fname1, *fnames, **opts):
tr.close()
except error.BundleUnknownFeatureError as exc:
raise error.Abort(_('%s: unknown bundle feature, %s')
% (fname, exc),
hint=_("see https://mercurial-scm.org/"
"wiki/BundleFeature for more "
"information"))
% (fname, exc),
hint=_("see https://mercurial-scm.org/"
"wiki/BundleFeature for more "
"information"))
finally:
if tr:
tr.release()