Why aliases in help on command shown on next line?

John Arbash Meinel john at arbash-meinel.com
Mon Apr 30 21:46:51 BST 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alexander Belchenko wrote:
> 0.16rc1
>

> Is this intended change or regression?
> I'd like to see them on the same line as before.
> 
> [µ]

I think it is a regression. Probably Robert's changes to the help
command code caused a regression for aliases.

Specifically I think: (Line 277 in bzrlib/commands.py)
       if self.aliases:
            result += 'aliases:\n'
            result += ', '.join(self.aliases) + '\n'

should be:
       if self.aliases:
            result += 'aliases: '
            result += ', '.join(self.aliases) + '\n'


John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGNlW7JdeBCYSNAAMRAuHfAKCDB2MMhl2y+QtKsNTbxaHzZxHinwCgtf7r
31Bz+WkpHPBXmaJ8/jh+YMg=
=T2fh
-----END PGP SIGNATURE-----



More information about the bazaar mailing list