At http://people.samba.org/bzr/jelmer/bzr-svn/0.5

------------------------------------------------------------
revno: 2155
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Jelmer Vernooij <[EMAIL PROTECTED]>
branch nick: 0.5
timestamp: Thu 2008-12-04 18:20:15 +0100
message:
  Update NEWS for 304894
modified:
  NEWS                           news-20061231030336-h9fhq245ie0de8bs-1
  revmeta.py                     revmeta.py-20080901215045-n8a6arqybs9ez5hl-1
=== modified file 'NEWS'
--- a/NEWS      2008-12-04 15:07:45 +0000
+++ b/NEWS      2008-12-04 17:20:15 +0000
@@ -58,6 +58,8 @@
 
    * Fix removing file properties. (#304866)
 
+   * Fix canonicalization of paths to svn_ra_diff(). (#304894)
+
   INTERNALS
 
    * Remove custom commit code for working tree. 

=== modified file 'revmeta.py'
--- a/revmeta.py        2008-12-04 16:06:59 +0000
+++ b/revmeta.py        2008-12-04 17:20:15 +0000
@@ -734,6 +734,9 @@
             except StopIteration:
                 if self.to_revnum > 0:
                     raise MetaHistoryIncomplete()
+                if not any([x for x in self.prefixes if 
revmeta.branch_path.startswith(x+"/") or x == revmeta.branch_path or x == ""]):
+                    import pdb;pdb.set_trace()
+                    raise MetaHistoryIncomplete()
                 raise AssertionError("Unable to find direct lhs parent for %r" 
% revmeta)
         return revmeta._direct_lhs_parent_revmeta
 


-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to