commit | 91f011ab0df9e1aa215e39b424c9ce2614bae50e | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Mon Feb 04 10:58:48 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 04 10:58:48 2013 +0000 |
tree | 15c9c9b087d8502f4b560fd3afff0a74300137fb | |
parent | 57bd7b717ba830753b5c6d82bb84d38047dce637 [diff] | |
parent | 87b9d9b4f2b9540fdd23a2b13af622d04a15269a [diff] |
Merge "Don't exit with error on HTTP 403 when downloading clone bundle"
diff --git a/subcmds/info.py b/subcmds/info.py index d2d4f5e..a6eba88 100644 --- a/subcmds/info.py +++ b/subcmds/info.py
@@ -111,7 +111,7 @@ if not self.opt.local: project.Sync_NetworkHalf(quiet=True, current_branch_only=True) - logTarget = R_M + self.manifest.default.revisionExpr + logTarget = R_M + self.manifest.manifestProject.config.GetBranch("default").merge bareTmp = project.bare_git._bare project.bare_git._bare = False