/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/builtins.py

  • Committer: v.ladeuil+lp at free
  • Date: 2006-10-05 09:31:55 UTC
  • mfrom: (2063 +trunk)
  • mto: (2145.1.1 keepalive)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: v.ladeuil+lp@free.fr-20061005093155-bb311bc6ebf11994
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1909
1909
        # display a warning if an email address isn't included in the given name.
1910
1910
        try:
1911
1911
            config.extract_email_address(name)
1912
 
        except BzrError, e:
 
1912
        except errors.NoEmailInUsername, e:
1913
1913
            warning('"%s" does not seem to contain an email address.  '
1914
1914
                    'This is allowed, but not recommended.', name)
1915
1915