At http://people.ubuntu.com/~robertc/baz2.0/commit-iterchanges

------------------------------------------------------------
revno: 3801
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Robert Collins <[EMAIL PROTECTED]>
branch nick: commit-iterchanges
timestamp: Tue 2008-12-02 16:03:08 +1100
message:
  CommitBuilder.record_iter_changes handles links becomes directories and files.
modified:
  bzrlib/tests/per_repository/test_commit_builder.py 
test_commit_builder.py-20060606110838-76e3ra5slucqus81-1
=== modified file 'bzrlib/tests/per_repository/test_commit_builder.py'
--- a/bzrlib/tests/per_repository/test_commit_builder.py        2008-12-02 
04:58:58 +0000
+++ b/bzrlib/tests/per_repository/test_commit_builder.py        2008-12-02 
05:03:08 +0000
@@ -1005,9 +1005,18 @@
         self._check_kind_change(self.make_link, self.make_file,
             expect_fs_hash=True)
 
+    def test_last_modified_link_file_ric(self):
+        self._check_kind_change(self.make_link, self.make_file,
+            expect_fs_hash=True,
+            mini_commit=self.mini_commit_record_iter_changes)
+
     def test_last_modified_link_dir(self):
         self._check_kind_change(self.make_link, self.make_dir)
 
+    def test_last_modified_link_dir_ric(self):
+        self._check_kind_change(self.make_link, self.make_dir,
+            mini_commit=self.mini_commit_record_iter_changes)
+
     def test_last_modified_file_dir(self):
         self._check_kind_change(self.make_file, self.make_dir)
 


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

Reply via email to