# HG changeset patch # User Augie Fackler # Date 1240929732 25200 # Node ID 48a639cceea6e1712b8e864de9e1b58e9610569b # Parent 578d1ebb6d695111d08a6029b968da1ee0fba616 git-daemon is really git daemon now. diff -r 578d1ebb6d69 -r 48a639cceea6 tests/test-file-removal --- a/tests/test-file-removal Tue Apr 28 06:31:29 2009 -0700 +++ b/tests/test-file-removal Tue Apr 28 07:42:12 2009 -0700 @@ -43,7 +43,7 @@ # dulwich does not presently support local git repos, workaround cd .. -git-daemon --base-path="$(pwd)"\ +git daemon --base-path="$(pwd)"\ --listen=127.0.0.1\ --export-all\ --pid-file=gitdaemon.pid \ diff -r 578d1ebb6d69 -r 48a639cceea6 tests/test-git-clone --- a/tests/test-git-clone Tue Apr 28 06:31:29 2009 -0700 +++ b/tests/test-git-clone Tue Apr 28 07:42:12 2009 -0700 @@ -39,7 +39,7 @@ # dulwich does not presently support local git repos, workaround cd .. -git-daemon --base-path="$(pwd)"\ +git daemon --base-path="$(pwd)"\ --listen=127.0.0.1\ --export-all\ --pid-file=gitdaemon.pid \ diff -r 578d1ebb6d69 -r 48a639cceea6 tests/test-sane-without-bookmarks --- a/tests/test-sane-without-bookmarks Tue Apr 28 06:31:29 2009 -0700 +++ b/tests/test-sane-without-bookmarks Tue Apr 28 07:42:12 2009 -0700 @@ -38,7 +38,7 @@ # dulwich does not presently support local git repos, workaround cd .. -git-daemon --base-path="$(pwd)"\ +git daemon --base-path="$(pwd)"\ --listen=127.0.0.1\ --export-all\ --pid-file=gitdaemon.pid \