# HG changeset patch # User Matti Hamalainen # Date 1295059608 -7200 # Node ID eaf5539e39e9f113190dc4579c6ba9f702fe2db0 # Parent 1c5e1f798c761d7ee1ed774274a9fc94d6c73247 Don't use a default strip-prefix, it breaks things when the pwd name matches files in the repository. diff -r 1c5e1f798c76 -r eaf5539e39e9 hg2cl --- a/hg2cl Sat Jan 15 04:46:08 2011 +0200 +++ b/hg2cl Sat Jan 15 04:46:48 2011 +0200 @@ -38,7 +38,7 @@ VERSION="0.2" # set default parameters -STRIPPREFIX=`basename $(pwd)` +STRIPPREFIX="" LINELEN=75 GROUPBYDAY="yes" INCLUDEREV="no"