contrib/debugcmdserver.py
changeset 45830 c102b704edb5
parent 43076 2372284d9457
child 48875 6000f5b25c9b
equal deleted inserted replaced
45829:e7a4c018b563 45830:c102b704edb5
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python3
     2 #
     2 #
     3 # Dumps output generated by Mercurial's command server in a formatted style to a
     3 # Dumps output generated by Mercurial's command server in a formatted style to a
     4 # given file or stderr if '-' is specified. Output is also written in its raw
     4 # given file or stderr if '-' is specified. Output is also written in its raw
     5 # format to stdout.
     5 # format to stdout.
     6 #
     6 #