Skip to content
Snippets Groups Projects
Commit 980c37f6 authored by Alex Regueiro's avatar Alex Regueiro
Browse files

Upgraded to use latest version of dulwich (0.9.1).

parent bd546716
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
"""
class _Vendor(SSHVendor):
def connect_ssh(self, host, command, username=None, port=None):
def run_command(self, host, command, username=None, port=None):
from dulwich.client import SubprocessWrapper
from mercurial import util
import subprocess
......
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