comparison hg2cl @ 21:31f6639b7a77

Rename -O long option --*-options to --options both in hg2cl and svn2cl.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 20 May 2020 12:44:33 +0300
parents 627a2524520d
children e6538f457e31
comparison
equal deleted inserted replaced
20:627a2524520d 21:31f6639b7a77
63 ;; 63 ;;
64 -r|--include-rev) 64 -r|--include-rev)
65 INCLUDEREV="yes"; 65 INCLUDEREV="yes";
66 shift 66 shift
67 ;; 67 ;;
68 -O|--hg-options) 68 -O|--options)
69 EXTRAOPTS="$2" 69 EXTRAOPTS="$2"
70 shift 2 70 shift 2
71 ;; 71 ;;
72 -o|--output) 72 -o|--output)
73 CHANGELOG="$2" 73 CHANGELOG="$2"
97 echo " --linelen NUM maximum length of an output line" 97 echo " --linelen NUM maximum length of an output line"
98 echo " --separate don't group changelog entries by day" 98 echo " --separate don't group changelog entries by day"
99 echo " -r, --include-rev include revision numbers" 99 echo " -r, --include-rev include revision numbers"
100 echo " -o, --output FILE output to FILE instead of ChangeLog" 100 echo " -o, --output FILE output to FILE instead of ChangeLog"
101 echo " --stdout output to stdout instead of ChangeLog" 101 echo " --stdout output to stdout instead of ChangeLog"
102 echo " -O, --hg-options OPTS options passed to Mercurial" 102 echo " -O, --options OPTS options passed to Mercurial"
103 echo " -h, --help display this help and exit" 103 echo " -h, --help display this help and exit"
104 echo " -V, --version output version information and exit" 104 echo " -V, --version output version information and exit"
105 exit 0 105 exit 0
106 ;; 106 ;;
107 *) 107 *)