Mercurial > hg4j
comparison src/org/tmatesoft/hg/repo/HgStatusCollector.java @ 142:37a34044e6bd
More reasonable use of path normalizer and path.source
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 17 Feb 2011 05:06:07 +0100 |
parents | 8248aae33f7d |
children | d5268ca7715b |
comparison
equal
deleted
inserted
replaced
141:8248aae33f7d | 142:37a34044e6bd |
---|---|
77 pathPool = new PathPool(new PathRewrite.Empty()); | 77 pathPool = new PathPool(new PathRewrite.Empty()); |
78 } | 78 } |
79 return pathPool; | 79 return pathPool; |
80 } | 80 } |
81 | 81 |
82 /** | |
83 * Allows sharing of a common path cache | |
84 */ | |
82 public void setPathPool(PathPool pathPool) { | 85 public void setPathPool(PathPool pathPool) { |
83 this.pathPool = pathPool; | 86 this.pathPool = pathPool; |
84 } | 87 } |
85 | 88 |
86 | 89 |