Mercurial > evolve
diff hgext/pushexperiment.py @ 1757:86e71a0b3319 stable
errors: add missing imports of mercurial.error
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 28 Oct 2016 17:25:06 -0700 |
parents | 81a221db8a72 |
children |
line wrap: on
line diff
--- a/hgext/pushexperiment.py Fri Oct 28 17:15:57 2016 -0700 +++ b/hgext/pushexperiment.py Fri Oct 28 17:25:06 2016 -0700 @@ -12,6 +12,7 @@ from StringIO import StringIO from mercurial.i18n import _ +from mercurial import error from mercurial import extensions from mercurial import wireproto from mercurial import obsolete