diff options
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r-- | subcmds/sync.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index ca78467b..d6ea442a 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -361,6 +361,11 @@ uncommitted changes are present' % project.relpath | |||
361 | if not syncbuf.Finish(): | 361 | if not syncbuf.Finish(): |
362 | sys.exit(1) | 362 | sys.exit(1) |
363 | 363 | ||
364 | # If there's a notice that's supposed to print at the end of the sync, print | ||
365 | # it now... | ||
366 | if self.manifest.notice: | ||
367 | print self.manifest.notice | ||
368 | |||
364 | def _PostRepoUpgrade(manifest): | 369 | def _PostRepoUpgrade(manifest): |
365 | for project in manifest.projects.values(): | 370 | for project in manifest.projects.values(): |
366 | if project.Exists: | 371 | if project.Exists: |