D4438: httppeer: add TODO about delayed handling of ^C

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Tue Sep 4 17:47:49 UTC 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG3c6f7eebc010: httppeer: add TODO about delayed handling of ^C (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4438?vs=10695&id=10758

REVISION DETAIL
  https://phab.mercurial-scm.org/D4438

AFFECTED FILES
  mercurial/httppeer.py

CHANGE DETAILS

diff --git a/mercurial/httppeer.py b/mercurial/httppeer.py
--- a/mercurial/httppeer.py
+++ b/mercurial/httppeer.py
@@ -728,6 +728,8 @@
         if not self._responsef:
             return
 
+        # TODO ^C here may not result in immediate program termination.
+
         try:
             self._responsef.result()
         finally:



To: indygreg, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list