##// END OF EJS Templates
dirstate: use `add` in the deprecation message about `add`...
marmoute -
r48582:97acbced stable
parent child Browse files
Show More
@@ -828,7 +828,7 b' class dirstate(object):'
828 )
828 )
829 else:
829 else:
830 util.nouideprecwarn(
830 util.nouideprecwarn(
831 b"do not use `remove` outside of update/merge context."
831 b"do not use `add` outside of update/merge context."
832 b" Use `set_tracked`",
832 b" Use `set_tracked`",
833 b'6.0',
833 b'6.0',
834 stacklevel=2,
834 stacklevel=2,
General Comments 0
You need to be logged in to leave comments. Login now