/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 breezy/lockdir.py

  • Committer: Jelmer Vernooij
  • Date: 2019-03-04 10:18:17 UTC
  • mto: (7290.1.14 work)
  • mto: This revision was merged to the branch mainline in revision 7295.
  • Revision ID: jelmer@jelmer.uk-20190304101817-ikhgnhr0cv4opjd1
Install cython from pip in byov.

Show diffs side-by-side

added added

removed removed

Lines of Context:
868
868
    """
869
869
    try:
870
870
        return config.GlobalStack().get('email')
871
 
    except errors.NoWhoami:
 
871
    except config.NoWhoami:
872
872
        return osutils.getuser_unicode()