/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-23 00:19:02 UTC
  • mfrom: (2999.1.4 bzr.switch-into-core)
  • mto: This revision was merged to the branch mainline in revision 3016.
  • Revision ID: ian.clatworthy@internode.on.net-20071123001902-h4w2nqsli32tl56w
Migrate switch command into the core (Ian Clatworthy)

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.',