##// END OF EJS Templates
py3: suppress DeprecationWarning about deprecated base64 module aliases...
py3: suppress DeprecationWarning about deprecated base64 module aliases base64.encodestring() / base64.decodestring() were renamed to base64.encodebytes() / base64.decodebytes() in Python 3. The old names still worked, but raised a DeprecationWarning.
Manuel Jacob -
r45494:de7bdb0e stable
Show More
Name Size Modified Last Commit Author
/ rust / hg-cpython / src / dirstate
copymap.rs Loading ...
dirs_multiset.rs Loading ...
dirstate_map.rs Loading ...
non_normal_entries.rs Loading ...
status.rs Loading ...