chiark / gitweb /
Make sure patches with no parents have an empty list of parents
authorKarl Hasselström <kha@treskal.com>
Thu, 20 Mar 2008 23:12:10 +0000 (23:12 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 20 Mar 2008 23:12:10 +0000 (23:12 +0000)
commit5b7169c024a96dd56e3e49e9ff5abf89f31593b2
treed9b367c5a64b03795b11e7780b982511b30d4e3f
parent08986eda4ab5b4737af311e4ccb5a1e987418e44
Make sure patches with no parents have an empty list of parents

They used to have None instead of an empty list, which was
inconsistent. (It went undetected for quite a while because StGit
seldom needs to handle initial commits.)

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/lib/git.py