Changeset View
Changeset View
Standalone View
Standalone View
src/repository/parser/ArcanistMercurialParser.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Parses output from various "hg" commands into structured data. This class | * Parses output from various "hg" commands into structured data. This class | ||||
| * provides low-level APIs for reading "hg" output. | * provides low-level APIs for reading "hg" output. | ||||
| * | * | ||||
| * @task parse Parsing "hg" Output | * @task parse Parsing "hg" Output | ||||
| * @group workingcopy | |||||
| */ | */ | ||||
| final class ArcanistMercurialParser { | final class ArcanistMercurialParser { | ||||
| /* -( Parsing "hg" Output )------------------------------------------------ */ | /* -( Parsing "hg" Output )------------------------------------------------ */ | ||||
| /** | /** | ||||
| ▲ Show 20 Lines • Show All 210 Lines • Show Last 20 Lines | |||||