Mercurial > hg4j
diff cmdline/org/tmatesoft/hg/console/Status.java @ 117:6c0be854d149
Enable filters for status operation (ToRepo case)
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 04 Feb 2011 02:12:30 +0100 |
parents | a3a2e5deb320 |
children | 4a948ec83980 |
line wrap: on
line diff
--- a/cmdline/org/tmatesoft/hg/console/Status.java Thu Feb 03 23:37:21 2011 +0100 +++ b/cmdline/org/tmatesoft/hg/console/Status.java Fri Feb 04 02:12:30 2011 +0100 @@ -53,8 +53,8 @@ // // new Internals(hgRepo).dumpDirstate(); // - //statusWorkingCopy(hgRepo); - statusRevVsWorkingCopy(hgRepo); + statusWorkingCopy(hgRepo); + //statusRevVsWorkingCopy(hgRepo); } private static void statusWorkingCopy(HgRepository hgRepo) {