
On Tue, 2009-12-29 at 14:21 -0600, Terry Brown wrote:
On Tue, 29 Dec 2009 14:02:52 -0600 Ted Gould <ted@...11...> wrote:
What it doesn't check is where that version is located in the tree. It could be on a branch (as in this case) and it doesn't check for that. So you can't delete data, but you can effectively change the layout of the tree.
Hi Ted, what do you think of
python -c 'import bzrlib.branch as b; b.Branch.open("bzr+ssh://bazaar.launchpad.net/path/to/branch").set_append_revisions_only(True)'
which I got from the people in #bzr? Supposedly that would reject pushes which would result in changes to the log, other than extensions of the log, of course.
Seems good to me. Sorry, I'm catching up on all the e-mail for this and didn't get a chance to reply to your original yet :)
I ran the command (anyone with access to the repository can) and so now it should be set for lp:inkscape.
--Ted