Type Alias Revision

Source
pub type Revision = i32;
Expand description

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