##// END OF EJS Templates
tags: don't check for clean files when checking for dirty working copy...
Martin von Zweigbergk -
r44087:f7d7f9d2 default
parent child Browse files
Show More
@@ -580,7 +580,6 b' def tag(repo, names, node, message, loca'
580 580 st.deleted,
581 581 st.unknown,
582 582 st.ignored,
583 st.clean,
584 583 )
585 584 ):
586 585 raise error.Abort(
General Comments 0
You need to be logged in to leave comments. Login now