( )⚙ D2025 debugcommands: introduce debugpeer command

This is an archive of the discontinued Mercurial Phabricator instance.

debugcommands: introduce debugpeer command
ClosedPublic

Authored by indygreg on Feb 4 2018, 10:35 PM.

Details

Summary

hg debugpeer <path> will establish a connection to a peer repository
and print information about it.

If you add --debug, it will log low-level protocol request info. This
will be useful for upcoming tests around protocol handshaking.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Feb 4 2018, 10:35 PM
yuja accepted this revision.Feb 6 2018, 8:07 AM
This revision is now accepted and ready to land.Feb 6 2018, 8:07 AM
This revision was automatically updated to reflect the committed changes.