Comment 36 for bug 198646

Revision history for this message
Dirk T (miriup) wrote :

Hi,

sorry it took so long. After having made all these discoveries there wasn't really much work left for the patch. But somehow I haven't got around to fixing it any earlier.

I've tested this patch against a bazaar from the trunk (branched around my solution post) and against 2.3.1 from the Gentoo tree. In both cases the bug did not appear for me and I got a simingly clean repository. I have tested completeness by checking out lp:rescuetime-linux-uploader/trunk once through SSH and once through HTTP with this fix applied and then compared both copies with diff. The result:

-----8<-----
diff -ur /tmp/bug-674122/.bzr/branch/parent /tmp/bug2/.bzr/branch/parent
--- /tmp/bug-674122/.bzr/branch/parent 2011-05-28 22:11:56.000000000 +0400
+++ /tmp/bug2/.bzr/branch/parent 2011-05-28 22:29:22.000000000 +0400
@@ -1 +1 @@
-http://bazaar.launchpad.net/~rescuetime-developers/rescuetime-linux-uploader/trunk/
+bzr+ssh://bazaar.launchpad.net/%2Bbranch/rescuetime-linux-uploader/trunk/
diff -ur /tmp/bug-674122/.bzr/checkout/format /tmp/bug2/.bzr/checkout/format
--- /tmp/bug-674122/.bzr/checkout/format 2011-05-28 22:11:56.000000000 +0400
+++ /tmp/bug2/.bzr/checkout/format 2011-05-28 22:29:22.000000000 +0400
@@ -1 +1 @@
-Bazaar Working Tree Format 4 (bzr 0.15)
+Bazaar Working Tree Format 6 (bzr 1.14)
Only in /tmp/bug2/.bzr/checkout: views
-----8<-----

Not sure about the .bzr/checkout/views file. It seems empty.