=== Quintasan_ is now known as Quintasan [11:29] hi jelmer [11:29] (and other folks) [11:29] Mkaysi said that User is broken [11:29] Sorry, wrong tab. [11:30] Autoattach... === yofel_ is now known as yofel [17:35] hello all, trying to use merge-upstream with an existing branch that contains the upstream code + debian/ [17:35] so I created the upstream-1.7 tag per here: http://daniel.holba.ch/temp/guide/udd-merging.html [17:36] but when i try to do the merge-upstream command, i get: [17:36] bzr: ERROR: Upstream version "1.7" has already been imported. [17:36] is there a way to merge in an upstream tarball on an existing branch? [17:36] * iamfuzztoo is new to the UDD way of doing things [17:45] You can do a plain old 'bzr merge -r upstream-1.7' [17:45] Or, you can use 'bzr merge-package' with some arguments I don't know off hand [17:46] The difference is that merge-package invokes various special workarounds for avoiding spurious conflicts when merging histories which have imported different upstream versions, or multiple copies of an upstream version. [17:56] maxb, thanks, I'll tinker around [18:44] is there a way to pull a bunch of branches together, without making extra commit [19:10] wgz, hey there.