D7428: tags: don't check for clean files when checking for dirty working copy

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Mon Nov 18 11:50:15 EST 2019


Closed by commit rHGf7d7f9d23a7a: tags: don't check for clean files when checking for dirty working copy (authored by martinvonz).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7428?vs=18154&id=18212

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

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

AFFECTED FILES
  mercurial/tags.py

CHANGE DETAILS

diff --git a/mercurial/tags.py b/mercurial/tags.py
--- a/mercurial/tags.py
+++ b/mercurial/tags.py
@@ -580,7 +580,6 @@
                 st.deleted,
                 st.unknown,
                 st.ignored,
-                st.clean,
             )
         ):
             raise error.Abort(



To: martinvonz, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list