Mercurial > hg4j
diff cmdline/org/tmatesoft/hg/console/Status.java @ 157:d5268ca7715b
Merged branch wrap-data-access into default for resource-friendly data access. Updated API to promote that friendliness to clients (channels, not byte[]). More exceptions
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 09 Mar 2011 05:22:17 +0100 |
parents | b9700740553a |
children | 23e3ea855097 |
line wrap: on
line diff
--- a/cmdline/org/tmatesoft/hg/console/Status.java Wed Mar 02 01:06:09 2011 +0100 +++ b/cmdline/org/tmatesoft/hg/console/Status.java Wed Mar 09 05:22:17 2011 +0100 @@ -48,7 +48,7 @@ } // HgStatusCommand cmd = hgRepo.createStatusCommand(); - if (cmdLineOpts.getBoolean("-A", "-all")) { + if (cmdLineOpts.getBoolean("-A", "--all")) { cmd.all(); } else { // default: mardu