/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/msgeditor.py

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        yield e
42
42
        
43
43
    for varname in 'VISUAL', 'EDITOR':
44
 
        if os.environ.has_key(varname):
 
44
        if varname in os.environ:
45
45
            yield os.environ[varname]
46
46
 
47
47
    if sys.platform == 'win32':