##// END OF EJS Templates
index: create function for deleting node from nodetree...
index: create function for deleting node from nodetree A node is marked deleted by nt_insert(self, node, -1), but "-1" could mean so many things (notably nullrev), so let's hide it in a function. The function could possibly also remove nodes from the tree in the future (it currently only marks them deleted). Differential Revision: https://phab.mercurial-scm.org/D4004

File last commit:

r37194:338367d4 default
r38881:f9fc59ea default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer