diff options
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ autocov() { } # CVS cvsd() { - diffWith "cvs diff -wubB $@" + diffWith "cvs diff -wubB --show-c-function $@" } # SVN svnd() { |
index : Utils | ||
Collection of scripts and configurations. | Dan Goodliffe |
summaryrefslogtreecommitdiff |
-rw-r--r-- | bashrc | 2 |
@@ -153,7 +153,7 @@ autocov() { } # CVS cvsd() { - diffWith "cvs diff -wubB $@" + diffWith "cvs diff -wubB --show-c-function $@" } # SVN svnd() { |