Skip to content
Snippets Groups Projects

debugshell: allow commands to be specified as a CLI argument

Merged Arun Kulshreshtha requested to merge topic/default/debugshell-command into branch/default
  1. Jan 19, 2023
    • Arun Kulshreshtha's avatar
      debugshell: allow commands to be specified as a CLI argument · 8f76a41ee465
      Arun Kulshreshtha authored
      Add a `--command` option to `hg debugshell` that allows the user to pass in
      Python code to evaluate directly from the command line. This was inspired by
      the `--command` option present in Facebook's Sapling fork of Mercurial,
      which in turn was inspired by the `-c` option of the Python interpreter
      itself. It is particularly useful for writing tests, especially for getting
      visibility into things that otherwise aren't exposed via debug commands.
      8f76a41ee465
Loading