flake8
passed.
JSHint
passed.
Review Request #11102 — Created July 30, 2020 and submitted
Mercurial provides a command-server which can be used with 'chg' binary.
This change allows to replace the 'hg' binary by a 'chg' binary for
usage in a custom script.This speeds up a single post from 2,8 seconds to 1,1 seconds.
Use MercurialClient('chg') in our custom script and
saw that debugging output calls 'chg' instead of 'hg'.Default MercurialClient() still uses 'hg' binary.
~ | Mercurial provides a command-server which can be | |
~ | used with 'chg' binary. | |
~ | Since change allows to replace the 'hg' binary by | |
~ | Mercurial provides a command-server which can be used with 'chg' binary. | |
~ | This change allows to replace the 'hg' binary by a 'chg' binary for | |
~ | usage in a custom script. | |
- | a 'chg' binary for usage in a custom script. | |
~ | This speeds up a single post from 2,8 seconds to | |
~ | This speeds up a single post from 2,8 seconds to 1,1 seconds. | |
- | 1,1 seconds. |