# HG changeset patch # User Matti Hamalainen # Date 1589967873 -10800 # Node ID 31f6639b7a77db855ee164f3238db85659b95904 # Parent 627a2524520d27c3621d401cdd5f00e5082cfdf2 Rename -O long option --*-options to --options both in hg2cl and svn2cl. diff -r 627a2524520d -r 31f6639b7a77 hg2cl --- a/hg2cl Wed May 20 12:42:41 2020 +0300 +++ b/hg2cl Wed May 20 12:44:33 2020 +0300 @@ -65,7 +65,7 @@ INCLUDEREV="yes"; shift ;; - -O|--hg-options) + -O|--options) EXTRAOPTS="$2" shift 2 ;; @@ -99,7 +99,7 @@ echo " -r, --include-rev include revision numbers" echo " -o, --output FILE output to FILE instead of ChangeLog" echo " --stdout output to stdout instead of ChangeLog" - echo " -O, --hg-options OPTS options passed to Mercurial" + echo " -O, --options OPTS options passed to Mercurial" echo " -h, --help display this help and exit" echo " -V, --version output version information and exit" exit 0 diff -r 627a2524520d -r 31f6639b7a77 svn2cl --- a/svn2cl Wed May 20 12:42:41 2020 +0300 +++ b/svn2cl Wed May 20 12:44:33 2020 +0300 @@ -64,7 +64,7 @@ INCLUDEREV="yes"; shift ;; - -O|--svn-options) + -O|--options) EXTRAOPTS="$2" shift 2 ;; @@ -97,7 +97,7 @@ echo " -r, --include-rev include revision numbers" echo " -o, --output FILE output to FILE instead of ChangeLog" echo " --stdout output to stdout instead of ChangeLog" - echo " -O, --svn-options OPT options passed to Subversion" + echo " -O, --options OPT options passed to Subversion" echo " -h, --help display this help and exit" echo " -V, --version output version information and exit" exit 0