Commit 03c7a3c477281223f6c6446702fa3b70353a68f0

Fixed CSCount which should not count merges

Patches as well s Total* and Dates are counted only if the
changeset is not a merge. However, CSCount (ChangeSetCount)
was counting everything, which changes a bit the results.
gitdm
(1 / 1)
  
356356 hacker.addtested (p)
357357 for hacker in p.reports:
358358 hacker.addreport (p)
359 CSCount += 1
359 CSCount += 1
360360 csvdump.AccumulatePatch (p)
361361print >> sys.stderr, 'Grabbing changesets...done '
362362