Package | Description |
---|---|
org.opensolaris.opengrok.history |
From the OpenGrok internals:
To get the version control history Analyzer Guru, calls his
old friend the good old History Guru.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HistoryEntry> |
History.getHistoryEntries()
Get the list of log entries, most recent first.
|
Modifier and Type | Method and Description |
---|---|
void |
History.setHistoryEntries(java.util.List<HistoryEntry> entries)
Set the list of log entries for the file.
|