[02:03] is it normal for bzr to revise its estimate of the number of revisions to download, when downloading a new package, every 9 thousand or so? [02:03] and is there any way to see the actual number? === _thumper_ is now known as thumper [06:26] hrm.. --gnu-changelog seems too verbose. Why doesn't it group by user/date? === mthaddon` is now known as mthaddon [06:29] SpamapS: fixes appreciated :P [12:38] hey [12:50] hi Merwin_ === nathan_ is now known as pakaran === jcsackett_ is now known as jcsackett [18:04] hello! I need to convert a git repository to bazaar. Everytime I look up convert git repo to bazaar, I have results to convert bzr to git [18:04] any idea where I can find this information? :-) [19:18] lduros: bzr-git is what you need [19:20] lifeless: thanks :-) [20:39] I accidentally 'bzr add'ed a file named '*' === lamont` is now known as lamont [20:39] bzr revert -- * fails [20:39] halp? [20:39] what about bzr rm * --keep-files or wahtever? [20:39] Your shell is eating the *. Quote it. [20:40] actually 'bzr revert .' got it [20:40] and hey fullermd [20:41] your script you gave me a while back didn't seem to work (about --revert not working on mac os x for somer eason) [20:41] Didn't seem to work as in ran without errors, or didn't seem to work as in blew up? [20:42] bzr: ERROR: Could not move Environment.php => Twig: php_frontend/src/codeigniter/system/libraries/Twig/lib/Twig/Environment.php is not versioned. [20:43] How very odd. [20:43] You don't have some sort of global ignore that's keeping the 'add' from versioning everything, do you? [20:44] https://gist.github.com/fdc7952ba400edfc3ee5 is my global ignore [20:46] Well, I'd look to see if it's actually not versioned (the 'add' in the setup step for whatever reason didn't add it), or it's just hitting something weird in the case semi-sensitivity in the FS. [20:51] yeah its not added in the place where its trying to move it from [20:52] (from the repo that i posted that was broken) [20:52] Urr? The script is expecting to start from a blank dir. [20:52] it commits a revision one, then does [20:52] + /usr/local/bin/bzr --no-plugins --no-aliases mv /Users/markgrandi/Desktop/treetransform/tmprepo/enquist_work/php_frontend/src/codeigniter/system/libraries/Twig/lib/Twig/Environment.php /Users/markgrandi/Desktop/treetransform/tmprepo/enquist_work/php_frontend/src/codeigniter/system/libraries/Twig/ [20:54] Did you add those full paths? [20:54] im just running the script that you gave me, i didn't do anything to 'tmprepo" [20:55] Well, something weird is going on. There's no 'tmprepo' in the script, nor are there absolute paths (except the one for the bzr script). [20:56] That line _should_ be giving a `bzr --no-whatevers mv php_frontend/src/... php_frontend/src/...` [20:56] Unless /bin/sh on mac does really wacky stuff. [20:57] http://bpaste.net/show/27609/ thats the script you gave me, at the top you specify the path to the tmprepo thingy [20:57] ... except, no, not even then, because there's no 'A/' dir in that path either... [20:57] * fullermd goes crosseyed. [20:57] No, it's not. [20:58] And yeah, that's GONNA do some really weird stuff, because it points somewhere totally other than where the script is working. [20:58] dir1="php_frontend/src/codeigniter/system/libraries/Twig" [20:58] which one am i supposed to be using o.o [21:00] I'm confident there's not now nor has there ever been any file anywhere on my system with '/Users/markgrandi' in it 8-} [21:01] back, not sure what got through, but it has a conflict but otherwise finishes fine [21:01] Conflict? [21:01] Conflict adding file php_frontend/src/codeigniter/system/libraries/Twig/lib. Moved existing file to php_frontend/src/codeigniter/system/libraries/Twig/lib.moved. [21:02] Oh. Yeah, that's expected. [21:03] OK, then that is in fact not enough to actually hit whatever weird case your actual branch did. [21:03] yeah. [21:03] i'll try stepping through what its trying to do and see why its dying [21:04] or try at least