Authorship information as a namedtuple
authormasklinn <bitbucket.org@masklinn.net>
Sun, 27 Apr 2014 16:21:56 +0000 (18:21 +0200)
committermasklinn <bitbucket.org@masklinn.net>
Sun, 27 Apr 2014 16:21:56 +0000 (18:21 +0200)
commit98c69166cf6dda2026efea57943091b10025e5ce
tree3eaa98a893ffa44103951b3f629a335915effa1d
parent2717e4913afb982d9916e5051789e89f042060c9
Authorship information as a namedtuple

* serialization should remain predicated upon a 4-tuple, as users may create
  and set 4-tuples for authorship info
* added a fake time to parser test to test for namedtuple
fastimport/parser.py
fastimport/tests/test_parser.py