diff options
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |