Rev 1706: Bugfix the file change reporting during commit. Delete
reporting used the in /home/robertc/source/baz/commit/
Robert Collins
robertc at robertcollins.net
Fri May 12 00:35:02 BST 2006
------------------------------------------------------------
revno: 1706
revision-id: robertc at robertcollins.net-20060511233459-f9642e241a4a84c8
parent: robertc at robertcollins.net-20060511022331-d482c578c078f122
committer: Robert Collins <robertc at robertcollins.net>
branch nick: commit
timestamp: Fri 2006-05-12 09:34:59 +1000
message:
Bugfix the file change reporting during commit. Delete reporting used the
fileid order not file name order, rename did not report the old name, and
would not report modified *and* renamed. Also, when a merge happened commit
often was silent about a files having changed.
This involved a new public api in InventoryEntry - 'describe_change(old,
new)' which provides a human description of the changes between the entries
old and new. (Robert Collins, Martin Pool)
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzrlib/commit.py commit.py-20050511101309-79ec1a0168e0e825
bzrlib/inventory.py inventory.py-20050309040759-6648b84ca2005b37
bzrlib/tests/blackbox/test_commit.py test_commit.py-20060212094538-ae88fc861d969db0
bzrlib/tests/test_commit.py test_commit.py-20050914060732-279f057f8c295434
bzrlib/tests/test_inv.py testinv.py-20050722220913-1dc326138d1a5892
More information about the bazaar-commits
mailing list