[12:55] Hello! [12:56] What is the best way to deal with forgotten bug-fix props on a commit? (beside the obvious "don't forget to add them") [13:27] Amis: there are several other options (beside the ovious ;): 1) bzr uncommit ; bzr commit --fixes... ; 2) bzr commit --unchanged --fixes... [13:28] Amis: a more complex one would be to branch from the commit where you forgot --fixes; use --fixes --unchanged there, merge the result where it makes sense [14:19] I see, thanks === thumper is now known as vorpalbunny [21:06] what does this line mean while 'cloning' a repo with bzr?: "136334kB 52kB/s \ Revisionen herunterladen:Inserting stream:Estimate 676760/1277014" (yes, it's german.) [21:07] i mean, what does the first, the second, third and forth/last number mean? O.o [21:07] well, in particular, the first number. [21:08] the first number is the total amount of data transferred [21:09] okay. the second one is the speed? and the last two? [21:10] do they show me how far the download proceed? [21:10] the last two are some indicator of the progress [21:11] the number of records retrieved so far and the *current* estimate of the total number of records to fetch, I believe [21:11] the second one often changes during the fetch [21:11] yep :) i see :) thanks :)