##// END OF EJS Templates
dirstate: add exception when calling setparent without begin/end (API)...
dirstate: add exception when calling setparent without begin/end (API) Adds an exception when calling dirstate.setparent without having first called dirstate.beginparentchange. This will prevent people from writing code that modifies the dirstate parent without considering the transactionality of their change. This will break third party extensions that call setparents.

File last commit:

r1360:7d439981 default
r22407:d259322a default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder