/srv/irclogs.ubuntu.com/2012/10/13/#bzr.txt

=== ScottK2 is now known as ScottK
=== Guest72551 is now known as maxb\
=== maxb\ is now known as maxb
delinquentmebzr commit -m "yadda" /path/to/only/files/I/want/committed.rb11:59
delinquentmeright?11:59
jelmerdelinquentme: yes11:59
janosdelinquentme: you might like this too: bzr ci -m 'yadda' -x /path/to/dir/i/want/to/EXCLUDE12:07
delinquentmejanos, Ohh cool! TIL bzr has an exclude option12:18
janos...and if you made a mistake with the list of files, you can "bzr uncommit" and try again. but prob you did know that12:22
janos(unless you're in a central workflow, in which case you should not uncommit...)12:23
mnnI'm getting an error while shelving changes14:30
mnnWas this fixed or not? https://bugs.launchpad.net/bzr/+bug/66012514:31
ubot5Ubuntu bug 660125 in Bazaar "shelve crashes with "Tree transform is malformed" when renamed file already exists" [Medium,Confirmed]14:31
mnnhttp://pastebin.com/vHeu7J7R14:31
mnnI don't know if it's same issue14:32
jelmermnn: that bug isn't fixed going by the bug status14:32
mnnso, is there a workaround?14:33
mnnwill commit work?14:33
vilawild guess: move the existing file out of the way before shelving (from the bug report the issue is about that existing file not being known by bzr)14:34
mnnwell, I don't have any pending renames - only added files and modified14:35
vilaha, be looking at your paste, it may be a different issue14:35
mnnI've been shelving/unshelving stuff for long time now without any issues14:35
vilathe pita with 'mzrlformed transform' is that, while it's clearly a bug in bzr, the error reported is so cryptic there is no way to diagnose without being able to debug locally :-/14:36
vilaso either you're able to 1) publish your branch and working tree 2) isolate a reproducible recipe14:36
vila1) may not even be a good solution if too many files are involved (I've lost myself in several attempts already)14:37
vilamnn: yeah, that's what make bugs of this family so painful, there are less and less corner cases left unaddressed which make them harder to understand and fix :-/14:38
vilamnn: I think there is another bug about pending adds causing trouble14:39
vila'bzr st' would be a good start to check whether you still have unknowns or not or...14:40
vilamnn: 'will commit work?' It should !14:41
vilahmm14:41
vilamnn1: what's the last message you read ?14:41
mnn1"mnn: I think there is another bug about pending adds causing trouble"14:43
mnn1got disconnected14:43
vilaok14:43
vila<vila> 'bzr st' would be a good start to check whether you still have unknowns or not or...14:43
vila<vila> mnn: 'will commit work?' It should !14:43
vilain fact, I think it's a very good idea to start with 'bzr commit',14:44
vilafrom there it's possible that 'bzr uncommit; bzr shelve' *will* work14:44
mnn1well this is even more weird - I have 3 modified files, 7 added files and 1 added folder14:44
mnn1I can shelve all files without any problem and then separately shelve added folder - no crash14:45
vilashudder14:45
mnnwell but after that qshelve crashes whenever I try to show contents of those shelves14:46
mnnwell, I got something new - "bzr: ERROR: No final name for trans_id 'new-2'"14:47
mnnthis error pops up when I try to unshelve added files14:48
vilaat that point, trying to diagnose whether this a genuine bug or a fallout from the original one is... not worth it IMHO14:48
vilastart by doing a backup of your whole working tree (*including* the '.bzr' directory)14:48
vilaand try to get back to the point where the whole shelve was failing and try 'commit/uncommit/unshelve' instead14:49
mnndamn, I knew this would happen when I start using VCS14:49
vilajelmer: python-docutils-0.9.1 ? quantal ?14:58
jelmervila: debian experimental14:58
vilajelmer: hmm, can you try just removing the leading space on that line 161 ?14:59
vilajelmer: (I know I suck for not having a debian experimental chroot ;)14:59
vilajelmer: the guess above is because emacs doesn't fontify this line like the other similar ones, cheap enough to try...15:00
jelmervila: I'll try15:01
vilajelmer: wait, wrong guess, *adding* a space *after `fcgi` seem to to fontiry correctly15:01
vilai.e. a space after the closing `15:01
vilaI don't speak japanese but a space there shouldn't hurt ;)15:02
jelmervila: that works \o/15:04
vilajelmer: \o/ feels good :)15:04
vilajelmer: approved15:58
lduroshi, I have Contents conflict on directories that existed but don't exist anymore, and I actually don't have the files themselves in the tree anymore, but the Contents conflict are still there and I'm not sure how to resolve them when the files are gone? Any idea? Thanks!18:22
mark06about my earlier question on uncommit, is it the same thing for push --overwrite in Launchpad?18:58
mark06I mean, that push will overwrite the branch but previous versions will still remain in the repository (either local or in Launchpad) just like uncommitted commits?18:59
=== yofel_ is now known as yofel
fullermdYes.19:15
mark06ok, thanks19:15
fullermd(though I have to scoff at the phrasing "uncomitted commit".  It's thinking about things like that that get people committed  :p)19:15
mark06I've heard about some gc plugin but couldn't find it to test19:17
mark06is there some bug to make uncommit, push --overwrite and the like to really do what they say?19:18
fullermdThey do what they say; they make changes to branches.19:38
fullermdThey just don't remove stuff from repositories.19:38
mark06I knew you would disagree19:47
mark06why not tweet my uncommits as well19:47
fullermdI'm sure someone has implemented `bzr push twitter://....`  ;>19:49
mark06:P20:02
ldurosany idea how to remove "contents" conflicts for files that have now been physically removed?20:24
jelmerlduros: use "bzr resolved"20:24
ldurosjelmer: with the d at the end? Hmm20:25
ldurosjelmer: it tells me 0 conflicts auto-resolved.20:25
jelmerlduros: does "bzr conflicts" still report any conflicts?20:25
ldurosjelmer: yes, it still mentions those files that are not present physically20:26
ldurosjelmer: there are also some other text conflicts20:26
lduroswhich I need to work on20:26
jelmerlduros: have you tried "bzr resolved" with a filename?20:28
ldurosjelmer: hmm let me try :-)20:32
ldurosjelmer: ok looks like it's doing the trick! Thanks! :-)20:33

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