Mercurial > hg4j
diff src/org/tmatesoft/hg/core/HgStatus.java @ 143:b9700740553a
Command line tools parse and respect most of command-line arguments
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 17 Feb 2011 22:16:25 +0100 |
parents | 1c1891ad1c73 |
children | ba2bf656f00f |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgStatus.java Thu Feb 17 05:06:07 2011 +0100 +++ b/src/org/tmatesoft/hg/core/HgStatus.java Thu Feb 17 22:16:25 2011 +0100 @@ -31,7 +31,8 @@ public class HgStatus { public enum Kind { - Modified, Added, Removed, Unknown, Missing, Clean, Ignored + Modified, Added, Removed, Missing, Unknown, Clean, Ignored + // I'd refrain from changing order of these constants, just in case someone (erroneously, of course ;), uses .ordinal() }; private final HgStatus.Kind kind;