new status output

Martin Pool martinpool at gmail.com
Wed Oct 19 05:55:23 BST 2005


On 19/10/05, Matthieu Moy <Matthieu.Moy at imag.fr> wrote:

> My current idea is to use bzr for the simple commands, and to
> reimplement the toplevel functions in separate scripts (say
> dvc-bzr-status.py) with an output optimized for parsing from Emacs
> lisp (why dot output lisp directly).

I'd be happy see --format=elisp options to commands like status where
it's useful, and refactor them so that the format is pluggable.

Another approach is to have scripts use commands with smaller scope,
for example "bzr ls --added", "bzr ls --modified", "bzr renames"
should not change their output in the way that status does.  (Not all
of those exist yet.)

--
Martin




More information about the bazaar mailing list