Mercurial > hg4j
diff 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 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/StatusCommand.java Fri Feb 04 04:05:27 2011 +0100 +++ b/src/org/tmatesoft/hg/core/StatusCommand.java Fri Feb 04 04:06:44 2011 +0100 @@ -127,7 +127,7 @@ // pass null to reset public StatusCommand match(Path.Matcher pathMatcher) { mediator.matcher = pathMatcher; - throw HgRepository.notImplemented(); + return this; } public StatusCommand subrepo(boolean visit) {