Skip to content
Snippets Groups Projects
Commit 406ed788 authored by durin42's avatar durin42
Browse files

gitrepo: correct capitalization of peerrepository

parent de618e24
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,5 @@
from mercurial.repo import RepoError
try:
from mercurial.peer import PeerRepository
from mercurial.peer import peerrepository
except ImportError:
......@@ -9,5 +9,5 @@
except ImportError:
from mercurial.repo import Repository as PeerRepository
from mercurial.repo import Repository as peerrepository
from git_handler import GitHandler
......@@ -11,7 +11,7 @@
from git_handler import GitHandler
class gitrepo(PeerRepository):
class gitrepo(peerrepository):
capabilities = ['lookup']
def __init__(self, ui, path, create):
......
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