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 233c9f40..6004e306 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -1628,7 +1628,7 @@ later is required to fix a server side protocol bug.
1628 errors = [] 1628 errors = []
1629 try: 1629 try:
1630 self._ExecuteHelper(opt, args, errors) 1630 self._ExecuteHelper(opt, args, errors)
1631 except RepoExitError: 1631 except (RepoExitError, RepoChangedException):
1632 raise 1632 raise
1633 except (KeyboardInterrupt, Exception) as e: 1633 except (KeyboardInterrupt, Exception) as e:
1634 raise RepoUnhandledExceptionError(e, aggregate_errors=errors) 1634 raise RepoUnhandledExceptionError(e, aggregate_errors=errors)