Merge lp:~benoit.pierre/sloecode/allow-more-chars-in-indentifiers into lp:sloecode
Proposed by
Benoit Pierre
Status: | Merged |
---|---|
Merge reported by: | Thomi Richards |
Merged at revision: | not available |
Proposed branch: | lp:~benoit.pierre/sloecode/allow-more-chars-in-indentifiers |
Merge into: | lp:sloecode |
Diff against target: |
43 lines (+4/-4) 2 files modified
sloecode/model/person.py (+2/-2) sloecode/model/project.py (+2/-2) |
To merge this branch: | bzr merge lp:~benoit.pierre/sloecode/allow-more-chars-in-indentifiers |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thomi Richards (community) | Approve | ||
Review via email:
|
Description of the change
Allow _-. in project/person identifiers (after the first char).
To post a comment you must log in.
Looks great, thanks!