~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-08 06:38:32 UTC
  • mfrom: (1685.1.81 encoding)
  • Revision ID: pqm@pqm.ubuntu.com-20060608063832-74b46cf8fdd4567a
(jam,mbp,wvh) Lots of updates to unicode,url,and encoding support

Show diffs side-by-side

added added

removed removed

Lines of Context:
568
568
                              "a reasonable email address" % e)
569
569
    return m.group(0)
570
570
 
 
571
 
571
572
class TreeConfig(object):
572
573
    """Branch configuration data associated with its contents, not location"""
573
574
    def __init__(self, branch):