Fix a UnicodeDecodeError in normalizing CVS keywords.
Review Request #7552 — Created July 28, 2015 and submitted
The code to find and replace keywords in diffs for CVS was using a unicode
regex when it needed a byte regex. This change fixes that.
New unit test failed before the fix, succeeds after it.
| Description | From | Last Updated |
|---|---|---|
|
Single quotes? |
|
Tool: Pyflakes Processed Files: reviewboard/scmtools/cvs.py reviewboard/scmtools/tests.py Tool: PEP8 Style Checker Processed Files: reviewboard/scmtools/cvs.py reviewboard/scmtools/tests.py