Code review comment for lp:~jamalta/launchpad/contributions-merge

Revision history for this message
Jamal Fanaian (jamalta) wrote :

= Summary =

Created a name map in community-contributions.py that will take care of merging users who have contributed using different names and emails.

== Pre-implementation notes ==

Spoke with salgado to make sure this was a good idea and implementation.

== Tests ==

== Demo and Q/A ==

 % utilities/community-contributions.py --dry-run .

== Launchpad lint ==

The lint notices are unrelated to any changes I made.

Checking for conflicts. and issues in doctests and templates.
Running jslint, xmllint, pyflakes, and pylint.
Using normal rules.

Linting changed files:
  utilities/community-contributions.py

== Pylint notices ==

utilities/community-contributions.py
    49: [C0301] Line too long (79/78)
    175: [C0301] Line too long (79/78)
    49: [W0702] No exception type(s) specified
    47: [W0403] Relative import 'editmoin'

« Back to merge proposal