Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

exclamation-calls-external.txt
# Simple uses of '!'

# RUN: ! %{python} fail.py
# RUN: ! ! %{python} pass.py
# RUN: ! ! ! %{python} fail.py
# RUN: ! ! ! ! %{python} pass.py

# pass.py succeeds but we expect failure
# RUN: ! %{python} pass.py