~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-27 03:18:40 UTC
  • mfrom: (3830.4.6 foreign)
  • Revision ID: pqm@pqm.ubuntu.com-20081127031840-o1i61l3vf2yin615
(mbp, for jelmer) add Foreign base classes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1005
1005
 
1006
1006
 
1007
1007
properties_handler_registry = registry.Registry()
 
1008
properties_handler_registry.register_lazy("foreign",
 
1009
                                          "bzrlib.foreign",
 
1010
                                          "show_foreign_properties")
 
1011
 
1008
1012
 
1009
1013
# adapters which revision ids to log are filtered. When log is called, the
1010
1014
# log_rev_iterator is adapted through each of these factory methods.