~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-05-23 05:37:53 UTC
  • mto: This revision was merged to the branch mainline in revision 3461.
  • Revision ID: john@arbash-meinel.com-20080523053753-frkmeyg4uowpau6f
bzr uncommit doesn't need to work in terms of 'revision_history()'

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
      ``Graph.find_differences`` to determine missing revisions without having
38
38
      to search the whole ancestry. (John Arbash Meinel, #174625)
39
39
 
 
40
    * ``bzr uncommit`` now uses partial history access, rather than always
 
41
      extracting the full revision history for a branch. This makes it
 
42
      resolve the appropriate revisions much faster. It also means ``bzr
 
43
      log --short`` is one step closer to not using full revision history.
 
44
      (John Arbash Meinel, #172649)
 
45
 
40
46
  BUGFIXES:
41
47
 
42
48
    * Correctly track the base URL of a smart medium when using bzr+http://