summaryrefslogtreecommitdiff
path: root/v4l/scripts/strip-trailing-whitespaces.sh
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/scripts/strip-trailing-whitespaces.sh')
-rwxr-xr-xv4l/scripts/strip-trailing-whitespaces.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/v4l/scripts/strip-trailing-whitespaces.sh b/v4l/scripts/strip-trailing-whitespaces.sh
index a546a0b9f..9bd963025 100755
--- a/v4l/scripts/strip-trailing-whitespaces.sh
+++ b/v4l/scripts/strip-trailing-whitespaces.sh
@@ -11,6 +11,8 @@
if [ "x$1" = "xfast" ]; then
files="hg status -man"
+elif [ "x$1" = "xqfast" ]; then
+ files="hg status --rev -2 -man"
elif [ "x$1" = "xmanifest" ]; then
files="hg manifest | cut '-d ' -f3"
else