##// END OF EJS Templates
schemes: fix a broken check for drive letter conflicts...
schemes: fix a broken check for drive letter conflicts Flagged by pytype locally. It appears to have regressed in 1863584f2fba (not yet released). This seems like an obvious typo- `dict.isalpha()` is nonsense. There's no crash though because `schemes` is pre-populated with 5 schemes (that are all now defunct), so the length of the dict is never 1, so it's impossible to abort.
Matt Harbison -
r50745:bcc45b33 default
Show More
Name Size Modified Last Commit Author
/ hgext / hooklib
__init__.py Loading ...
changeset_obsoleted.py Loading ...
changeset_published.py Loading ...
enforce_draft_commits.py Loading ...
reject_merge_commits.py Loading ...
reject_new_heads.py Loading ...