Skip to content
Snippets Groups Projects
Commit b9765319 authored by durin42's avatar durin42
Browse files

tests: update test-dirstate to pass our import checker

parent 90981271
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,12 @@
coherent (issue4353)
$ cat > ../dirstateexception.py <<EOF
> from mercurial import merge, extensions, error
> from __future__ import absolute_import
> from mercurial import (
> error,
> extensions,
> merge,
> )
>
> def wraprecordupdates(orig, repo, actions, branchmerge):
> raise error.Abort("simulated error while recording dirstateupdates")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment