|
|
| |
App::PFM::Job::Mercurial(3) |
User Contributed Perl Documentation |
App::PFM::Job::Mercurial(3) |
PFM Job class for Mercurial commands.
- _init(hashref { $eventname1 => coderef
$handler1 [, ...] }, hashref { path => string
$path, noignore => bool $noignore })
- Initializes new instances. Called from the constructor.
- _preprocess(string $data)
- Split the status output in a filename- and a status-field.
- _hgmaxchar(char $a, char $b)
- Sorting routine for mercurial status characters.
- rcsmax(string $old, string $new)
- Determines which mercurial status character should be displayed on a
directory that holds files with different status characters. For this
purpose, a relative priority is defined:
M,A,R (modified, added, removed)
> other
- isapplicable(string $path)
- Checks if there is a .hg directory in this or any parent directory,
in which case Mercurial commands would be applicable.
pfm(1), App::PFM::JobHandler(3pm),
App::PFM::Job::Abstract(3pm).
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |