~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-06-01 05:43:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2500.
  • Revision ID: aaron.bentley@utoronto.ca-20070601054311-15wtrjil1onbuea3
Revert does not try to preserve file contents produced by revert

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    * Added ``bzr log --limit`` to report a limited number of revisions.
22
22
      (Kent Gibson, #3659)
23
23
 
 
24
    * Revert does not try to preserve file contents that were originally
 
25
      produced by reverting to a historical revision.  (Aaron Bentley)
 
26
 
24
27
  BUGFIXES:
25
28
 
26
29
    * ``bzr push`` should only connect to the remote location one time.