Skip to content
Snippets Groups Projects
Commit 7e98801a authored by Artem Tikhomirov's avatar Artem Tikhomirov
Browse files

repository in mercurial.repo.py starts with lowercase

parent 406ed788
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
try:
from mercurial.peer import peerrepository
except ImportError:
from mercurial.repo import Repository as peerrepository
from mercurial.repo import repository as peerrepository
from git_handler import GitHandler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment