# HG changeset patch # User Matti Hamalainen # Date 1221275127 -10800 # Node ID cdd7f7b6d4b0ce5a2b318974a52829bde1e1f75d # Parent f2751483283572028d15e56f304ad892240913c4 Fixed applying of Subversion options. diff -r f27514832835 -r cdd7f7b6d4b0 svn2cl --- a/svn2cl Fri May 09 14:33:35 2008 +0300 +++ b/svn2cl Sat Sep 13 06:05:27 2008 +0300 @@ -131,7 +131,7 @@ fi # actually run the command we need -svn --verbose --xml log $SVNOPTS | \ +svn --verbose --xml log $EXTRAOPTS | \ xsltproc --stringparam strip-prefix "$STRIPPREFIX" \ --stringparam linelen $LINELEN \ --stringparam groupbyday $GROUPBYDAY \