##// END OF EJS Templates
import: add i18n context
Wagner Bruna -
r15307:718e0684 stable
parent child Browse files
Show More
@@ -3537,6 +3537,7 b' def import_(ui, repo, patch1, *patches, '
3537 finally:
3537 finally:
3538 store.close()
3538 store.close()
3539 if n:
3539 if n:
3540 # i18n: refers to a short changeset id
3540 msg = _('created %s') % short(n)
3541 msg = _('created %s') % short(n)
3541 return (msg, n)
3542 return (msg, n)
3542 finally:
3543 finally:
General Comments 0
You need to be logged in to leave comments. Login now