/srv/irclogs.ubuntu.com/2014/12/30/#bzr.txt

=== r0bby_ is now known as robbyoconnor
sumanahI'm learning to use Bazaar and I need some help; I think I did  'bzr branch lp:mailman' to get a local copy of the dev branch of https://launchpad.net/mailman/3.0 , and then I pushed a branch https://code.launchpad.net/~sumanah/mailman/mailman , and now when I run `bzr update` it won't grab any revisions after my branch19:49
PengI think you want bzr pull or bzr merge19:50
Pengnot bzr update19:50
sumanahthis was several weeks ago, checking out my .bash_history ....19:51
sumanahPeng: ah interesting! I was looking at http://doc.bazaar.canonical.com/bzr.dev/en/user-guide/central_intro.html19:52
sumanahI'm trying bzr merge now, thanks Peng19:53
sumanahhmmm, I ran  `bzr merge`    (no argument, just to check) and although I got a sort of manifest of changes and "all changes applied successfully", bzr log still only goes up to revision 7274 (I know there have been more revs)19:55
sumanahand `bzr branches` just gives me '* (default)'19:56
sumanah'bzr log --include-merged | head' also gives me rev727419:56
Pengsumanah: bzr status, bzr diff and bzr commit19:57
fullermdMerge doesn't make a new rev, it just stages up the merge.19:57
fullermdPresumably you'd really want to pull if you could, though if you're using the branch for local work you couldn't (well, wouldn't want to).19:57
PengMm19:58
PengYou can "bzr pull" if your branch is a subset of the remote branch. If you have revisions it doesn't, you have to merge.19:58
sumanah $ bzr pull20:02
sumanahUsing saved parent location: http://bazaar.launchpad.net/~mailman-coders/mailman/3.0/20:02
sumanahbzr: ERROR: These branches have diverged. Use the missing command to see how.20:02
sumanahUse the merge command to reconcile them.20:02
sumanahOK! That is what I will do20:02
sumanahThank you Peng and fullermd, will work on that in an hour or so after this meeting :)20:02

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