diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,13 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
2 | # -*- coding:utf-8 -*- | 2 | # -*- coding:utf-8 -*- |
3 | 3 | ||
4 | """Repo launcher. | ||
5 | |||
6 | This is a standalone tool that people may copy to anywhere in their system. | ||
7 | It is used to get an initial repo client checkout, and after that it runs the | ||
8 | copy of repo in the checkout. | ||
9 | """ | ||
10 | |||
4 | from __future__ import print_function | 11 | from __future__ import print_function |
5 | 12 | ||
6 | # repo default configuration | 13 | # repo default configuration |