Browse Source

git-p4: fix verbose comment typo

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Pete Wyckoff 13 years ago committed by Junio C Hamano
parent
commit
329afb8e97
  1. 2
      contrib/fast-import/git-p4

2
contrib/fast-import/git-p4

@ -1263,7 +1263,7 @@ class View(object): @@ -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

Loading…
Cancel
Save