comparison hg2cl @ 10:eaf5539e39e9

Don't use a default strip-prefix, it breaks things when the pwd name matches files in the repository.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 15 Jan 2011 04:46:48 +0200
parents 1c5e1f798c76
children df9342cab0f0
comparison
equal deleted inserted replaced
9:1c5e1f798c76 10:eaf5539e39e9
36 36
37 # svn2cl version 37 # svn2cl version
38 VERSION="0.2" 38 VERSION="0.2"
39 39
40 # set default parameters 40 # set default parameters
41 STRIPPREFIX=`basename $(pwd)` 41 STRIPPREFIX=""
42 LINELEN=75 42 LINELEN=75
43 GROUPBYDAY="yes" 43 GROUPBYDAY="yes"
44 INCLUDEREV="no" 44 INCLUDEREV="no"
45 CHANGELOG="ChangeLog" 45 CHANGELOG="ChangeLog"
46 46