~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING

  • 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:
633
633
variable, so some bugs are not detected right away.
634
634
 
635
635
 
 
636
The Null revision
 
637
-----------------
 
638
 
 
639
The null revision is the ancestor of all revisions.  Its revno is 0, its
 
640
revision-id is ``null:``, and its tree is the empty tree.  When referring
 
641
to the null revision, please use ``bzrlib.revision.NULL_REVISION``.  Old
 
642
code sometimes uses ``None`` for the null revision, but this practice is
 
643
being phased out.
 
644
 
 
645
 
636
646
Getting Input
637
647
=============
638
648