Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

not-calls-diff-with-crash.txt
# Lit's diff is out-of-process, so check that "not --crash diff" fails because
# diff doesn't crash rather than because "not --crash diff" isn't supported.

# RUN: echo 'foo' > %t.foo
# RUN: echo 'bar' > %t.bar
# RUN: not --crash diff -u %t.foo %t.bar