The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Hg::Revision - An object representation of a single revision of a mercurial

VERSION

version 0.001

ATTRIBUTES

repository

The repository this revision is from.

node

The 40 digit hex string that identifies this revision.

METHODS

author

Returns the author of this revision.

bookmarks

Not Implemented

branch

Returns this revisi

bookmarks

Not Implemented

date

Returns the revision's commit date

description

Returns the revision's description

diffstat

Not Implemented

file_adds

Not Implemented

file_copies

Not Implemented

file_deletes

Not Implemented

file_mods

Not Implemented

files

Not Implemented

latest_tag

Returns the most recent tag relative to this revision.

phase

Returns the revision phase.

number

Returns the revision number.

tags

Returns the revision's tags.

AUTHOR

Robert Ward <robert@rtward.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Robert Ward.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.