[BUG] plugin 'version-info' prints out summary information for a branch
John Arbash Meinel
john at arbash-meinel.com
Tue Jan 3 18:39:51 GMT 2006
Alexander Belchenko wrote:
> John Arbash Meinel пишет:
>
>> So I created a plugin, which can be found at:
>> http://bzr.arbash-meinel.com/plugins/version_info/
>>
>> This adds a new command 'bzr version-info' which can generate either rio
>> style information, or python text which contains a dictionary of
>> information.
>
>
> I try this plugin and have persistent error when running inside any
> branch (with command `bzr version-info`).
I just updated. I'm not at revno=15.
I changed the date formatter, so that now it doesn't use locale
dependent strings. Instead it just adds the timezone in -0600 format.
Also, I added the ability to include 'file-revisions'. Which print out
the last revision when a file was modified. And if you use the
--check-clean flag, it will also let you know what files were modified,
by giving you stuff like 'modified', 'new', 'unversioned', etc.
I'm also including the date for each revision, so you can determine what
the modified date for each file is. (By looking up its last modified
revision).
Right now I'm using the timestamp/timezone for the python version.
Though I'm wondering if human readable timestamp would be better.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060103/bef7ecfa/attachment.pgp
More information about the bazaar
mailing list