Opus 5 glitch text

filter:
user

Rewrite the following more concisely

---

assistant

2 remove-erasedbase: Show diff between erased and non-erased versions

This commit adds a new command hg remove-erasedbase (alias: rmeb) that displays the differences between the erased and non-erased versions of a repository state.

The command works by taking the current working directory state and comparing it against the erased base revision, producing a unified diff output that highlights what content has been removed during the erasure process.

Usage:
hg remove-erasedbase [OPTION]... [FILE]...

Options:
-r --rev REV show diff for the specified revision
-c --change REV show diff for the specified changeset
--stat output diffstat-style summary of changes

Note: This command is intended for debugging erasure operations and should not be used in normal workflows.