Update exception handling to use `except X as Y` syntax.
[update-copyright.git] / update_copyright / vcs /
2012-10-25 W. Trevor KingUpdate exception handling to use `except X as Y` syntax.
2012-10-20 W. Trevor Kingvcs: adjust .original_year() relative path calculation...
2012-10-20 W. Trevor Kingvcs: use relative paths for matching author-hacks.
2012-10-20 W. Trevor Kingvcs:utils: some VCSs (e.g. Git) return sets of authors.
2012-07-22 W. Trevor KingRan update-copyright.
2012-03-15 W. Trevor KingFix line -> date typo from incomplete splitout of GitBa...
2012-03-14 W. Trevor KingAdd external command invocations to debugging output.
2012-03-14 W. Trevor KingSplit out _dates from _years in GitBackend.
2012-02-16 W. Trevor KingAdd ability to run on a remote root based on the config...
2012-02-16 W. Trevor KingRename authors -> _authors in VCSBackend.authors()...
2012-02-16 W. Trevor KingFix VCSBackend.original_year() bug in applying per...
2012-02-16 W. Trevor KingFix year_hacks -> self._year_hacks typo in VCSBackend...
2012-02-16 W. Trevor KingImprove unicode handling and increase the default textw...
2012-02-16 W. Trevor KingUse `with_emails` argument in `VCSBackend.authors()`.
2012-02-16 W. Trevor KingRun update-copyright on itself.
2012-02-16 W. Trevor KingConvert update-copyright.py to a more modular framework.