From 6c9df5a38adc1db03d1748ce334a0f48da1ea51b Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 22 Feb 2012 10:02:13 -0500 Subject: [PATCH] jsvn: update header comments --- jsvn | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/jsvn b/jsvn index ea39b53..60d8b34 100755 --- a/jsvn +++ b/jsvn @@ -41,6 +41,17 @@ # - with no switches, set svn:needs-lock to '*' for file[s] # - with --remove, remove svn:needs-lock' for file[s] # - with --status, prepended '*' for those with svn:needs-lock set +# +# The following subcommands are executed using their native handler, but +# have their output simplified and/or colorized: +# - diff +# - log +# - status +# - update +# +# If the subcommand name begins with two leading underscores ("__"), the +# underscores will be stripped and the command will be handled by native +# Subversion without any jsvn processing. import sys import os