[Pkg-bazaar-commits] ./trac-bzr/unstable r6: Fix issues with converting to package format "3.0 (quilt)" (Closes: #485335)
Chris Lamb
chris at chris-lamb.co.uk
Sun Jun 8 23:01:47 UTC 2008
------------------------------------------------------------
revno: 6
committer: Chris Lamb <chris at chris-lamb.co.uk>
branch nick: pkg-trac-bzr
timestamp: Mon 2008-06-09 00:01:47 +0100
message:
Fix issues with converting to package format "3.0 (quilt)" (Closes: #485335)
modified:
debian/patches/02-deprecated-weave
-------------- next part --------------
=== modified file 'debian/patches/02-deprecated-weave'
--- a/debian/patches/02-deprecated-weave 2008-05-13 02:16:53 +0000
+++ b/debian/patches/02-deprecated-weave 2008-06-08 23:01:47 +0000
@@ -19,11 +19,11 @@
-- Chris Lamb <chris at chris-lamb.co.uk> Wed, 19 Dec 2007 17:35:10 +0000
---- trac-bzr_0.2+bzr31.orig.orig/tracbzr/backend.py.orig 2007-03-08 20:24:40.000000000 +0100
+--- trac-bzr_0.2+bzr31.orig.orig/tracbzr/backend.py 2007-03-08 20:24:40.000000000 +0100
+++ trac-bzr_0.2+bzr31.orig.orig/tracbzr/backend.py 2007-12-16 22:17:46.000000000 +0100
@@ -671,7 +671,7 @@
It may also include a few revisions in which the revision_id did not
- change, if the modification was subsequently undone.
+ change, if the modification was subsequently undone.
"""
- weave = self.tree.get_weave(self.entry.file_id)
+ weave = self.tree._get_weave(self.entry.file_id)
More information about the Pkg-bazaar-commits
mailing list