/srv/irclogs.ubuntu.com/2007/11/01/#bzr.txt

hendrixskibeuno, I've been trying the send command, and I get "nothing to do"00:00
hendrixskieven though there are changes :-/00:00
* hendrixski reads man bzr and finds "push"00:01
beunohendrixski, exactly00:01
beunoit's push not send00:01
beunosend is for sending bundles (patches)00:01
hendrixskibeuno, the manual didn't do a good job of explaining that00:02
hendrixskifrom looking at it I thought that push was just for creating... not for updating00:02
* beuno goes look at the manual00:03
beunohendrixski, you are right00:04
beunoI'll send an email to the list and see if we can clear that up a bit, thanks00:04
hendrixski:-)00:04
hendrixskiThanks for looking into it and following up00:04
beunohendrixski, :D00:05
* hendrixski continues to explore the awesome world of bzr00:06
* hendrixski while throwing candy at little kids who show up at his door00:06
beunohendrixski, you can follow up on the issue in the following thread: https://lists.ubuntu.com/archives/bazaar/2007q4/033441.html00:10
hendrixskicool00:10
beuno(and add any input that might help)00:10
beunotime to head home00:12
beunohave fun learning the ropes hendrixski, and welcome!00:12
hendrixski:-) It feels like a very worthwhile project... I tried it out with a friend a few days ago but I had .15 he had .91... so things didn't work... we're gonna try it again with the centralized model in a few days00:13
=== me_too is now known as too_short
=== too_short is now known as me_too
=== mw is now known as mw|out
=== abadger1999 is now known as abadger_afk
=== too_short is now known as me_too
beunoVerterok!02:46
Verterokbeuno: Hi02:47
beunoVerterok, all good?02:47
Verterokall good, you?02:48
beunopretty good too, just started working on the html-thingie a few minutes ago02:49
Verteroknice! :D02:49
beunoand, I have a small glitch in the XML to look into, because today, one of the repos generated invalid HTML02:49
beunoer, XML02:49
beunoclosed </log> twice02:49
Verterokups02:49
beunobut I haven't looked into it deep enough to file a bug/patch it02:50
beunooh, quick question, are you going to Lujan on saturday?02:50
Verterokwell this is enough to make me review the tests02:51
Verterokif all go as planed, I'll02:52
Verterokdo you?02:52
beunoVerterok, all I know up to know is that it generated from a asking for a single revision, not the whole log02:52
beunoVerterok, I'm still undecided if I'm going or not, haven't got enough reasons to go yet   :p    I was thinking I migh catch you there for some brainstorming/sprint, but thinking it through, I'm not sure if those events are the best moment for such things02:53
Verterokbeuno: If I go, is mainly  to participate as a member of PyAr, but not sure if I'll go to the ¿presentations? (I don't known how to translate "charlas" :P)02:57
beunoVerterok, right, I don't usually go either. I'll keep thinking about it02:59
beunolooking into the bug now02:59
Verterokme too03:00
=== bigdo1 is now known as bigdog_
=== abadger_afk is now known as abadger1999
PeakerHey i created a repo with a default of no working trees but if I "bzr branch" in there it does create a working tree, can I avoid that?04:12
ignashi09:30
reehi all! Are there any usage examples for nested tree support (join and split) ?10:42
fullermdI don't think there are...10:46
reefullermd, does it work actually on a usable level? or yet risky?10:47
* ree cannot figure out how to use it10:48
fullermdWell, it's not really intended to be used   :)10:48
reehaha10:48
fullermdThe backend pieces of it are pretty much in place, but most of the frontend doesn't exist.10:48
reeI would like to include a separate branch as a subdir of another branch.10:49
reeI cannot make any sensible use of join / split, don't understand what's going on.10:50
=== mw|out is now known as mw-
=== mw- is now known as mw
mathrickjelmer: any luck with my bugs?12:37
jelmermathrick: not yet, sorry12:40
mathrickok12:40
mathrickjust checking12:40
lifelessmoin12:59
fullermdIt's downright disturbing hearing you say that when my clock says A.M.13:00
=== cfbolz_ is now known as cfbolz
=== cfbolz_ is now known as cfbolz
corporate_cookieis there a way to edit commit messages, after committing ?14:14
james_wcorporate_cookie: no, you have to uncommit and then commit again.14:15
corporate_cookiethanks james_w14:15
corporate_cookiealas : )14:15
=== Gwaihir_ is now known as Gwaihir
lifelesshi17:26
corporate_cookielifeless: hello : )17:36
lifelesshi corporate_cookie ; I have to go sorry17:46
corporate_cookieits cool : ) i was just being friendly17:47
=== keir__ is now known as keir
fullermdIs it a coincidence that check shows me a number of "inconsistent parents" and "file versions not referenced by their inventory" that are exactly the same?20:04
ubotuNew bug: #159351 in bzr "reconcile's progress bar is broken" [Undecided,New] https://launchpad.net/bugs/15935120:21
ubotuNew bug: #159370 in bzr-eclipse "xml-output not detected" [Undecided,New] https://launchpad.net/bugs/15937021:25
PeakerSay, is there any way to get a nice GUI for branch management (create a branch, remove a branch, etc) on some standardized branch URL scheme?21:34
Peakersome folks really want a GUI to do everything21:35
=== juliank0 is now known as juliank
ubotuNew bug: #159377 in bzr "commit-builder-based InterRepository implementation" [Wishlist,New] https://launchpad.net/bugs/15937721:45
Peakercan I set the parent of a branch?22:57
jam-laptopPeaker: "bzr pull --remember", "bzr merge --remember", etc22:59
Peakerjam-laptop: that sets pull branch, not parent, doesn't it?22:59
jam-laptopthere is only 1 other branch22:59
jam-laptopcalled 'parent'22:59
jam-laptopwell, there is a 'push' branch23:00
Peakerwhat does the "submit:" revisionspec look for?23:00
PeakerIf I am going to merge into a branch, I want to review what the merge is gonna do23:01
PeakerIs it best to just start the merge and review a diff, or to diff against ancestor:other_branch or submit: ?  I asked about parent because I thought it affected submit:23:01
jam-laptopbzr diff -rancestor:other/branch is usually agood approximation23:03
jam-laptopbut it won't tell you about conflicts23:03
jam-laptopmany people feel like 'bzr merge' is the only truly accurate way23:05
Peakeryeah I guess I'll do that23:06
Peakerhow do I check if a branch is pull'able, without pulling it?23:13
PeakerI don't want to run merge if its pull'able23:13
PeakerI do want to get uncommited changes so I can diff them23:13
Peaker(for review purposes)23:13
Peakerwhat is the "recommended" reviewing strategy?23:14
beunoPeaker, bzr missing23:15
beunowill tell you what the difference between branches is23:15
Peakeroh, so if he's not missing anything from me there's no divergence so pull would work23:15
beunowhat revisions one has that the other doesn't23:15
beunoPeaker, exactly23:15
Peakercool thanks23:15
beuno:D23:15
Peakerso if I use merge it will basically be a pull-as-uncommitted?23:16
Peakerso for review I can always just use "merge" I guess..23:16
beunoPeaker, pretty much, yes23:16
beunomerge does introduce conflicts and such23:16
beunobut I guess that concept would work23:16
PeakerI think "bzr merge" should probably warn you when you could have pulled, it creates an unnecessary revision23:16
PeakerI don't think conflicts can exist if its pullable23:17
beunoPeaker, no, only in merges23:17
Peakeryeah its probably important to know of conflicts when you review it before merger23:17
jelmerPeaker, there is 'bzr merge --pull'23:17
jelmerPeaker, which will pull if possible, merge otherwise23:18
Peakerjelmer: yeah I know but I thought of my case as a reviewer who uses bzr merge, but I guess that's silly, I already know that from "bzr missing"23:18

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