summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToby Allsopp <Toby.Allsopp@navman.co.nz>2008-02-04 20:41:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-02-07 08:39:08 (GMT)
commit053d9e432be246a389fb8adaa0c88e7c791f8b21 (patch)
treeab21088db9b03e081a66728a5ea9f60e5f1d04f8
parenta4cfcb023d09b839670d3e9bf93d28ee5e906582 (diff)
downloadgit-053d9e432be246a389fb8adaa0c88e7c791f8b21.zip
git-053d9e432be246a389fb8adaa0c88e7c791f8b21.tar.gz
git-053d9e432be246a389fb8adaa0c88e7c791f8b21.tar.bz2
git-p4: Fix indentation from tab to spaces
Signed-off-by: Toby Allsopp <toby.allsopp@navman.co.nz>
-rwxr-xr-xcontrib/fast-import/git-p42
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index c17afae..781a0cb 100755
--- a/contrib/fast-import/git-p4
+++ b/contrib/fast-import/git-p4
@@ -1646,7 +1646,7 @@ class P4Clone(P4Sync):
depotPath = args[0]
depotDir = re.sub("(@[^@]*)$", "", depotPath)
depotDir = re.sub("(#[^#]*)$", "", depotDir)
- depotDir = re.sub(r"\.\.\.$", "", depotDir)
+ depotDir = re.sub(r"\.\.\.$", "", depotDir)
depotDir = re.sub(r"/$", "", depotDir)
return os.path.split(depotDir)[1]