/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-03-03 11:35:47 UTC
  • mto: This revision was merged to the branch mainline in revision 3333.
  • Revision ID: robertc@robertcollins.net-20080303113547-h2gg8asygpg60uun
* ``bzr switch`` will attempt to find branches to switch to relative to the
  current branch. E.g. ``bzr switch branchname`` will look for
  ``current_branch/../branchname``. (Robert Collins, Jelmer Vernooij,
  Wouter van Heyst)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
  FEATURES:
35
35
 
36
 
   * ``branch`` and ``checkout`` can hard-link working tree files, which is
37
 
     faster and saves space.  (Aaron Bentley)
 
36
    * ``branch`` and ``checkout`` can hard-link working tree files, which is
 
37
      faster and saves space.  (Aaron Bentley)
38
38
 
39
39
  IMPROVEMENTS:
40
40
 
 
41
    * ``bzr switch`` will attempt to find branches to switch to relative to the
 
42
      current branch. E.g. ``bzr switch branchname`` will look for
 
43
      ``current_branch/../branchname``. (Robert Collins, Jelmer Vernooij,
 
44
      Wouter van Heyst)
 
45
 
41
46
  BUGFIXES:
42
47
 
43
48
    * Disable plink's interactive prompt for password.