PerforceSourceCodeManagerUtilities.st
branchjv
changeset 13182 bc686a7cc736
parent 13173 e9da2324940d
child 13491 b3afe831ff0a
--- a/PerforceSourceCodeManagerUtilities.st	Mon Jul 15 13:16:46 2013 +0100
+++ b/PerforceSourceCodeManagerUtilities.st	Tue Jul 16 17:18:09 2013 +0100
@@ -538,7 +538,7 @@
 	    fileName := rslt at:#fileName.
 	].
 	(fileName endsWith:',v') ifTrue:[
-	    fileName := fileName copyWithoutLast:2
+	    fileName := fileName copyButLast:2
 	].
 	(fileName endsWith:'.st') ifFalse:[
 	    fileName := fileName , '.st'