##// END OF EJS Templates
dirstate-tree: Extract into a method sorting children of a given node...
dirstate-tree: Extract into a method sorting children of a given node A later changset will use this in another place. This is an associated function (that Python would call static method) instead of a free function so it doesn’t need to be imported separately. It’s on `Node` rather than `ChildNodes` because the latter is a type alias to an external type (`HashMap`) so that would require an extension trait which needs to be imported separately. Differential Revision: https://phab.mercurial-scm.org/D10721

File last commit:

r34398:765eb17a default
r48057:ce41ee53 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer