[ANN] ezbzr 0.2
Nathaniel McCallum
npmccallum at gentoo.org
Thu Jan 26 16:40:19 GMT 2006
> To me, this doesn't seem like a command all its own. It seems more of a
> "diff --with-summary" (perhaps on by default for a future
> --without-summary/--no-summary)
>
> Or a "status --verbose" sort of a thing.
>
> It isn't a lot of work right now to type "bzr st<enter>bzr di"
Hence why I said "Quick [and] dirty". I'm using it in a cron job,
something like:
*/5 * * * * bzr foreach "bzr diffstatus | mail -s 'New commit!'"
I totally agree if it would be upstream it should be part of another
command. The problem is that we have multiple top level "status"
commands: status, log, diff, added, conflicts, deleted, ignored, info
and maybe others. Ideally, we should be able to combine these in any
order we see fit as one command. Something like 'bzr report --added
--log --diff -r10..30'
I did it the way I did it in the plugin because I needed something
*now*.
Nathaniel
More information about the bazaar
mailing list