/srv/irclogs.ubuntu.com/2010/01/03/#bzr.txt

sirpengiis there a way to fetch a branch but not pull any history?00:08
bob2--depth00:08
bob2hm, maybe it only works for clones00:08
sirpengii don't seem to be able to find any documentation about --depth00:12
bob2oops, wrong channel, sorry =)00:12
sirpengianyhow, I think what I'm looking for is --lightweight checkout00:13
bob2I don't think "history horizons" has been implemented yet, but the lightweight checkout plugin might be good enough00:13
bob2or you could stack00:13
sirpengiwhat do you mean by stack?00:14
bob2http://doc.bazaar.canonical.com/latest/en/user-guide/stacked.html00:15
sirpengiohh, nifty00:17
sirpengithat'll involve me finding a place for the stacked branch though...00:18
sirpengiwell, I'll see if the lightweight checkout works...00:18
maxbNoldorin: Funnily enough, I just needed to replace my system dulwich with a newer version00:25
Noldorinmaxb: oh right?00:25
Noldorinyou on linux though, i take it?00:25
maxbI came up with the idea of creating a file .bazaar/plugins/AAAusedulwich.py containing "import sys; sys.path.insert(0, '/my/path/to/dulwich')00:26
maxbSeems to work :-)00:26
Noldorinoh cool00:26
Noldorini was thinking something along those lines too, but don't know any python, so meh00:26
Noldorinmaxb: also, are you using the binary/python version of bzr?00:27
maxbI don't think that question has any meaning on Linux00:39
Noldorinmaxb: heh, fair enough01:00
Noldorinmaxb: i'll give that a go shortly. thanks for the tip :)]01:00
Noldorinmaxb: wait. this AAAusedulwich.py file... it's just in C:\Program Files\Bazaar\plugins ?01:12
maxbI imagine that would be the relevant windows location01:20
Noldorinmaxb: ah ok. what's with the AAA bit...?01:38
maxbTo make it sort first01:47
Noldorinah fair enough01:55
Noldorinmaxb: i get this error now:02:12
NoldorinNo module named protocol02:12
NoldorinUnable to load plugin u'dulwich' from u'C:/Program Files/Bazaar/plugins'02:12
Noldorinbzr: ERROR: exceptions.AttributeError: 'InterRepository' object has no attribute02:12
Noldorin 'fetch_objects'02:12
jelmerhi Noldorin02:12
jelmerNoldorin: did you see my reply to your bug comment?02:12
Noldorinhi jelmer02:15
Noldorinyes i did. i was just going to do a bit more testing before i replied :)02:15
Noldorinjelmer: i noticed shortly after that it seems to be a problem with dulwich02:16
maxbNoldorin: uhm, it shouldn't be loading dulwich itself as a plugin02:21
maxbif you have a C:/Program Files/Bazaar/plugins/dulwich, get rid ot it02:21
maxb*of02:21
Noldorinhmm02:22
Noldorinmaxb: but i don't...02:23
Noldorini did previously, but i deleted it then02:23
* maxb is confused, then02:23
Noldorinyeah, odd...02:25
Noldorinjelmer: just update the bug report: https://bugs.launchpad.net/bzr/+bug/44950703:09
ubottuUbuntu bug 449507 in bzr-git "bzr-git causes crash in bzr when sync'ing to directory" [Undecided,Incomplete]03:09
=== Jordan_U is now known as all
=== all is now known as Jordan_U
andrewblackI am prob being dense, is there a command to give a list of all files in the repository08:19
chxhi. i want to back out a revision that changed lots of stuff ... 700+ revisions ago. I have reverted to the previous revision and planning to apply the revisions since in a loop. i was thinking to do a 'dry run' check for error and if it applies flawlessly then apply otherwise record for later manual work.08:24
fullermdchx: Well, if by 'reverted' you mean 'bzr revert', it's almost certainly not doing what you think it is...09:15
fullermdchx: Sounds more like a rebase-type operation.09:15
fullermdandrewblack: You presumably mean 'in a branch', not 'in a repository'.  See "bzr ls".09:16
andrewblackcheers fullermd .  i havent quite got hang of bzr terminology09:22
fullermdandrewblack: Generally, anything you do, you do it to a branch or a working tree; you almost never do anything to a repository directly.09:27
andrewblackok.   ls -V does what i want.  ls by itself gives unknown files too whic confused me09:31
=== chx is now known as chx_food
=== chx_food is now known as chx
Noldorinjelmer: hello?12:46
jelmerNoldorin, hi13:05
Noldorinhey13:29
Noldorinjelmer: i saw youre reply to the bug report...13:30
Noldorinwondering how my installation of dulwich got borked though....13:30
Noldorinif you could help me figure out how it needs to be setup on windows, that would be great.13:30
jelmerNoldorin: I've never used it on Windows I must admit13:56
Noldorinjelmer: hehe ok14:14
Noldorinjelmer: well what would you suggest i do if i were on linux?14:15
Noldorin(maybe i can translate for windows)14:15
jelmerNoldorin, I'd run "python setup.py install" in the dulwich source dir14:20
jelmerNoldorin: and copy bzr-git to ~/.bazaar/plugins/git14:20
maxbjelmer: ooi, what would you suggest for a per-user install of dulwich?14:21
jelmermaxb: I've aliased bzr to 'PYTHONPATH=$PYTHONPATH:/home/jelmer/pylib /usr/bin/bzr'14:22
maxbAh. I've done sys.path manipulation in ~/.bazaar/plugins/AAAusedulwich.py14:23
Noldorinjelmer: sorry, lost internet conn14:52
jelmerNoldorin, did you see my reply?14:53
Noldorinjelmer: looks like using cygwin to compile puts things in the wrong place14:54
Noldorinhttp://pastebin.ca/173621214:54
NoldorinNoldorin: and copy bzr-git to ~/.bazaar/plugins/git14:54
Noldorinthat's the last message i got ^14:54
Noldorinjelmer: look right/wrong to you?15:00
jelmerNoldorin: So far15:02
Noldorinjelmer: don't i really want the .egg in C:\Python25\... though?15:03
Noldorini'm still getting No module named dulwich.errors15:03
Noldorinwhen i dpush15:03
jelmerNoldorin: If you want the egg in c:\python25 I don't think you should be using cygwin15:04
Noldorinjelmer: yeah...i really want to run the bzr on windows in (c:\program files) to use bzr-git15:04
jelmerNoldorin: are you using bzr in cygwin?15:04
Noldorinwhat is the alternative?15:04
Noldorini don't have VS 2003...15:04
jelmerNoldorin: in that case, you shouldn't be using cygwin - that's completely independent15:04
Noldorinok15:04
Noldorini guess i just wanted to use cygwin for the GCC compiler15:05
Noldorinhmm15:05
jelmerNoldorin: binaries generated by that C compiler won't be usable with the python in c:\python2515:05
Noldorini sere15:05
Noldorinsee*15:05
Noldorini don't even know if c:\program files\bazaar\bzr.exe uses the python in c:\python25 though15:06
Noldorinwhat i really want is to install bzr-git and dulwich *for bzr.exe in program files*15:06
Noldorini think i have succeeded with bzr-git, but not dulwich...15:06
jelmerNoldorin: bzr-git doesn't require compilation15:06
Noldorinjelmer: indeed. just pasting it into c:\program files\bazaar\plugins seems to work15:07
jelmerNoldorin: you might want to ask on the mailing list about this issue, I'm afraid I don't know enough about the bzr windows installer15:07
Noldorinhmm ok15:07
Noldorinjelmer: by the look of it, i need to use VS 2003 to compile though no?15:08
jelmerNoldorin: Yeah, I think you need to compile with the same comp[iler that was used to compile the rest of bzr15:08
Noldorinunless i can somehow get bzr-git to use the *uncompiled* (python source) of dulwich15:08
Noldorinok15:08
* Noldorin thinks it should really be looking for VS 2008 nowadays15:08
jelmerNoldorin: Yeah, you should be able to use dulwich without the extension as well15:08
jelmerNoldorin: but that'll be slower15:09
Noldorinyeah..15:09
Noldorinnot the biggrest problem atm15:09
Noldorinjelmer: any idea how to tell bzr-git to use dulwich source rather than binaries?15:09
Noldorin(if possible)15:09
jelmerto do that, copy the 'dulwich' directory from the dulwich source tarball to some path that is in your python path15:09
jelmerNoldorin: if the extensions aren't there it should just not use them15:09
Noldorinright15:10
Noldorinjelmer: in this case i now get...15:11
NoldorinNo module named protocol15:11
NoldorinUnable to load plugin u'dulwich' from u'C:/Program Files/Bazaar/plugins'15:11
Noldorinbzr: ERROR: exceptions.AttributeError: 'InterRepository' object has no attribute15:11
Noldorin 'fetch_objects'15:11
Noldorindulwich relies on a module called 'protocol' perhap?15:11
=== gutworth_ is now known as gutworth
jelmerNoldorin: Where is the "No such protocol" bit raised from?15:13
jelmer~/.bzr.log should be able to tell you15:13
jelmerNoldorin: You shouldn't install dulwich in your plugins directory15:14
jelmer(that might explain the error, actually)15:14
Noldorinjelmer: oh, there's a traceback too15:15
Noldorinjelmer: it iwsn't installed in plugins. at least, i don't think so15:16
Noldorinif it is, maybe i need to uninstall it somehow...15:16
jelmerNoldorin: the error suggests otherwise, is there no C:/Program Files/Bazaar/plugins/dulwich directory?15:16
Noldorinjelmer: nope :S15:16
Noldorinhttp://pastebin.com/m406420d515:16
jelmerNoldorin: See line 4, there's a plugin there15:17
Noldorinjelmer: there is a C:/Program Files/Bazaar/plugins/git dir but definitely no C:/Program Files/Bazaar/plugins/dulwich :S15:18
jelmerNoldorin, do you still get that error if you remove the git directory ?15:18
* Noldorin tries15:18
Noldorinjelmer: yep15:19
Noldorinslightly different but similar:15:19
NoldorinNo module named dulwich.errors15:19
NoldorinUnable to load plugin u'dulwich' from u'C:/Program Files/Bazaar/plugins'15:19
Noldorin(dulwich.errors instead of protocol now)15:19
jelmerNoldorin: Any other places on your system where you might've installed dulwich ?15:19
Noldorinjelmer: i'll do a search15:20
Noldorinjelmer: this is really weird: windows explorer shows nothing in C:\program files\bazaar\plugins, but ls does :P15:27
jelmerwell, that certainly explains a lot :-)15:28
Noldorinheh yep15:28
Noldorinjelmer: 'cannot find module' error is gone now :)15:31
Noldorinnow just one more...15:31
Noldorinhttp://pastebin.com/m4ceb1ad215:31
Noldorinjelmer: bzr-git should be using the dulwich source under c:\libs\dulwich-0.4.015:34
Noldorinobviously, there is another version (compiled) under c:\cygwin\lib\python2.5\site-packages ...15:35
Noldorinbut that's not being used i think15:35
Noldorinping?15:41
Noldorinhi jelmer. what's the last message of mine you got?15:53
jelmer<Noldorin> now just one more..15:57
jelmer<jelmer> Noldorin, what's left?15:57
Noldorinjelmer: http://pastebin.com/m75bfdf4c15:58
Noldorinjelmer: i.e. now i *only* have the error given in https://bugs.launchpad.net/bzr-git/+bug/44950715:59
ubottuUbuntu bug 449507 in bzr-git "bzr-git causes crash in bzr when sync'ing to directory" [Undecided,Incomplete]15:59
Noldorin(whereas before i had multiple errors)15:59
jelmerNoldorin: can you paste "bzr info" again for the source and target repositories?15:59
jelmers/repositories/branches/16:00
Noldorinsure16:00
Noldorinjelmer: http://pastebin.com/m1bccdfbd16:01
Noldorinsorry, clipboard fail16:01
Noldorintry http://pastebin.com/m6f1205ca16:01
Noldorinjelmer: the second paste is correct16:02
jelmerNoldorin: I think you might need to upgrade to a rich root format before you can push16:04
Noldorinjelmer: hmm i see.16:04
jelmerNoldorin: The source branch, that is16:04
Noldorinno idea what that is/how to use it. :)\16:04
jelmerNoldorin: in the source branch, run "bzr upgrade --2a"16:05
jelmerand then try the dpush again16:05
Noldorinjelmer: could this cause any problems elsewhere?16:06
jelmerNoldorin: If you push to other branches they need to be in the 2a format (or something newer) as well16:07
Noldorinoh fair enough16:07
Noldorinwell what's the newest?16:07
Noldorini might as well upgrade to that :)16:07
Noldorinjelmer: "No new revisions to push." - i guess this means success16:09
jelmerNoldorin: 2a is the newest16:11
Noldorinok great16:11
Noldorinjelmer: well, only issue remaining now is to push to github16:13
Noldorini'm trying this:16:13
NoldorinC:\Users\Alex\Documents\Visual Studio 2010\Projects\IRC.NET\devel>bzr dpush git+16:13
Noldorinssh://git@github.com:Noldorin/IRC.NET.git16:13
NoldorinPermission denied (publickey).16:13
Noldorinbzr: ERROR: The remote server unexpectedly closed the connection.16:13
Noldorini have my SSH key in pageant, so i'm not sure of the problem...16:15
jelmerNoldorin, that's not a valid URL16:16
jelmerNoldorin, you need a / rather than a : after the hostname16:16
Noldorinah right16:16
Noldorinsame error...16:17
jelmerNoldorin: what error exactly?16:18
Noldorinwhat i just pasted: bzr: ERROR: The remote server unexpectedly closed the connection.16:18
Noldorinerm16:18
NoldorinPermission denied (publickey).16:18
jelmerbzr-git should be using the same ssh keys that bzr itself would use16:19
Noldorinthat's what i thought hrm16:19
Noldorinmust be the URL wrong still?16:19
jelmerno, the URL looks ok16:19
jelmerNoldorin is your username on github?16:19
Noldorinjelmer: yes16:19
Noldorinjelmer: the project is http://github.com/Noldorin/IRC.NET16:19
jelmerNoldorin: No idea then, sorry16:20
Noldorinno worries16:21
Noldorinjelmer: maybe i need to do http://github.com/blog/180-local-github-config ?16:23
jelmerNoldorin: no, the API isn't relevant here16:25
jelmerand bzr-git doesn't use the git config16:25
Noldorinjelmer: hmm. who *should* i ask about this then?17:04
Noldorinit doesn't seem to be a git problem heh17:04
jelmerNoldorin: does pushing to e.g. launchpad work ok?17:04
jelmerdoes pushing using git to github work?17:04
Noldorinjelmer: yep17:05
Noldorinin both cases, no problemxs17:05
jelmerNoldorin: the other people on the general mailing list or on the bzr-windows mailing list might have aan idea17:06
Noldorinok17:06
Noldorinit's odd tha this problem should be occuring17:06
Noldorinjelmer: i just tend to think if you, the author of the lib, doesn't know, then who does ;)17:06
Noldorinmaybe i can turn on verbose to get some debugging info or such?17:06
jelmerNoldorin, I haven't written the ssh bits17:07
jelmerNoldorin: we're just calling out to the generic functionality in bzrlib for that17:07
jelmerand there's windows-specific code in bzrlib for handling ssh17:07
Noldorinjelmer: mm, fair enough17:08
Noldorinjelmer: it would be helpful to see *which* ssh key it's trying to use though17:08
Noldorinif i can somehow17:08
Noldorinjelmer: i will try #git, then maybe the mailing list. thanks for all your help :)17:14
jelmerNoldorin: does ssh'ing into that server work?17:14
Noldorini look forward to the next release of bzr-git..17:15
Noldorinjelmer: erm...will try now17:15
Noldorinjelmer: "no supporteed auth methods available"17:18
Noldorinon putty17:18
jelmerNoldorin: looks like the keys aren't available17:19
Noldorinjelmer: well pageant is running, and i can push to bzr17:19
Noldorinlaunchpad*17:19
jelmerNoldorin: github doesn't seem to have them then17:19
Noldorinah17:20
Noldorinhm17:20
Noldorinjelmer: oh, it seems i *cannot* push with normal bzr to launchpad now :S17:20
fullermdYou upgraded in the middle?17:21
Noldorinfullermd: what do you mean?17:22
fullermdSince the last time you could.17:22
Noldorinupgrade the branch, yep17:22
fullermdNo, upgrade bzr.17:27
fullermdSpecifically, across 2.0.0, which stopped using Putty as the default ssh implementation on Windows.17:28
Noldorinfullermd: oh i see.17:29
Noldorinyes i have indeed17:29
Noldorinfullermd: so how can i tell it to use putty/pageant now?17:31
Noldorinor should i be using something else?17:31
fullermdBZR_SSH env variable (or some name like that)17:32
Noldorinfullermd: set BZR_SSH = plink for putty right?17:42
fullermdYour guess is as good as mine   8-}17:44
Noldorinfullermd: gah, i get an error 2 now :(17:44
Noldorinwhen pushing17:44
Noldorinbzr: ERROR: [Error 2] The system cannot find the file specified17:44
jelmerNoldorin: bzr can't find the ssh/plink executable locally I think17:45
fullermdRule 16: If you can't solve the problem, redefine the error.17:45
fullermdMy work here is done.17:45
Noldorinjelmer: i need to put c:\program files\putty in my path then?17:45
Noldorinfullermd: :P17:46
Noldorinhehe17:46
Noldorinjelmer, fullermd: http://pastebin.com/m1064404a - hmm?17:50
fullermd'bout what it says, I reckon.17:52
fullermdYou can't interact with the ssh process through bzr, so you can't agree to accept the host key.  Have to invoke it manually to do that.17:52
Noldorinfullermd: seems to be thsi problem here: https://bugs.launchpad.net/bzr/+bug/23729717:52
ubottuUbuntu bug 237297 in bzr "Putty refuses to connect to unknown host with "The server's host key is not cached in the registry"" [Medium,Won't fix]17:52
Noldorinbut i don't understand the solution17:52
fullermdUse plink to manually connect to LP, so you ahve to chance to accept the key.17:53
Noldorinfullermd: meh, seems i should really be using paramiko now18:01
Noldorininstalled it, but i see no info how to configure it for my key :S18:01
Noldorindocumentation is somewhat lacking there it seems18:01
Noldorinbah18:05
Noldorinputty was so much easier to use18:05
* fullermd finds openssh nice and easy to use :p18:08
Noldorinfullermd: yeah, it's all good on linux, but windows is a different story :P18:08
Noldorinfullermd: if you can point me to a guide for paramiko on windows, that would be good heh18:09
luksNoldorin: how did you use your key with putty?18:09
Noldorinluks: just ran pageant and added the PPK file18:09
luksthe same will work for paramiko18:09
luksit will use the key from pageant18:09
Noldorindoesn't seem to :(18:09
Noldorinluks: Permission denied (publickey).18:11
luksI'm afraid I can't help with finding the problem, but it's supposed to work18:12
luks(I know, because I submitted a patch for bzr a long time ago to enable it)18:12
Noldorinah right18:13
Noldorinhrm18:13
Noldorinluks: who might be able to suggest a solution then?18:15
fullermdjam might be a good bet.  He may be back around tomorrow.18:16
Noldorinok18:16
Noldorinthanks anyway18:16
luksNoldorin: check your .bzr.log18:23
luksit should say that it's using paramiko, and then list all available keys in messages like "Trying SSH agent key ..."18:23
Noldorinluks: hrm18:24
Noldorin3.000  ssh implementation is OpenSSH18:24
Noldorincould be the problem :P18:24
luks:)18:24
Noldorini thought it default to paramiko though, no?18:24
luksI don't know18:24
luksBZR_SSH=paramiko should fix it18:24
Noldorinyep, just doing that now18:24
Noldorinluks: success. thanks very much18:27
luksI just noticed that you mentioned you were using cygwin18:27
luksadding the key to your cygwin's ssh config would be another solution18:27
Noldorinluks: was just using cygwin to compile stuff18:28
Noldorinnormally on native windows though18:28
luksis it not in %PATH%?18:28
Noldorinit is18:28
luksit obviously tried *some* openssh ssh client18:28
Noldorinmm18:28
Noldorinok, so it's just github not recognising my ssh key now...18:33
Noldorinbah18:35
saedelaerehi, when i do [bzr info] i see among other things18:40
saedelaere"Repository branch (format: unnamed)"18:40
saedelaerewhat does "format: unnamed" mean, and is this ok?18:41
fullermdYes, it's fine.18:41
fullermdIt means bzr doesn't have a rollup name for what you have there.18:41
saedelaerehm, ok. because the original branch on my computer shows18:42
saedelaere"Standalone tree (format: pack-0.92)"18:42
fullermdIf you branch that standalone with a current bzr, you'll still have that repo format, and (I think) that branch format, but you'll have the new WT format.  Thus, unnamed.18:43
maxbUse bzr info -v for individual format information on repo, branch and WT18:44
maxb'unnamed' is dramatically unhelpful, I wish it said something like 'pack-0.92+wt6'18:45
Noldorinhrm, i still seem to be having the wrong URL format for bzr-git:18:46
Noldoringit+ssh://git@github.com/Noldorin/IRC.NET.git18:46
saedelaereok, thank you very much.18:46
fullermdmaxb: Well, but it would actually be pack-0.92-wt4+wt6 or something.  Falls over soon's you wander off the beam.18:50
maxbhuh?18:56
maxbIt can't be wt4 and wt6 simultaneously18:56
fullermdThus my point   :p18:56
maxbum?19:00
maxbBy pack-0.92+wt6 I mean pack-0.92 modified by the wt version being replaced by 619:00
fullermdSure, but + doesn't mean modify, it means add.  So you have to subtract wt4 before you can add wt6.19:01
maxbI am less strictly algebraic19:02
PengBazaar doesn't track that it used to be WT4.19:04
PengBest you can do is a heuristic.19:04
lifelessfullermd: that sounds confusing19:09
fullermdThat would be the meta-point...19:09
lifelessfullermd: as each slot can only be filled once I don't see why you'd need a - operator19:10
fullermdWhole point of a rollup name is to avoid combinatorics.  Adding combinatorics to the rollup kinda squirrels up the idea.19:10
lifelessfullermd: that I don't agree with19:23
maxbIMO, anything less vague than 'unnamed' is an improvement19:24
PengThat reminds me, someone should file a bug about it saying "format: unnamed" for remote branches...19:30
lifelessPeng: no, someone should fix it :P19:31
PengYes, but if that someone is me, the former is much more likely than the latter. :P19:32
maxbDidn't someone say it was fixed in bzr.dev?19:38
fullermdNot exactly.19:40
fullermdIt reads the real format names over the smart protocol now.19:40
Pengmaxb: The detailed information is useful now (e.g. "branch: Remote: Branch format 7"), but the summary is not.19:40
fullermdBut since it never reads WT's remotely, it doesn't get that format, so there's never a matching rollup name.19:41
maxbah19:41
PengOh.19:41
lifelessfullermd: huh, its not about reading WT's remotely.19:57
lifelessfullermd: its just info being borked.19:57
fullermdHowzat?  There's no defined rollup format name without a WT format, is there?19:58
fullermdSo how would you expect to ever get anything but 'unnamed'?19:58
lifelessfullermd: try it locally20:05
fullermdTry it remotely locally?20:16
lifelesstry it locally locally20:21
lifelessbzr init; bzr remove-tree; bzr info20:21
fullermdBah.20:29
lifelessfullermd: do you see ?20:36
Penginit --no-tree still isn't supported?20:39
PengHeh, thought that'd been changed.20:39
Noldorinhi jelmer21:31
=== khmarbaise_ is now known as khmarbaise
jelmerNoldorin: hi22:16
Noldorinjelmer: not sure if you got the messages, but i think aLmost evrything is sorted now...22:36
Noldorineverything, except it's regusing my ssh key it seems.22:36
jelmerNoldorin, cool22:36
Noldorinwhat's the URL meant to be for github repos?22:37
Noldorini'm currently using git+ssh://Noldorin@github.com/IRC.NET.git22:37
Noldorinerm22:37
Noldorin git+ssh://git@github.com/Noldorin/IRC.NET.git22:37
Noldorinbut if wonder if this is wrong22:37
jelmerthat seems right22:42
jelmerI'm using something similar to push to github22:42
Noldorinjelmer: i've set things up to use paramiko with pageant....22:43
Noldorinperhap's it's not communicating right?22:43
Noldorinhmm ok22:43
NoldorinC:\Users\Alex\Documents\Visual Studio 2010\Projects\IRC.NET\devel>bzr dpush git+22:43
Noldorinssh://git@github.com/Noldorin/IRC.NET.git22:43
NoldorinPermission denied (publickey).22:43
Noldorinbzr: ERROR: The remote server unexpectedly closed the connection.22:43
jelmerNoldorin, did you manage to get pushing to launchpad working again?22:45
spivGood morning22:52
=== spiv changed the topic of #bzr to: Bazaar version control | try https://answers.launchpad.net/bzr for more help | http://bazaar.canonical.com/ | http://irclogs.ubuntu.com/ | Patch pilot: spiv | bzr 2.1.0b4 and 2.0.3 released

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