/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2008-01-25 10:46:10 UTC
  • mto: This revision was merged to the branch mainline in revision 3211.
  • Revision ID: robertc@robertcollins.net-20080125104610-4qweeqqch2feyxdv
 * The ``register-branch`` command will now use the public url of the branch
   containing the current directory, if one has been set and no explicit branch is provided.
   (Robert Collins)

 * New error ``NoPublicBranch`` for commands that need a public branch to
   operate. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    * The ``--coverage`` option is now global, rather specific to ``bzr
40
40
      selftest``.  (Andrew Bennetts)
41
41
 
 
42
    * The ``register-branch`` command will now use the public url of the branch
 
43
      containing the current directory, if one has been set and no explicit branch is provided.
 
44
      (Robert Collins)
 
45
 
42
46
  BUGFIXES:
43
47
 
44
48
    * Calculate remote path relative to the shared medium in _SmartClient.  This
82
86
      ``InterRepository.search_missing_revision_ids`` which returns a 
83
87
      ``bzrlib.graph.SearchResult`` suitable for making requests from the smart
84
88
      server. (Robert Collins)
 
89
 
 
90
    * New error ``NoPublicBranch`` for commands that need a public branch to
 
91
      operate. (Robert Collins)
85
92
 
86
93
    * New method ``iter_inventories`` on Repository for access to many
87
94
      inventories. This is primarily used by the ``revision_trees`` method, as