ScottDuckworth / python-anyvcs

A Python abstraction layer for multiple version control systems
BSD 3-Clause "New" or "Revised" License
11 stars 4 forks source link

Minimal subrepository tests and implementation #62

Open OEP opened 10 years ago

OEP commented 10 years ago

Currently Git submodules just break VCSRepo.ls right now. This just ignores submodules from ls results with the intent of enabling them in the future with the report arg to ls().