comparison hg2cl @ 18:a6bd44285160

s/subversion/Mercurial/g.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 20 May 2020 10:44:23 +0300
parents 5f4d74f8c8f4
children 0accb32904e7
comparison
equal deleted inserted replaced
17:4c93c7851466 18:a6bd44285160
88 echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 88 echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
89 exit 0 89 exit 0
90 ;; 90 ;;
91 -h|--help) 91 -h|--help)
92 echo "Usage: $prog [OPTION]..." 92 echo "Usage: $prog [OPTION]..."
93 echo "Generate a ChangeLog from a checked out subversion repository." 93 echo "Generate a ChangeLog from a checked out Mercurial repository."
94 echo "" 94 echo ""
95 echo " --strip-prefix NAME prefix to strip from all entries, defaults" 95 echo " --strip-prefix NAME prefix to strip from all entries, defaults"
96 echo " to the name of the current directory" 96 echo " to the name of the current directory"
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"