Doesn't recognize non-email addresses in <>
Bug #430303 reported by
John A Meinel
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned | ||
QBzr |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
I was playing around with setting up users without full email addresses, as it isn't really needed in a corporate setting.
As such I entered:
Username: Good User
Email: guser
And that creates a "whoami" of
Good User <guser>
When you go back to the config entry, you end up with:
Username: Good User <guser>
Email:
(email box is empty)
I'm guessing the regex should be changed to just pick anything in <> rather than requiring the @ symbol.
affects: | bzr-explorer → qbzr |
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Low |
tags: | added: whoami |
tags: | added: check-for-breezy |
To post a comment you must log in.
qconfig using extract_ email_address from bzrlib/config.py therefore this is bug in bzrlib.