~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

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