/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/revision.py

  • Committer: Ian Clatworthy
  • Date: 2007-11-21 15:10:44 UTC
  • mto: (3015.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3016.
  • Revision ID: ian.clatworthy@internode.on.net-20071121151044-pnn0r0kwttjvzlfb
incorporate review feedback including basic blackbox tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
452
452
 
453
453
 
454
454
def ensure_null(revision_id):
455
 
    """Ensure only NULL_REVISION is used to represent the null revisionn"""
 
455
    """Ensure only NULL_REVISION is used to represent the null revision"""
456
456
    if revision_id is None:
457
457
        symbol_versioning.warn('NULL_REVISION should be used for the null'
458
458
            ' revision instead of None, as of bzr 0.91.',