~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-12 09:49:37 UTC
  • mfrom: (2598.5.9 nullrevision)
  • Revision ID: pqm@pqm.ubuntu.com-20070712094937-rw5qbi81enh0pvhw
Make most functions prefer NULL_REVISION

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