Mercurial > jhg
diff cmdline/org/tmatesoft/hg/console/Status.java @ 454:36fd1fd06492
oth.util.Status renamed to Outcome as the noun is too overloaded, especially in scm
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 13 Jun 2012 21:07:39 +0200 |
parents | 31a89587eb04 |
children | 909306e412e2 |
line wrap: on
line diff
--- a/cmdline/org/tmatesoft/hg/console/Status.java Wed Jun 13 18:18:37 2012 +0200 +++ b/cmdline/org/tmatesoft/hg/console/Status.java Wed Jun 13 21:07:39 2012 +0200 @@ -86,7 +86,7 @@ } } - public void error(Path file, org.tmatesoft.hg.util.Status s) { + public void error(Path file, org.tmatesoft.hg.util.Outcome s) { System.out.printf("FAILURE: %s %s\n", s.getMessage(), file); s.getException().printStackTrace(System.out); }