[ann/rfc] bzr-diff-revid

Teemu Likonen tlikonen at iki.fi
Fri Jan 16 19:46:16 GMT 2009


Matthew D. Fuller (2009-01-16 13:25 -0600) wrote:

> git does:
>> index 45b983b..5716ca5 100644
> (though those aren't rev hashes; they're presumably _something_
> deterministic)

Those hashes are the two blob objects (i.e., the file content) which are
being compared. You can display any git object with "git show" command:

    $ git show 45b983b
    $ git show 5716ca5



More information about the bazaar mailing list