Skip to content

Commit 329afb8

Browse files
Pete Wyckoffgitster
authored andcommitted
git-p4: fix verbose comment typo
Signed-off-by: Pete Wyckoff <pw@padd.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 43b82bd commit 329afb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/fast-import/git-p4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ class View(object):
12631263
if self.exclude:
12641264
c = "-"
12651265
return "View.Mapping: %s%s -> %s" % \
1266-
(c, self.depot_side, self.client_side)
1266+
(c, self.depot_side.path, self.client_side.path)
12671267

12681268
def map_depot_to_client(self, depot_path):
12691269
"""Calculate the client path if using this mapping on the

0 commit comments

Comments
 (0)