##// END OF EJS Templates
py3: fix comparison between int and None...
py3: fix comparison between int and None If stop is None, the condition was always false on Python 2, as None compares smaller than ints. Therefore we make the condition false if stop is None.
Manuel Jacob -
r45499:9e5f598f stable
Show More
Name Size Modified Last Commit Author
/ rust / hg-core / src / dirstate
dirs_multiset.rs Loading ...
dirstate_map.rs Loading ...
parsers.rs Loading ...
status.rs Loading ...