Added missing documentation for setting up the Darcs test repository.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1743 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
41d44c5285
commit
ca2449d9cf
|
@ -24,6 +24,10 @@ Git
|
||||||
---
|
---
|
||||||
gunzip < test/fixtures/repositories/git_repository.tar.gz | tar -xv -C tmp/test
|
gunzip < test/fixtures/repositories/git_repository.tar.gz | tar -xv -C tmp/test
|
||||||
|
|
||||||
|
Darcs
|
||||||
|
-----
|
||||||
|
gunzip < test/fixtures/repositories/darcs_repository.tar.gz | tar -xv -C tmp/test
|
||||||
|
|
||||||
FileSystem
|
FileSystem
|
||||||
----------
|
----------
|
||||||
gunzip < test/fixtures/repositories/filesystem_repository.tar.gz | tar -xv -C tmp/test
|
gunzip < test/fixtures/repositories/filesystem_repository.tar.gz | tar -xv -C tmp/test
|
||||||
|
|
Loading…
Reference in New Issue