diff hgext/sparse.py @ 47599:cce51119bfe6

dirstate: add a `set_untracked` method for "hg remove"-like usage This is a step further toward clarifying the semantic of various dirstate call. See the justification for adding `set_tracked` for details. Differential Revision: https://phab.mercurial-scm.org/D11019
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 08 Jul 2021 00:54:40 +0200
parents f927ad5a4e2c
children f89ac1ed2bc6
line wrap: on
line diff
--- a/hgext/sparse.py	Thu Jul 08 04:32:31 2021 +0200
+++ b/hgext/sparse.py	Thu Jul 08 00:54:40 2021 +0200
@@ -257,6 +257,7 @@
     editfuncs = [
         b'normal',
         b'set_tracked',
+        b'set_untracked',
         b'add',
         b'normallookup',
         b'copy',