summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index a69407da..8b9a3fc4 100644
--- a/project.py
+++ b/project.py
@@ -1016,7 +1016,7 @@ class Project(object):
1016 1016
1017 if not branch.LocalMerge: 1017 if not branch.LocalMerge:
1018 # The current branch has no tracking configuration. 1018 # The current branch has no tracking configuration.
1019 # Jump off it to a deatched HEAD. 1019 # Jump off it to a detached HEAD.
1020 # 1020 #
1021 syncbuf.info(self, 1021 syncbuf.info(self,
1022 "leaving %s; does not track upstream", 1022 "leaving %s; does not track upstream",