projects
/
update-copyright.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
017c779
)
Use `with_emails` argument in `VCSBackend.authors()`.
author
W. Trevor King
<wking@drexel.edu>
Thu, 16 Feb 2012 15:01:10 +0000
(10:01 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 16 Feb 2012 15:01:10 +0000
(10:01 -0500)
update_copyright/vcs/__init__.py
patch
|
blob
|
history
diff --git
a/update_copyright/vcs/__init__.py
b/update_copyright/vcs/__init__.py
index 467c23bf2a9f9b51a35b50255c4d5da844e48029..f08d33d53b6835c22ad6a9d47d8917c927d057c1 100644
(file)
--- a/
update_copyright/vcs/__init__.py
+++ b/
update_copyright/vcs/__init__.py
@@
-58,7
+58,7
@@
class VCSBackend (object):
elif _utils.splitpath(filename) in self._author_hacks:
authors.update(self._author_hacks[_utils.splitpath(filename)])
return _utils.replace_aliases(
- authors, with_email=
False
, aliases=self._aliases)
+ authors, with_email=
with_emails
, aliases=self._aliases)
def is_versioned(self, filename=None):
raise NotImplementedError()