changeset 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
files hg2cl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"