Remove unnecessary selection of TOPO sort in visualizers
commit52415348324f77b4645edc2d8dd0a15d148ec7ec
authorShawn O. Pearce <spearce@spearce.org>
Mon, 24 Mar 2008 23:10:06 +0000 (24 19:10 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 05:06:07 +0000 (7 01:06 -0400)
treea4843f7cb49fd7597118254e6c3eefb5a33ed847
parent6c8a7d11a8b6dfc6d758b8d0ed5400537d5b665c
Remove unnecessary selection of TOPO sort in visualizers

Both visualizer applications (the history page and glog) require
use of a RevPlot instance, which enforces use of TOPO sort and
will not allow applications to remove it.  Therefore there we do
not need these explicit set calls here.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/GitHistoryPage.java
org.spearce.jgit/src/org/spearce/jgit/pgm/Glog.java