Page MenuHomePhabricator

D8100.diff
No OneTemporary

D8100.diff

Index: src/applications/diffusion/controller/DiffusionRepositoryController.php
===================================================================
--- src/applications/diffusion/controller/DiffusionRepositoryController.php
+++ src/applications/diffusion/controller/DiffusionRepositoryController.php
@@ -551,17 +551,17 @@
switch ($repository->getVersionControlSystem()) {
case PhabricatorRepositoryType::REPOSITORY_TYPE_GIT:
$command = csprintf(
- 'git clone %s',
+ 'git clone %R',
$uri);
break;
case PhabricatorRepositoryType::REPOSITORY_TYPE_MERCURIAL:
$command = csprintf(
- 'hg clone %s',
+ 'hg clone %R',
$uri);
break;
case PhabricatorRepositoryType::REPOSITORY_TYPE_SVN:
$command = csprintf(
- 'svn checkout %s %s',
+ 'svn checkout %R %R',
$uri,
$repository->getCloneName());
break;

File Metadata

Mime Type
text/plain
Expires
Sun, May 12, 3:11 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6274523
Default Alt Text
D8100.diff (966 B)

Event Timeline