# HG changeset patch # User Martin von Zweigbergk # Date 1573797516 28800 # Node ID f7d7f9d23a7ac1a83f783657a9b3b6fb57ce8c0c # Parent 5cdc3c1292f68e29b1c02a58de696ef7d0a8c482 tags: don't check for clean files when checking for dirty working copy We didn't request status for clean files so there should never be any entries in the list of clean files (at least not since dd773340a085), but it's misleading to check the list. Differential Revision: https://phab.mercurial-scm.org/D7428 diff -r 5cdc3c1292f6 -r f7d7f9d23a7a mercurial/tags.py --- a/mercurial/tags.py Thu Nov 14 21:13:46 2019 -0800 +++ b/mercurial/tags.py Thu Nov 14 21:58:36 2019 -0800 @@ -580,7 +580,6 @@ st.deleted, st.unknown, st.ignored, - st.clean, ) ): raise error.Abort(