From: Pete Wyckoff Date: Wed, 11 Jan 2012 23:31:07 +0000 (-0500) Subject: git-p4: fix verbose comment typo X-Git-Tag: v1.7.10-rc0~144^2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=329afb8e976b2605bbc92a6ac8ef63f9a6c98ef1;p=git.git git-p4: fix verbose comment typo Signed-off-by: Pete Wyckoff Signed-off-by: Junio C Hamano --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index 20208bfbc..e267f3115 100755 --- 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