You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2018/05/17 05:39:58 UTC

[GitHub] McFoggy commented on a change in pull request #72: [SCM-885] second implementation with new API

McFoggy 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_r188843440
 
 

 ##########
 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:
   What about a rename of this command parameter to : `FROM_REPOSITORY_START`?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services