stefan-egli commented on code in PR #1328: URL: https://github.com/apache/jackrabbit-oak/pull/1328#discussion_r1504280658
########## oak-run/src/main/groovy/org/apache/jackrabbit/oak/console/GroovyConsole.groovy: ########## @@ -124,6 +124,7 @@ class GroovyConsole { new CheckpointCommand(shell), new LsCommand(shell), new PnCommand(shell), + new RevisionCommand(shell), Review Comment: You might already be aware of this, but just to be sure : do we need a new RevisionCommand when we have the RevisionsCommand? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org