remove support for '.bzr/branch/email' file
Bug #903894 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
High
|
Jelmer Vernooij |
Bug Description
bzr currently tries to read the user identity from .bzr/branch/email as well as from the usual configuration files and the environment.
we should get rid of the .bzr/branch/email file, because it adds an extra roundtrip when working over the network. There is also no support in bzr for actually writing to this file (other than in the testsuite), so it seems unlikely anybody is actually using it.
Related branches
lp://staging/~jelmer/bzr/no-more-email-file
- Martin Pool: Approve
- Martin Packman (community): Approve
-
Diff: 120 lines (+12/-31)5 files modifiedbzrlib/config.py (+0/-7)
bzrlib/tests/blackbox/test_commit.py (+1/-1)
bzrlib/tests/blackbox/test_sign_my_commits.py (+1/-1)
bzrlib/tests/test_config.py (+6/-22)
doc/en/release-notes/bzr-2.5.txt (+4/-0)
Changed in bzr: | |
milestone: | none → 2.5b5 |
status: | Triaged → Fix Released |
Changed in bzr: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
To post a comment you must log in.