On Thu, 8 Dec 2011 14:31:44 -0600
Terry Brown <[email protected]> wrote:

> Alternatively, I don't know what would happen if you created an empty
> repository and pushed that.
> 
>   bzr init the_void
>   cd the_void
>   bzr push lp:leo-editor
> 
> I think that would work, unless it's locked out by the flag to prevent
> shortening of the trunk, in which case that would need to be unset.
> Can't remember if it ever was set though.

Of course that would just fail with 'branches have diverged', but
   
  bzr init the_void
  cd the_void
  bzr push --overwrite lp:leo-editor

might work

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to