Uses of Class
com.aragost.javahg.commands.ImportCommand

Packages that use ImportCommand
com.aragost.javahg.commands.flags   
 

Uses of ImportCommand in com.aragost.javahg.commands.flags
 

Methods in com.aragost.javahg.commands.flags that return ImportCommand
 ImportCommand ImportCommandFlags.base(String path)
          Deprecated. Using this flag has been deprecated in Mercurial. The flag wont go away, but there will typically be a better way to express the same thing.
 ImportCommand ImportCommandFlags.bypass()
          Set the --bypass command line flag.
 ImportCommand ImportCommandFlags.date(String date)
          Set the --date command line flag.
 ImportCommand ImportCommandFlags.exact()
          Set the --exact command line flag.
 ImportCommand ImportCommandFlags.force()
          Set the --force command line flag.
 ImportCommand ImportCommandFlags.importBranch()
          Set the --import-branch command line flag.
 ImportCommand ImportCommandFlags.message(String text)
          Set the --message command line flag.
 ImportCommand ImportCommandFlags.noCommit()
          Set the --no-commit command line flag.
static ImportCommand ImportCommandFlags.on(Repository repository)
           
 ImportCommand ImportCommandFlags.similarity(String similarity)
          Set the --similarity command line flag.
 ImportCommand ImportCommandFlags.user(String user)
          Set the --user command line flag.
 



Copyright © 2011-2013 aragost Trifork ag. All Rights Reserved.