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

Packages that use LogCommand
com.aragost.javahg.commands   
com.aragost.javahg.commands.flags   
com.aragost.javahg.internals   
 

Uses of LogCommand in com.aragost.javahg.commands
 

Methods in com.aragost.javahg.commands that return LogCommand
 LogCommand LogCommand.fileStatus()
          Enable eager load for changeset file data.
 

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

Methods in com.aragost.javahg.commands.flags that return LogCommand
 LogCommand LogCommandFlags.branch(String... branches)
          Set the --branch command line flag.
 LogCommand LogCommandFlags.copies()
          Set the --copies command line flag.
 LogCommand LogCommandFlags.date(String date)
          Set the --date command line flag.
 LogCommand LogCommandFlags.exclude(String... patterns)
          Set the --exclude command line flag.
 LogCommand LogCommandFlags.follow()
          Set the --follow command line flag.
 LogCommand LogCommandFlags.followFirst()
          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.
 LogCommand LogCommandFlags.hidden()
          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.
 LogCommand LogCommandFlags.include(String... patterns)
          Set the --include command line flag.
 LogCommand LogCommandFlags.keyword(String... texts)
          Set the --keyword command line flag.
 LogCommand LogCommandFlags.limit(int num)
          Set the --limit command line flag.
 LogCommand LogCommandFlags.noMerges()
          Set the --no-merges command line flag.
static LogCommand LogCommandFlags.on(Repository repository)
           
 LogCommand LogCommandFlags.onlyBranch(String... branches)
          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.
 LogCommand LogCommandFlags.onlyMerges()
          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.
 LogCommand LogCommandFlags.prune(String... revs)
          Set the --prune command line flag.
 LogCommand LogCommandFlags.removed()
          Set the --removed command line flag.
 LogCommand LogCommandFlags.rev(String... revs)
          Set the --rev command line flag.
 LogCommand LogCommandFlags.user(String... users)
          Set the --user command line flag.
 

Uses of LogCommand in com.aragost.javahg.internals
 

Subclasses of LogCommand in com.aragost.javahg.internals
 class GenericLogCommand
          A generic log command where the client is responsible to consume the output from the command server.
 



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