~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revision.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-06-05 21:50:09 UTC
  • mfrom: (3435.2.3 bzr.packaging_docs)
  • Revision ID: pqm@pqm.ubuntu.com-20080605215009-3svreze778r0n4xv
(Martin Albisetti) Small updates to the bzr release process
        documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# perhaps show them in log -v and allow them as options to the commit command.
19
19
 
20
20
 
21
 
from bzrlib.lazy_import import lazy_import
22
 
lazy_import(globals(), """
23
 
from bzrlib import deprecated_graph
24
 
""")
25
21
from bzrlib import (
26
22
    errors,
27
23
    symbol_versioning,