mercurial/debugcommands.py
changeset 45819 d6279c43fc60
parent 45818 b7b8a1538161
child 45865 d7a508a75d72
--- a/mercurial/debugcommands.py	Tue Nov 03 20:18:26 2020 -0800
+++ b/mercurial/debugcommands.py	Tue Nov 03 20:20:49 2020 -0800
@@ -3376,7 +3376,6 @@
 
     s = wireprotoserver.sshserver(ui, repo, logfh=logfh)
     s.serve_forever()
-    sys.exit(0)
 
 
 @command(b'debugsetparents', [], _(b'REV1 [REV2]'))