[0.14] Please line up 'bzr ci' messages and add --short option

Jari Aalto jari.aalto at cante.net
Wed Mar 7 15:44:40 GMT 2007


Consider this:

    missing foo-modules.postrm.in
    modified rules
    modified and renamed foo-modules-modprobe.postinst.in => foo-modules-modprobe.postinst
    added foo-modules-modprobe.postrm
    modified foo.modprobe
    deleted foo-modules.postrm.in
    Committed revision 95.

Please make the output line up like this:

    missing   foo-modules.postrm.in
    modified  rules
    modified  and renamed foo-modules-modprobe.postinst.in => foo-modules-modprobe.postinst
    added     foo-modules-modprobe.postrm
    modified  foo.modprobe
    deleted   foo-modules.postrm.in
    Committed revision 95.

Perpahs there could be implemented --short like in "status" command:

    ?  foo-modules.postrm.in
    M  rules
    M  and renamed foo-modules-modprobe.postinst.in => foo-modules-modprobe.postinst
    A  foo-modules-modprobe.postrm
    M  foo.modprobe
    D  foo-modules.postrm.in
    Committed revision 95.

..and it would be nice to see the output ordered by common action: ?, M, A, D

    ?  foo-modules.postrm.in
    M  rules
    M  foo.modprobe
    M  and renamed foo-modules-modprobe.postinst.in => foo-modules-modprobe.postinst
    A  foo-modules-modprobe.postrm
    D  foo-modules.postrm.in
    Committed revision 95.

Jari




More information about the bazaar mailing list