1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 06:42:41 +01:00

Fix repository UUID parsing.

This commit is contained in:
epriestley 2011-04-05 22:27:32 -07:00
parent ceb8a42003
commit b1acee6ee5

View file

@ -270,6 +270,7 @@ class ArcanistSubversionAPI extends ArcanistRepositoryAPI {
'/^(Last Changed Date): (.+) \(.+\)$/m', '/^(Last Changed Date): (.+) \(.+\)$/m',
'/^(Copied From URL): (\S+)$/m', '/^(Copied From URL): (\S+)$/m',
'/^(Copied From Rev): (\d+)$/m', '/^(Copied From Rev): (\d+)$/m',
'/^(Repository UUID): (\S+)$/m',
); );
$result = array(); $result = array();