Go to file
Shawn O. Pearce 632768bc65 Teach repo how to download changes to the local checkout
Now `repo download . 1402` would download the change numbered 1402
into the current project and check it out for the user, using a
detached HEAD.  `repo sync .` would back out of the change and
return to the upstream version.

Multiple projects can be fetched at once by listing them out on
the command line as different arguments.

Individual patch sets can be selected by adding a '/n' to indicate
the n-th patch set should be downloaded instead of the default of
patch set 1.

Signed-off-by: Shawn O. Pearce <sop@google.com>
2008-10-23 14:43:28 -07:00
codereview Change RPC client to only use Google Accounts for authentication 2008-10-22 13:10:29 -07:00
froofle Initial Contribution 2008-10-21 07:00:00 -07:00
subcmds Teach repo how to download changes to the local checkout 2008-10-23 14:43:28 -07:00
.gitignore Initial Contribution 2008-10-21 07:00:00 -07:00
color.py Initial Contribution 2008-10-21 07:00:00 -07:00
command.py Initial Contribution 2008-10-21 07:00:00 -07:00
COPYING Initial Contribution 2008-10-21 07:00:00 -07:00
editor.py Initial Contribution 2008-10-21 07:00:00 -07:00
error.py Initial Contribution 2008-10-21 07:00:00 -07:00
gerrit_upload.py Initial Contribution 2008-10-21 07:00:00 -07:00
git_command.py Initial Contribution 2008-10-21 07:00:00 -07:00
git_config.py Initial Contribution 2008-10-21 07:00:00 -07:00
import_ext.py Initial Contribution 2008-10-21 07:00:00 -07:00
import_tar.py Initial Contribution 2008-10-21 07:00:00 -07:00
import_zip.py Initial Contribution 2008-10-21 07:00:00 -07:00
main.py Remove the Python 2.4 dependency and use just 'python' 2008-10-21 07:12:42 -07:00
Makefile Initial Contribution 2008-10-21 07:00:00 -07:00
manifest.py Initial Contribution 2008-10-21 07:00:00 -07:00
pager.py Initial Contribution 2008-10-21 07:00:00 -07:00
project.py Teach repo how to download changes to the local checkout 2008-10-23 14:43:28 -07:00
remote.py Initial Contribution 2008-10-21 07:00:00 -07:00
repo Remove the Python 2.4 dependency and use just 'python' 2008-10-21 07:12:42 -07:00