Mercurial > hgsubversion
diff svnwrap/svn_swig_wrapper.py @ 263:d978192f0d63
Clean up TODOs that are no longer relevant.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 13 Apr 2009 21:19:13 -0500 |
parents | e8b3ca865f93 |
children | a5f20358f737 |
line wrap: on
line diff
--- a/svnwrap/svn_swig_wrapper.py +++ b/svnwrap/svn_swig_wrapper.py @@ -112,7 +112,6 @@ class Revision(object): """ def __init__(self, revnum, author, message, date, paths, strip_path=''): self.revnum, self.author, self.message = revnum, author, message - # TODO parse this into a datetime self.date = date self.paths = {} if paths: