~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-07-12 07:39:44 UTC
  • mto: This revision was merged to the branch mainline in revision 2606.
  • Revision ID: aaron.bentley@utoronto.ca-20070712073944-f4fv0zzknqdcen7e
Update NEWS and HACKING

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
      operations that perform comparisons, and reduces reliance on
23
23
      Tree.inventory.  (Aaron Bentley)
24
24
 
 
25
    * Most functions now accept ``bzrlib.revision.NULL_REVISION`` to indicate
 
26
      the null revision, and consider using ``None`` for this purpose
 
27
      deprecated.  (Aaron Bentley)
 
28
 
25
29
  TESTING:
26
30
 
27
31
    * None yet ...