git-repo/subcmds
Shawn O. Pearce df830f1238 Remove import_tar, import_zip and the <snapshot> elements
Now that repo relies only on the git data stream (as it is much
faster to download through) we don't really need to be parsing the
<snapshot> elements within manifest.  Its a lot of complex code to
convert the tar (or zip) through to a fast import stream, and we
just aren't calling it anymore.

Signed-off-by: Shawn O. Pearce <sop@google.com>
2008-10-30 09:21:43 -07:00
..
__init__.py Initial Contribution 2008-10-21 07:00:00 -07:00
diff.py Initial Contribution 2008-10-21 07:00:00 -07:00
download.py Teach repo how to download changes to the local checkout 2008-10-23 14:43:28 -07:00
forall.py Initial Contribution 2008-10-21 07:00:00 -07:00
help.py Initial Contribution 2008-10-21 07:00:00 -07:00
init.py Initial Contribution 2008-10-21 07:00:00 -07:00
prune.py Initial Contribution 2008-10-21 07:00:00 -07:00
stage.py Initial Contribution 2008-10-21 07:00:00 -07:00
start.py Initial Contribution 2008-10-21 07:00:00 -07:00
status.py Initial Contribution 2008-10-21 07:00:00 -07:00
sync.py Initial Contribution 2008-10-21 07:00:00 -07:00
upload.py Show which user account each change was uploaded under 2008-10-22 13:13:40 -07:00