~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-03-07 05:59:14 UTC
  • mfrom: (1558.1.20 Aaron's integration)
  • mto: This revision was merged to the branch mainline in revision 1595.
  • Revision ID: aaron.bentley@utoronto.ca-20060307055914-a88728997afceb90
Merge from mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    * Default log format can be set in configuration and plugins can register
53
53
      their own formatters. (Erik Bågfors)
54
54
 
 
55
    * New 'reconcile' command will check branch consistency and repair indexes
 
56
      that can become out of sync in pre 0.8 formats. (Robert Collins,
 
57
      Aaron Bentley)
 
58
 
55
59
  INTERNALS:
56
60
  
57
61
    * The internal storage of history, and logical branch identity have now
76
80
      please use 'branch.fetch' or 'repository.fetch' depending on your
77
81
      needs. (Robert Collins)
78
82
 
 
83
    * deprecated methods now have a 'is_deprecated' flag on them that can
 
84
      be checked, if you need to determine whether a given callable is 
 
85
      deprecated at runtime. (Robert Collins)
 
86
 
79
87
  TESTING:
80
88
 
81
89
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead