/srv/irclogs.ubuntu.com/2015/04/21/#bzr.txt

=== c74d is now known as Guest21388
CcxCZis bzr-externals still the thing to manage related branches? or is there something nicer I'm not aware of?06:57
=== c74d is now known as Guest61567
MarkyCHey, I'm a gitter. I'd like to contribute to lp:scratch. I've done bzr branch lp:scratch and made some changes (haven't committed them yet)23:17
MarkyCI'd like to move my changes to a branch bugfix-1080904 and push them to my launchpad repo so I can make a merge request. Can someone assist me with this?23:18
fullermdWhat you call the branch on LP and what you call it locally don't have any necessary relation.  So the simplest thing is just commit and push.23:19
MarkyCI feel like if I push it may think I'm trying to push into "master" (or the bzr equivalent)23:20
fullermdWell, remember, in bzr the thing you're push'ing around (and branch'ing initially) isn't a "repo" with branches in it, it's a single branch.23:21
fullermdIt doesn't have any "name", apart from the URL or path or whatever access schemata.23:21
MarkyCforgive me; before today, I've only heard of bzr, but never actually worked with it23:22
fullermdHey, if it weren't for people in that situation, I'd have nothing to do here   ;)23:22
fullermdIf you were doing long-term ongoing stuff, there are alternate workspace/etc setups you'd want to investigate.23:23
MarkyCI see on this page ( https://code.launchpad.net/~elementary-apps/scratch/scratch/+activereviews ) the other committers all have branches beginning with their names then scratch (the project I'm committing to), then their "feature branch name", so if I just add, commit, and push, I'll have something similar?23:23
fullermdBut for a oneoff, "bzr branch lp:whatever ; <hack> ; bzr push lp:~/whatever/bugfix-12345" or the like works fine.23:24
fullermdYeah, the LP scheme is something like <user>/<project>/<branch>; it uses that internally to tie stuff together.23:24
fullermd(technically a LP thing, not a bzr thing)23:24
fullermdI _think_ LP properly expands bare "~" to "~you"; if not you might have to spell out your username there.23:25
MarkyCfullermd: I see, thank you. One more question though: does bzr commit (without the -m flag) open up a vim editor for me to write my commit message in?23:26
fullermdShould pop up $EDITOR like most other programs, yeah.23:26
fullermdOr $VISUAL, etc.23:26

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!