Files
i2p.scripts/source/reviewall.sh
2020-10-18 20:41:16 +00:00

8 lines
142 B
Bash
Executable File

#! /bin/sh
#
# view the diff from the current head for all files changed in the workspace
# zzz 2008-10
#
mtn dif > out.diff
$EDITOR out.diff