diff hgext3rd/topic/revset.py @ 1923:1c6f4970f3e8

revset: add missing imports
author Sean Farley <sean@farley.io>
date Mon, 21 Mar 2016 21:28:29 -0700
parents 3d14e9eef3c1
children 11d740319280
line wrap: on
line diff
--- a/hgext3rd/topic/revset.py	Mon Mar 21 21:28:12 2016 -0700
+++ b/hgext3rd/topic/revset.py	Mon Mar 21 21:28:29 2016 -0700
@@ -1,5 +1,7 @@
+from mercurial import error
 from mercurial import revset
 from mercurial import util
+from mercurial.i18n import _
 
 from . import constants, destination, stack