michael-o commented on a change in pull request #72: [SCM-885] second 
implementation with new API
URL: https://github.com/apache/maven-scm/pull/72#discussion_r188864134
 
 

 ##########
 File path: 
maven-scm-api/src/main/java/org/apache/maven/scm/CommandParameter.java
 ##########
 @@ -50,6 +50,8 @@
 
     public static final CommandParameter BRANCH = new CommandParameter( 
"branch" );
 
+    public static final CommandParameter START_FROM_ROOT = new 
CommandParameter( "startFromRoot" );
 
 Review comment:
   But isn't that the end, not the start? You are giving one ref from which log 
goes back in time. Doesn't it?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to