Rev 2331: Remove some spurious whitespace changes. in http://bzr.arbash-meinel.com/branches/bzr/0.16-dev/knit_corrupt
John Arbash Meinel
john at arbash-meinel.com
Fri Mar 9 22:17:46 GMT 2007
At http://bzr.arbash-meinel.com/branches/bzr/0.16-dev/knit_corrupt
------------------------------------------------------------
revno: 2331
revision-id: john at arbash-meinel.com-20070309221739-ociisv9twj9t4ch2
parent: john at arbash-meinel.com-20070309221455-xh1sb3i6v07a7mak
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: knit_corrupt
timestamp: Fri 2007-03-09 16:17:39 -0600
message:
Remove some spurious whitespace changes.
modified:
bzrlib/knit.py knit.py-20051212171256-f056ac8f0fbe1bd9
-------------- next part --------------
=== modified file 'bzrlib/knit.py'
--- a/bzrlib/knit.py 2007-03-09 22:14:55 +0000
+++ b/bzrlib/knit.py 2007-03-09 22:17:39 +0000
@@ -1427,7 +1427,7 @@
def add_raw_record(self, raw_data):
"""Append a prepared record to the data file.
-
+
:return: the offset in the data file raw_data was written.
"""
assert isinstance(raw_data, str), 'data must be plain bytes'
@@ -1440,7 +1440,7 @@
dir_mode=self._dir_mode)
self._need_to_create = False
return 0
-
+
def add_record(self, version_id, digest, lines):
"""Write new text record to disk. Returns the position in the
file where it was written."""
More information about the bazaar-commits
mailing list