~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2009-04-03 21:23:55 UTC
  • mto: This revision was merged to the branch mainline in revision 4252.
  • Revision ID: jelmer@samba.org-20090403212355-z81946ra1auxlkme
Fix version-info in empty branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
* bzr gives a better message if an invalid regexp is passed to ``bzr log
132
132
  -m``.  (Anne Mohsen, Martin Pool)
133
133
 
 
134
* ``bzr version-info`` now works in empty branches. (Jelmer Vernooij, 
 
135
  #313028)
 
136
 
134
137
* Fix "is not a stackable format" error when pushing a
135
138
  stackable-format branch with an unstackable-format repository to a
136
139
  destination with a default stacking policy.  (Andrew Bennetts)