summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r--subcmds/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index dadf2e45..de6deecb 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -850,7 +850,7 @@ later is required to fix a server side protocol bug.
850 base = rp.GetBranch(cb).merge 850 base = rp.GetBranch(cb).merge
851 if not base or not base.startswith('refs/heads/'): 851 if not base or not base.startswith('refs/heads/'):
852 print('warning: repo is not tracking a remote branch, so it will not ' 852 print('warning: repo is not tracking a remote branch, so it will not '
853 'receive updates; run `repo init --repo-branch=stable` to fix.', 853 'receive updates; run `repo init --repo-rev=stable` to fix.',
854 file=sys.stderr) 854 file=sys.stderr)
855 855
856 mp = self.manifest.manifestProject 856 mp = self.manifest.manifestProject