Rev 2155: Update NEWS for 304894 in http://people.samba.org/bzr/jelmer/bzr-svn/0.5

Jelmer Vernooij jelmer at samba.org
Thu Dec 4 17:20:18 GMT 2008


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

------------------------------------------------------------
revno: 2155
revision-id: jelmer at samba.org-20081204172015-zyd2obhr56dshbhs
parent: jelmer at samba.org-20081204160659-o61onpqbeqbmcr89
committer: Jelmer Vernooij <jelmer at samba.org>
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
 




More information about the bazaar-commits mailing list