Allow application level code to unset (negate) a RevFlag
commite54c38dcb4ef897d3371b04475cae32dcf4d0d8c
authorShawn O. Pearce <spearce@spearce.org>
Mon, 24 Mar 2008 23:24:08 +0000 (24 19:24 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 05:06:08 +0000 (7 01:06 -0400)
tree78c6fde23ddc942fca26c062b059c8e9ff68b551
parentbcadba4670cebed20848abcfb4135e8965447d04
Allow application level code to unset (negate) a RevFlag

Applications may wish to remove a flag from an object, a task I
missed when I initially put in place the add(RevFlag) API onto
the basic RevObject interface.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/revwalk/RevObject.java