[Updated] D11157: largefile: use `set_clean` instead of `normal` in `repo.status`

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Tue Jul 20 20:38:16 UTC 2021


Closed by commit rHG108c4c5673a6: largefile: use `set_clean` instead of `normal` in `repo.status` (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/D11157?vs=29571&id=29658

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

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

AFFECTED FILES
  hgext/largefiles/reposetup.py

CHANGE DETAILS

diff --git a/hgext/largefiles/reposetup.py b/hgext/largefiles/reposetup.py
--- a/hgext/largefiles/reposetup.py
+++ b/hgext/largefiles/reposetup.py
@@ -222,7 +222,7 @@
                             else:
                                 if listclean:
                                     clean.append(lfile)
-                                lfdirstate.normal(lfile)
+                                lfdirstate.set_clean(lfile)
                     else:
                         tocheck = unsure + modified + added + clean
                         modified, added, clean = [], [], []



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


More information about the Mercurial-patches mailing list