changeset 17193 | 1d710fe5ee0e |
parent 17192 | 1ac628cd7113 |
child 17649 | f65c6a5f256c |
--- a/mercurial/statichttprepo.py Fri Jul 13 21:47:06 2012 +0200 +++ b/mercurial/statichttprepo.py Fri Jul 13 21:52:28 2012 +0200 @@ -79,6 +79,8 @@ class statichttppeer(localrepo.localpeer): def local(self): return None + def canpush(self): + return False class statichttprepository(localrepo.localrepository): def __init__(self, ui, path):