Part of bzrlib.dirstate View In Hierarchy
Known subclasses: bzrlib.dirstate.DefaultSHA1Provider, bzrlib.tests.test__dirstate_helpers.UppercaseSHA1Provider
| Method | sha1 | Return the sha1 of a file given its absolute path. |
| Method | stat_and_sha1 | Return the stat and sha1 of a file given its absolute path. |
| Parameters | abspath | May be a filesystem encoded absolute path or a unicode path. |
Note: the stat should be the stat of the physical file while the sha may be the sha of its canonical content.
| Parameters | abspath | May be a filesystem encoded absolute path or a unicode path. |