Rev 1573: Add some notes. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk
Jelmer Vernooij
jelmer at samba.org
Sat Aug 9 04:00:47 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/trunk
------------------------------------------------------------
revno: 1573
revision-id: jelmer at samba.org-20080809030045-e8k9dlc6hw70nqci
parent: jelmer at samba.org-20080809025627-n3p7nmxxf0xq1zk7
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sat 2008-08-09 05:00:45 +0200
message:
Add some notes.
modified:
NEWS news-20061231030336-h9fhq245ie0de8bs-1
versionedfiles.py versionedfiles.py-20080626134117-j8g0ntz1pj228iox-1
=== modified file 'NEWS'
--- a/NEWS 2008-08-09 01:58:00 +0000
+++ b/NEWS 2008-08-09 03:00:45 +0000
@@ -1,4 +1,4 @@
-bzr-svn 0.4.11 UNRELEASED
+bzr-svn 0.4.11 UNRELEASED
CHANGES
@@ -31,7 +31,9 @@
* Set mergeinfo properties when pushing merges. (write part of #131323)
- * Basic support for stacked branches.
+ * Basic (experimental) support for stacked branches. Not very
+ efficient at the moment because of certain assumptions in the
+ stacking implementation.
* Avoid reopening connections to branch and repository when finding
branches. (#243749)
=== modified file 'versionedfiles.py'
--- a/versionedfiles.py 2008-07-25 11:50:37 +0000
+++ b/versionedfiles.py 2008-08-09 03:00:45 +0000
@@ -35,6 +35,9 @@
raise NotImplementedError(self.add_mpdiffs)
def get_record_stream(self, keys, ordering, include_delta_closure):
+ # TODO: there may be valid text revisions that only exist as
+ # ghosts in the repository itself. This function will
+ # not be able to report them.
# TODO: Sort keys by file id and issue just one get_file_revs() call
# per file-id ?
for (fileid, revid) in list(keys):
More information about the bazaar-commits
mailing list