Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

diff-r-error-2.txt
# Create two directories for further comparison.
# RUN: rm -rf %t/dir1 %t/dir2
# RUN: mkdir -p %t/dir1 %t/dir2

# An extra file in one of the directories, "diff -r" should fail.
# RUN: echo extra > %t/dir2/extrafile
# RUN: diff -r %t/dir1 %t/dir2