How to set append_revisions_only configuration option for branches in Launchpad?

John Arbash Meinel john at arbash-meinel.com
Mon Sep 1 15:33:40 BST 2008


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

Alexander Belchenko wrote:
> How to set append_revisions_only configuration option for branches in
> Launchpad?
> May be this option is not recommended to use?

I think it is recommended, it just hasn't been fleshed out. I would probably
suggest such an option to be put on "bzr reconfigure" since that seems to be
the command for this sort of thing.

At the moment, the only way to get a branch with that option is during "bzr init".

bzr init --append-revisions-only

So you *could*:

1) have launchpad delete the existing branch
2) bzr init --append-revisions-only lp:...
3) bzr push lp:...

Not exactly optimal.

The other way to do it is to use sftp and do:

sftp bazaar.launchpad.net
> cd ~user/project/branch/.bzr/branch
> get branch.conf

# outside of sftp, edit the file to add
append_revisions_only = True
> put branch.conf

Both are not very nice, it is just a feature that hasn't been fully fleshed
out yet.

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

iD8DBQFIu/1EJdeBCYSNAAMRAv47AJ9Bgcd0qB7VzQuPZnrsKkyn6xMWhQCgzCVf
/EIf1gHvI2KRSpIZ4RIfdEQ=
=ZW2t
-----END PGP SIGNATURE-----



More information about the bazaar mailing list