I know it’s a bit early for 2010, but can you please grant me a wish today and count it as one of the 2010 ones?
For 2010 (and the rest of 2009) I wish I can keep up today’s pace of reading code, hacking at it, running tests and then committing; and be able to do that almost every day:
$ hg log --template '{date|isodate} {author|user}\n' | \
fgrep 'keramida' | awk '{print $1,$4}' | sort | uniq -c | tail -2
10 2009-06-01 keramida
26 2009-06-04 keramida
Oh, and yeah… I’ll be a good boy ;-)