mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-11 15:21:03 +01:00
Merge pull request #28 from phleet/hg-multiple-heads
Make arc diff work with multiple heads in hg
This commit is contained in:
commit
1369168161
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ final class ArcanistMercurialAPI extends ArcanistRepositoryAPI {
|
||||||
"{node}\1{rev}\1{author}\1{date|rfc822date}\1".
|
"{node}\1{rev}\1{author}\1{date|rfc822date}\1".
|
||||||
"{branch}\1{tag}\1{parents}\1{desc}\2",
|
"{branch}\1{tag}\1{parents}\1{desc}\2",
|
||||||
$this->getRelativeCommit(),
|
$this->getRelativeCommit(),
|
||||||
$this->getWorkingCopyRevision().':0',
|
"ancestors({$this->getWorkingCopyRevision()})",
|
||||||
$this->getBranchName());
|
$this->getBranchName());
|
||||||
$logs = array_filter(explode("\2", $info));
|
$logs = array_filter(explode("\2", $info));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue