mercurial/tags.py
changeset 43729 f7d7f9d23a7a
parent 43696 ba5c39b9324c
child 44338 f5a7cf0adb12
equal deleted inserted replaced
43728:5cdc3c1292f6 43729:f7d7f9d23a7a
   578                 st.added,
   578                 st.added,
   579                 st.removed,
   579                 st.removed,
   580                 st.deleted,
   580                 st.deleted,
   581                 st.unknown,
   581                 st.unknown,
   582                 st.ignored,
   582                 st.ignored,
   583                 st.clean,
       
   584             )
   583             )
   585         ):
   584         ):
   586             raise error.Abort(
   585             raise error.Abort(
   587                 _(b'working copy of .hgtags is changed'),
   586                 _(b'working copy of .hgtags is changed'),
   588                 hint=_(b'please commit .hgtags manually'),
   587                 hint=_(b'please commit .hgtags manually'),