Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
@ -948,7 +948,7 @@ class P4Sync(Command):
if not line.startswith('p4/') or line == "p4/HEAD":
continue
branch = line
if self.importIntoRemotes:
# strip off p4
branch = re.sub ("^p4/", "", line)