Class ArcanistMercurialAPI
Interfaces with the Mercurial working copies.
Tasks
Methods
public addToCommit(array $paths)
| parameters | array | $paths | |
| return | wild | | |
This method is not documented.
public amendCommit($message = null)
| parameters | wild | $message | |
| return | wild | | |
This method is not documented.
public backoutCommit($commit_hash)
| parameters | wild | $commit_hash | |
| return | wild | | |
This method is not documented.
protected buildBaseCommit($symbolic_commit)
| parameters | wild | $symbolic_commit | |
| return | wild | | |
This method is not documented.
protected buildCommitRangeStatus()
This method is not documented.
protected buildLocalFuture(array $argv)
| parameters | array | $argv | |
| return | wild | | |
This method is not documented.
protected buildUncommittedStatus()
This method is not documented.
public didReloadCommitRange()
This method is not documented.
protected didReloadWorkingCopy()
This method is not documented.
public doCommit($message)
| parameters | wild | $message | |
| return | wild | | |
This method is not documented.
public execPassthru($pattern)
| parameters | wild | $pattern | |
| return | wild | | |
This method is not documented.
public getActiveBookmark()
This method is not documented.
public getAllBranches()
This method is not documented.
public getAllFiles()
This method is not documented.
public getAllLocalChanges()
This method is not documented.
public getAuthor()
This method is not documented.
public getBackoutMessage($commit_hash)
| parameters | wild | $commit_hash | |
| return | wild | | |
This method is not documented.
public getBlame($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
public getBookmarks()
This method is not documented.
public getBranchName()
This method is not documented.
public getBranches()
This method is not documented.
public getBulkCurrentFileData($paths)
| parameters | wild | $paths | |
| return | wild | | |
This method is not documented.
private getBulkFileDataAtRevision($paths, $revision)
| parameters | wild | $paths | |
| wild | $revision | |
| return | wild | | |
This method is not documented.
public getBulkOriginalFileData($paths)
| parameters | wild | $paths | |
| return | wild | | |
This method is not documented.
public getCanonicalRevisionName($string)
| parameters | wild | $string | |
| return | wild | | |
This method is not documented.
public getChangedFiles($since_commit)
| parameters | wild | $since_commit | |
| return | wild | | |
This method is not documented.
public getCommitMessage($commit)
| parameters | wild | $commit | |
| return | wild | | |
This method is not documented.
public getCommitMessageLog()
This method is not documented.
public getCommitSummary($commit)
| parameters | wild | $commit | |
| return | wild | | |
This method is not documented.
public getCurrentFileData($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
private getDiffOptions()
This method is not documented.
private getFileDataAtRevision($path, $revision)
| parameters | wild | $path | |
| wild | $revision | |
| return | wild | | |
This method is not documented.
public getFinalizedRevisionMessage()
This method is not documented.
public getFullMercurialDiff()
This method is not documented.
public getHashFromFromSVNRevisionNumber($revision_id)
| parameters | wild | $revision_id | |
| return | wild | | |
This method is not documented.
public getLocalCommitInformation()
This method is not documented.
private getMercurialConfig($key, $default = null)
| parameters | wild | $key | |
| wild | $default | |
| return | wild | | |
This method is not documented.
public getMetadataPath()
This method is not documented.
public getOriginalFileData($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
public getRawDiffText($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
public getSVNRevisionNumberFromHash($hash)
| parameters | wild | $hash | |
| return | wild | | |
This method is not documented.
public getSourceControlBaseRevision()
This method is not documented.
public getSourceControlPath()
This method is not documented.
public getSourceControlSystemName()
This method is not documented.
public getSubversionInfo()
This method is not documented.
public getWorkingCopyRevision()
This method is not documented.
public hasLocalCommit($commit)
| parameters | wild | $commit | |
| return | wild | | |
This method is not documented.
public isBookmark($name)
| parameters | wild | $name | |
| return | wild | | |
This method is not documented.
public isBranch($name)
| parameters | wild | $name | |
| return | wild | | |
This method is not documented.
public isHgSubversionRepo()
This method is not documented.
public isHistoryDefaultImmutable()
This method is not documented.
public loadWorkingCopyDifferentialRevisions(ConduitClient $conduit, array $query)
| parameters | ConduitClient | $conduit | |
| array | $query | |
| return | wild | | |
This method is not documented.
public performLocalBranchMerge($branch, $message)
| parameters | wild | $branch | |
| wild | $message | |
| return | wild | | |
This method is not documented.
public resolveBaseCommitRule($rule, $source)
| parameters | wild | $rule | |
| wild | $source | |
| return | wild | | |
This method is not documented.
private splitBranchOrBookmarkLine($line)
| parameters | wild | $line | |
| return | wild | | |
This method is not documented.
public supportsAmend()
This method is not documented.
public supportsCommitRanges()
This method is not documented.
public supportsLocalBranchMerge()
This method is not documented.
public supportsLocalCommits()
This method is not documented.
public supportsPhases()
This method is not documented.
public supportsRebase()
This method is not documented.
public updateWorkingCopy()
This method is not documented.