[][src]Type Definition hg::Revision

type Revision = i32;

Mercurial revision numbers

As noted in revlog.c, revision numbers are actually encoded in 4 bytes, and are liberally converted to ints, whence the i32