mercurial/sshpeer.py
changeset 36216 7218e93ade47
parent 36043 223ed0b53f08
child 36363 7f8f74531b0b
--- a/mercurial/sshpeer.py	Mon Feb 12 16:33:54 2018 -0800
+++ b/mercurial/sshpeer.py	Thu Feb 08 11:39:23 2018 -0800
@@ -313,6 +313,8 @@
         if not capsline.startswith('capabilities: '):
             badresponse()
 
+        ui.debug('remote: %s\n' % capsline)
+
         caps.update(capsline.split(':')[1].split())
         # Trailing newline.
         stdout.read(1)