Mercurial > hg4j
comparison src/org/tmatesoft/hg/core/StatusCommand.java @ 123:4f509f5bc8cb
reflect status change in the todo content
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Fri, 04 Feb 2011 04:06:44 +0100 |
| parents | dd4d2d0e42cd |
| children | 2e395db595e2 |
comparison
equal
deleted
inserted
replaced
| 122:e93101b97e4a | 123:4f509f5bc8cb |
|---|---|
| 125 } | 125 } |
| 126 | 126 |
| 127 // pass null to reset | 127 // pass null to reset |
| 128 public StatusCommand match(Path.Matcher pathMatcher) { | 128 public StatusCommand match(Path.Matcher pathMatcher) { |
| 129 mediator.matcher = pathMatcher; | 129 mediator.matcher = pathMatcher; |
| 130 throw HgRepository.notImplemented(); | 130 return this; |
| 131 } | 131 } |
| 132 | 132 |
| 133 public StatusCommand subrepo(boolean visit) { | 133 public StatusCommand subrepo(boolean visit) { |
| 134 visitSubRepo = visit; | 134 visitSubRepo = visit; |
| 135 throw HgRepository.notImplemented(); | 135 throw HgRepository.notImplemented(); |
