Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

fake_external.py
import os
import sys

def execute(fileName):
  sys.stderr.write("error: external '{}' command called unexpectedly\n"
                   .format(os.path.basename(fileName)));
  sys.exit(1)