projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43b82bd
)
git-p4: fix verbose comment typo
author
Pete Wyckoff
<pw@padd.com>
Wed, 11 Jan 2012 23:31:07 +0000
(18:31 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 12 Jan 2012 00:35:38 +0000
(16:35 -0800)
Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/git-p4
patch
|
blob
|
history
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index 20208bfbc0c38e10f3265cbd80592628a76f3ff1..e267f3115d8661a7fa631be67117a411f544208d 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-1263,7
+1263,7
@@
class View(object):
if self.exclude:
c = "-"
return "View.Mapping: %s%s -> %s" % \
- (c, self.depot_side
, self.client_side
)
+ (c, self.depot_side
.path, self.client_side.path
)
def map_depot_to_client(self, depot_path):
"""Calculate the client path if using this mapping on the