~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: John Arbash Meinel
  • Date: 2006-04-25 15:05:42 UTC
  • mfrom: (1185.85.85 bzr-encoding)
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: john@arbash-meinel.com-20060425150542-c7b518dca9928691
[merge] the old bzr-encoding changes, reparenting them on bzr.dev

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):