Skip to content
Snippets Groups Projects
Commit 72d395e3 authored by Katsunori FUJIWARA's avatar Katsunori FUJIWARA
Browse files

cmdutil: remove useless dirstate.normallookup() invocation in revert()

Explicit 'dirstate.normallookup()' invocation in 'revert()' is useless
now, because previous patch fixed the relevant issue by writing
in-memory dirstate changes out at the end of dirty check.

'dirstate.normallookup()' invocation was introduced by 21b33f0460e0 to
avoid occasional test failure (see issue4583 for detail). This is
partial backout of it (added tests are still left).
parent 19cc443a
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment