[Updated] D11031: dirstate: use the right internal API in a test script

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Thu Jul 15 16:56:48 UTC 2021


Closed by commit rHGff82edadc2e1: dirstate: use the right internal API in a test script (authored by marmoute).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D11031?vs=29263&id=29285

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D11031/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D11031

AFFECTED FILES
  tests/test-rebuildstate.t

CHANGE DETAILS

diff --git a/tests/test-rebuildstate.t b/tests/test-rebuildstate.t
--- a/tests/test-rebuildstate.t
+++ b/tests/test-rebuildstate.t
@@ -19,7 +19,7 @@
   >       if opts.get('normal_lookup'):
   >         repo.dirstate.normallookup(file)
   >       else:
-  >         repo.dirstate.drop(file)
+  >         repo.dirstate._drop(file)
   > 
   >     repo.dirstate.write(repo.currenttransaction())
   >   finally:



To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210715/4f3fd36d/attachment-0002.html>


More information about the Mercurial-patches mailing list