[MERGE] Disable the ability to click on tags that are not available in the current view.
Jelmer Vernooij
jelmer at samba.org
Mon Jul 28 01:06:38 BST 2008
On Mon, Jul 28, 2008 at 09:27:40AM +1000, Andrew Bennetts wrote:
> Jelmer Vernooij wrote:
> > Am Montag, den 28.07.2008, 07:00 +1200 schrieb Aaron Bentley:
> [...]
> > It would be nice to be able to use "bzr send" without having to contact
> > a remote repository. For example, I often run "bzr send" while I am
> > offline I currently have to use -o and fix the URL in the merge
> > directive. I guess that could also be fixed by adding an extra argument
> > to "bzr send" rather than a lot of complexity in bb.
> “bzr send” will use a public_branch setting for the submit branch. e.g. for my
> bzr branches I have this in my locations.conf:
> [/home/andrew/code/bzr/bzr.dev]
> public_branch = http://bazaar-vcs.org/bzr/bzr.dev
> [/home/andrew/code/bzr]
> submit_branch = /home/andrew/code/bzr/bzr.dev
> (other settings trimmed for brevity)
> So I can do “bzr send” while offline because it will use my local copy of
> bzr.dev as the submit_branch, but it will still generate a merge directive with
> the right URLs because of the public_branch settings.
Thanks, I wasn't aware of that.
Cheers,
Jelmer
--
More information about the bazaar
mailing list