diff options
author | Pete Wyckoff <pw@padd.com> | 2012-01-11 18:31:07 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-01-11 16:35:38 -0800 |
commit | 329afb8e976b2605bbc92a6ac8ef63f9a6c98ef1 (patch) | |
tree | 29ad93f63973670653f5bca9651aa3f6efb4581c /contrib/fast-import | |
parent | 43b82bd9c3a5ad597bbfc0c12a519d4053df01b8 (diff) | |
download | git-329afb8e976b2605bbc92a6ac8ef63f9a6c98ef1.tar.gz |
git-p4: fix verbose comment typo
Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/fast-import')
-rwxr-xr-x | contrib/fast-import/git-p4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index 20208bfbc0..e267f3115d 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 |