alex / pyvcs

A pure python abstraction layer of multiple VCS, very lightweight.
BSD 3-Clause "New" or "Revised" License
127 stars 10 forks source link

When there is no parent, don't fail. #10

Closed pbiggar closed 11 years ago

pbiggar commented 14 years ago

I was using pyvcs to look back to the 0th revision, which didn't work because pyvcs assumed every commit had a parent. This fixes it, and also includes a lot of fixes for deprecation warnings (which are unfortunately mixed in).

I'm not using pyvcs anymore, so I didn't look into this any further.

swilcox commented 14 years ago

I'll gladly help here if I can. I'll pull these changes into my fork and make any final tweaks and resubmit if that's amiable to folks?

pbiggar commented 14 years ago

Thanks swilcox :)