Rev 3226: Relocate NEWS entries to 1.3. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
robertc at robertcollins.net
Tue Feb 19 04:11:39 GMT 2008
At http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
------------------------------------------------------------
revno: 3226
revision-id:robertc at robertcollins.net-20080219041134-03amd7siou1c8ugw
parent: robertc at robertcollins.net-20080219035832-lyyksopcl80ncwes
committer: Robert Collins <robertc at robertcollins.net>
branch nick: repository-stackable-flag
timestamp: Tue 2008-02-19 15:11:34 +1100
message:
Relocate NEWS entries to 1.3.
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
=== modified file 'NEWS'
--- a/NEWS 2008-02-19 03:58:32 +0000
+++ b/NEWS 2008-02-19 04:11:34 +0000
@@ -29,6 +29,16 @@
INTERNALS:
+ * New remote method ``RemoteBzrDir.find_repositoryV2`` adding support for
+ detecting external lookup support on remote repositories. This method is
+ now attempted first when lookup up repositories, leading to an extra
+ round trip on older bzr smart servers. (Robert Collins)
+
+ * Repository formats have a new supported-feature attribute
+ ``supports_external_lookups`` used to indicate repositories which support
+ falling back to other repositories when they have partial data.
+ (Robert Collins)
+
* The bzrdir format registry now accepts an ``alias`` keyword to
register_metadir, used to indicate that a format name is an alias for
some other format and thus should not be reported when describing the
@@ -202,11 +212,6 @@
useful for code which needs to be aware of ghosts (e.g. fetching data
cares about ghosts during revision selection). (Robert Collins)
- * New remote method ``RemoteBzrDir.find_repositoryV2`` adding support for
- detecting external lookup support on remote repositories. This method is
- now attempted first when lookup up repositories, leading to an extra
- round trip on older bzr smart servers. (Robert Collins)
-
* Record a timestamp against each mutter to the trace file, relative to the
first import of bzrlib. (Andrew Bennetts)
@@ -220,11 +225,6 @@
* RemoteTransport's ``recommended_page_size`` method now returns 64k, like
SFTPTransport and HttpTransportBase. (Andrew Bennetts)
- * Repository formats have a new supported-feature attribute
- ``supports_external_lookups`` used to indicate repositories which support
- falling back to other repositories when they have partial data.
- (Robert Collins)
-
* Repository has a new method ``has_revisions`` which signals the presence
of many revisions by returning a set of the revisions listed which are
present. This can be done by index queries without reading data for parent
More information about the bazaar-commits
mailing list