comparison 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
comparison
equal deleted inserted replaced
1922:3d14e9eef3c1 1923:1c6f4970f3e8
1 from mercurial import error
1 from mercurial import revset 2 from mercurial import revset
2 from mercurial import util 3 from mercurial import util
4 from mercurial.i18n import _
3 5
4 from . import constants, destination, stack 6 from . import constants, destination, stack
5 7
6 try: 8 try:
7 mkmatcher = revset._stringmatcher 9 mkmatcher = revset._stringmatcher