Show critical flags in debug toString() descriptions of rev queues
commit403a9ba3d2131d8dd0a0cf44e874e3cbe52217f9
authorShawn O. Pearce <spearce@spearce.org>
Fri, 13 Mar 2009 02:07:38 +0000 (12 19:07 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 15 Mar 2009 11:48:39 +0000 (15 12:48 +0100)
tree0a07dc53bf01e26bae67cc6a03fce747d7b3c499
parent9c43257e0ed86ec41963ee4c7607963e77f5a8ad
Show critical flags in debug toString() descriptions of rev queues

These can help identify the state of each object, especially the
important UNINTERESTING flag being present (or not).

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/revwalk/AbstractRevQueue.java
org.spearce.jgit/src/org/spearce/jgit/revwalk/DateRevQueue.java
org.spearce.jgit/src/org/spearce/jgit/revwalk/FIFORevQueue.java
org.spearce.jgit/src/org/spearce/jgit/revwalk/LIFORevQueue.java
org.spearce.jgit/src/org/spearce/jgit/revwalk/RevCommit.java
org.spearce.jgit/src/org/spearce/jgit/revwalk/RevObject.java