~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2006-06-20 05:32:16 UTC
  • mfrom: (1797 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1798.
  • Revision ID: mbp@sourcefrog.net-20060620053216-817857d7ca3e9d1f
[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
   * 'bzr log --line' shows the revision number, and uses only the
52
52
     first line of the log message (#5162, Alexander Belchenko;
53
53
     Matthieu Moy)
 
54
 
 
55
   * 'bzr status' has had the --all option removed. The 'bzr ls' command
 
56
     should be used to retrieve all versioned files. (Robert Collins)
 
57
 
 
58
   * 'bzr bundle OTHER/BRANCH' will create a bundle which can be sent
 
59
     over email, and applied on the other end, while maintaining ancestry.
 
60
     This bundle can be applied with either 'bzr merge' or 'bzr pull',
 
61
     the same way you would apply another branch.
 
62
     (John Arbash Meinel, Aaron Bentley)
54
63
  
 
64
   * 'branches.conf' has been changed to 'locations.conf', since it can apply
 
65
     to more locations than just branch locations.
 
66
     (Aaron Bentley)
55
67
 
56
68
  BUG FIXES:
57
69
 
62
74
    * Fix unnecessary requirement of sign-my-commits that it be run from
63
75
      a working directory.  (Martin Pool, Robert Collins)
64
76
 
 
77
    * 'bzr push location' will only remember the push location if it succeeds
 
78
      in connecting to the remote location. (#49742, John Arbash Meinel)
 
79
 
65
80
  INTERNALS:
66
81
 
67
82
    * Combine the ignore rules into a single regex rather than looping over
87
102
      that do not use '.bzr' to store their data - i.e. '.svn', '.hg' etc.
88
103
      (Robert Collins, Jelmer Vernooij).
89
104
 
 
105
    * bzrlib.diff.external_diff can be redirected to any file-like object.
 
106
      Uses subprocess instead of spawnvp.
 
107
      (#4047, #48914, James Henstridge, John Arbash Meinel)
 
108
 
 
109
    * New command line option '--profile-imports', which will install a custom
 
110
      importer to log time to import modules and regex compilation time to 
 
111
      sys.stderr (John Arbash Meinel)
 
112
 
90
113
bzr 0.8.2  2006-05-17
91
114
  
92
115
  BUG FIXES: