Mercurial > hg4j
comparison src/org/tmatesoft/hg/internal/PathGlobMatcher.java @ 133:4a948ec83980
core.Path to util.Path as it's not Hg repo dependant
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 16 Feb 2011 20:59:39 +0100 |
parents | 7567f4a42fe5 |
children | 1ec6b327a6ac |
comparison
equal
deleted
inserted
replaced
132:6778075cd2b4 | 133:4a948ec83980 |
---|---|
16 */ | 16 */ |
17 package org.tmatesoft.hg.internal; | 17 package org.tmatesoft.hg.internal; |
18 | 18 |
19 import java.util.regex.PatternSyntaxException; | 19 import java.util.regex.PatternSyntaxException; |
20 | 20 |
21 import org.tmatesoft.hg.core.Path; | 21 import org.tmatesoft.hg.util.Path; |
22 | 22 |
23 /** | 23 /** |
24 * | 24 * |
25 * @author Artem Tikhomirov | 25 * @author Artem Tikhomirov |
26 * @author TMate Software Ltd. | 26 * @author TMate Software Ltd. |