Fix VCSBackend.original_year() bug in applying per-file year_hacks.
authorW. Trevor King <wking@drexel.edu>
Thu, 16 Feb 2012 19:34:58 +0000 (14:34 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 16 Feb 2012 19:34:58 +0000 (14:34 -0500)
The per-file value is a single integer, so use `.add` instead of `.update`.


No differences found