summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-05-18 13:19:57 -0700
committerShawn O. Pearce <sop@google.com>2009-05-29 09:31:28 -0700
commitc8a300f6397dad7db00c3654ff6e50e9519ed7c9 (patch)
tree4bd29d3d580e53965b66ed2d10e13507584fe577 /repo
parent1b34c9118ed86a15b0bc1094804c095dd7be33cb (diff)
downloadgit-repo-c8a300f6397dad7db00c3654ff6e50e9519ed7c9.tar.gz
Refactor Manifest to be XmlManifest
We'll soon be supporting two different manifest formats, but we can't immediately remove support for the current XML one that is in wide spread use within Android. Signed-off-by: Shawn O. Pearce <sop@google.com>
Diffstat (limited to 'repo')
-rwxr-xr-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index 176c5635..13742559 100755
--- a/repo
+++ b/repo
@@ -505,7 +505,7 @@ def _RunSelf(wrapper_path):
505 my_git = os.path.join(my_dir, '.git') 505 my_git = os.path.join(my_dir, '.git')
506 506
507 if os.path.isfile(my_main) and os.path.isdir(my_git): 507 if os.path.isfile(my_main) and os.path.isdir(my_git):
508 for name in ['manifest.py', 508 for name in ['git_config.py',
509 'project.py', 509 'project.py',
510 'subcmds']: 510 'subcmds']:
511 if not os.path.exists(os.path.join(my_dir, name)): 511 if not os.path.exists(os.path.join(my_dir, name)):