C# 클래스 Mercurial.Gui.GuiClient

This class encapsulates the Mercurial TortoiseHg client application.
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
AboutGui ( AboutGuiCommand command = null ) : void

Show the about dialog for TortoiseHg.

AddGui ( this repository, AddGuiCommand command = null ) : void

Add files to the repository.

AnnotateGui ( this repository, AnnotateGuiCommand command ) : void

Show the TortoiseHg annotate dialog.

AnnotateGui ( this repository, string file, AnnotateGuiCommand command = null ) : void

Show the TortoiseHg annotate dialog.

This command is only available for the GuiClientType.PyQT client type.

ArchiveGui ( this repository, ArchiveGuiCommand command = null ) : void

Show the TortoiseHg dialog for creating an unversioned archive from a working folder.

BackoutGui ( this repository, BackoutGuiCommand command = null ) : void

Backout tool.

This command is only available for the GuiClientType.PyQT client type.

BeginExecute ( this repository, IGuiCommand command, AsyncCallback callback ) : IAsyncResult

Executes the given IGuiCommand command against the Mercurial repository, asynchronously.

BisectGui ( this repository, BisectGuiCommand command = null ) : void

Bisect tool.

This command is only available for the GuiClientType.PyQT client type.

CloneGui ( this repository, CloneGuiCommand command = null ) : void

Show the TortoiseHg dialog for cloning a repository.

CommitGui ( this repository, CommitGuiCommand command = null ) : void

Show the TortoiseHg dialog for commiting changes to the repository.

CopyGui ( this repository, CopyGuiCommand command = null ) : void

Show the copy file dialog.

This command is only available for the GuiClientType.PyQT client type.

CopyGui ( this repository, string source, string destination, CopyGuiCommand command = null ) : void

Show the copy file dialog.

This command is only available for the GuiClientType.PyQT client type.

DatamineGui ( this repository, DatamineGuiCommand command = null ) : void

Show the TortoiseHg dialog for datamining, searching the repository.

This command is only available for the GuiClientType.PyGTK client type.

DiffGui ( this repository, DiffGuiCommand command = null ) : void

Launch the visual diff tool.

DiffGui ( this repository, RevSpec revisions, DiffGuiCommand command = null ) : void

Launch the visual diff tool.

DragCopyGui ( this repository, DragCopyGuiCommand command ) : void

Copy the selected files to the desired directory.

This command is only available for the GuiClientType.PyQT client type.

DragCopyGui ( this repository, string file, string destination, DragCopyGuiCommand command = null ) : void

Copy the selected files to the desired directory.

This command is only available for the GuiClientType.PyQT client type.

DragMoveGui ( this repository, DragMoveGuiCommand command ) : void

Move the selected files to the desired directory.

This command is only available for the GuiClientType.PyQT client type.

DragMoveGui ( this repository, string file, string destination, DragMoveGuiCommand command = null ) : void

Move the selected files to the desired directory.

This command is only available for the GuiClientType.PyQT client type.

EditIgnoreFiltersGui ( this repository, EditIgnoreFiltersGuiCommand command = null ) : void

Show the TortoiseHg dialog for editing ignore filters for the repository.

EmailGui ( this repository, EmailGuiCommand command = null ) : void

Send changesets by email.

This command is only available for the GuiClientType.PyQT client type.

EndExecute ( this repository, IAsyncResult result ) : void

Finalizes the asynchronous execution started with BeginExecute.

Execute ( this repository, IGuiCommand command ) : void

Executes the given IGuiCommand command against the Mercurial repository.

ForgetGui ( this repository, ForgetGuiCommand command = null ) : void

Show the TortoiseHg dialog for forgetting tracked files.

GetClientAvailability ( GuiClientType clientType ) : bool

Determines if the specified client type is available on this system.

GuessGui ( this repository, GuessGuiCommand command = null ) : void

Show the TortoiseHg dialog for guessing previous renames or copies.

ImportGui ( this repository, ImportGuiCommand command = null ) : void

Show the TortoiseHg dialog for importing patches into the repository or the patch queue.

InitGui ( this repository, InitGuiCommand command = null ) : void

Show the TortoiseHg dialog for initializing a new repository.

LogGui ( this repository, LogGuiCommand command = null ) : void

Open the repository explorer for the repository.

MPatchGui ( this repository, MPatchGuiCommand command ) : void

Attempt to resolve conflicts in a .rej file.

This command is only available for the GuiClientType.PyGTK client type.

MPatchGui ( this repository, string file, MPatchGuiCommand command = null ) : void

Attempt to resolve conflicts in a .rej file.

ManifestGui ( this repository, ManifestGuiCommand command = null ) : void

Display the current or given revision of the project manifest.

This command is only available for the GuiClientType.PyQT client type.

MergeGui ( this repository, MergeGuiCommand command = null ) : void

Show the TortoiseHg dialog for merging another revision with the local one.

MoveGui ( this repository, MoveGuiCommand command = null ) : void

Show the move file dialog.

MoveGui ( this repository, string source, string destination, MoveGuiCommand command = null ) : void

Show the move file dialog.

PurgeGui ( this repository, PurgeGuiCommand command = null ) : void

Purge unknown and/or ignore files from repository.

This command is only available for the GuiClientType.PyQT client type.

QueueGui ( this repository, QueueGuiCommand command = null ) : void

Show the Mercurial queue tool.

This command is only available for the GuiClientType.PyQT client type.

QueueManagerGui ( this repository, QueueManagerGuiCommand command = null ) : void

Manage multiple MQ patch queues.

This command is only available for the GuiClientType.PyQT client type.

QueueReorderGui ( this repository, QueueReorderGuiCommand command = null ) : void

Reorder unapplied MQ patches.

This command is only available for the GuiClientType.PyQT client type.

RebaseGui ( this repository, RebaseGuiCommand command = null ) : void

Rebase changesets.

This command is only available for the GuiClientType.PyQT client type.

RebaseGui ( this repository, RevSpec sourceRevision, RevSpec destinationRevision, RebaseGuiCommand command = null ) : void

Rebase changesets.

This command is only available for the GuiClientType.PyQT client type.

RecoveryGui ( this repository, RecoveryGuiCommand command = null ) : void

Show the TortoiseHg dialog for recovery for the repository.

This command is only available for the GuiClientType.PyGTK client type.

RejectsGui ( this repository, RejectsGuiCommand command ) : void

Manually resolve rejected patch chunks.

RejectsGui ( this repository, string file, RejectsGuiCommand command = null ) : void

Manually resolve rejected patch chunks.

This command is only available for the GuiClientType.PyQT client type.

RemoveGui ( this repository, RemoveGuiCommand command = null ) : void

Show the TortoiseHg file status dialog in revert mode, for removing or reverting files.

RenameGui ( this repository, RenameGuiCommand command = null ) : void

Show the rename file dialog.

RenameGui ( this repository, string source, string destination, RenameGuiCommand command = null ) : void

Show the rename file dialog.

RepoConfigGui ( this repository, RepoConfigGuiCommand command = null ) : void

Show the repository configuration editor.

ResolveGui ( this repository, ResolveGuiCommand command = null ) : void

Shows the resolve dialog.

This command is only available for the GuiClientType.PyQT client type.

RevertGui ( this repository, RevertGuiCommand command = null ) : void

Revert selected files.

SearchGui ( this repository, SearchGuiCommand command = null ) : void

Grep/search the repository.

This command is only available for the GuiClientType.PyQT client type.

ShellConfigGui ( ShellConfigGuiCommand command = null ) : void

Open the Windows Explorer extension configuration editor.

ShelveGui ( this repository, ShelveGuiCommand command = null ) : void

Open the shelve tool for the repository.

StatusGui ( this repository, StatusGuiCommand command = null ) : void

Browse working directory status.

StripGui ( this repository, RevSpec revision, StripGuiCommand command = null ) : void

Strip changesets from the repository.

StripGui ( this repository, StripGuiCommand command = null ) : void

Strip changesets from the repository.

SynchronizeGui ( this repository, SynchronizeGuiCommand command = null ) : void

Synchronize the repository with other repositories.

TagGui ( this repository, RevSpec revision, string name, TagGuiCommand command = null ) : void

Open the Tag gui.

This command is only available for the GuiClientType.PyQT client type.

TagGui ( this repository, TagGuiCommand command = null ) : void

Open the Tag gui.

This command is only available for the GuiClientType.PyQT client type.

UpdateGui ( this repository, RevSpec revision, UpdateGuiCommand command = null ) : void

Update/checkout changeset to working directory.

UpdateGui ( this repository, UpdateGuiCommand command = null ) : void

Update/checkout changeset to working directory.

UserConfigGui ( UserConfigGuiCommand command = null ) : void

Open the user configuration editor.

비공개 메소드들

메소드 설명
GetVersion ( ) : System.Version
GuiClient ( ) : System
Initialize ( ) : void

Initializes local data structures from the TortoiseHg client.

LocateClient ( GuiClientType type ) : string>.KeyValuePair

Attempts to locate the command line client executable.

메소드 상세

AboutGui() 공개 정적인 메소드

Show the about dialog for TortoiseHg.
public static AboutGui ( AboutGuiCommand command = null ) : void
command AboutGuiCommand /// Any extra options to the about method, or null for default options. ///
리턴 void

AddGui() 공개 정적인 메소드

Add files to the repository.
/// is null. ///
public static AddGui ( this repository, AddGuiCommand command = null ) : void
repository this /// The to add files to. ///
command AddGuiCommand /// Any extra options to the add method, or null for default options. ///
리턴 void

AnnotateGui() 공개 정적인 메소드

Show the TortoiseHg annotate dialog.
/// is null. /// - or - /// is null. ///
public static AnnotateGui ( this repository, AnnotateGuiCommand command ) : void
repository this /// The to annotate in. ///
command AnnotateGuiCommand /// Any extra options to the annotate method, or null for default options. ///
리턴 void

AnnotateGui() 공개 정적인 메소드

Show the TortoiseHg annotate dialog.
This command is only available for the GuiClientType.PyQT client type.
/// is null. /// - or - /// is null or empty. /// /// cannot be set before calling this method. ///
public static AnnotateGui ( this repository, string file, AnnotateGuiCommand command = null ) : void
repository this /// The to annotate in. ///
file string /// The file to annotate. ///
command AnnotateGuiCommand /// Any extra options to the annotate method, or null for default options. ///
리턴 void

ArchiveGui() 공개 정적인 메소드

Show the TortoiseHg dialog for creating an unversioned archive from a working folder.
/// is null. ///
public static ArchiveGui ( this repository, ArchiveGuiCommand command = null ) : void
repository this /// The to archive from. ///
command ArchiveGuiCommand /// Any extra options to the archive method, or null for default options. ///
리턴 void

BackoutGui() 공개 정적인 메소드

Backout tool.
This command is only available for the GuiClientType.PyQT client type.
/// is null. ///
public static BackoutGui ( this repository, BackoutGuiCommand command = null ) : void
repository this /// The to backout a changeset in. ///
command BackoutGuiCommand /// Any extra options to the backout method, or null for default options. ///
리턴 void

BeginExecute() 공개 정적인 메소드

Executes the given IGuiCommand command against the Mercurial repository, asynchronously.
/// is null. /// - or - /// is null. ///
public static BeginExecute ( this repository, IGuiCommand command, AsyncCallback callback ) : IAsyncResult
repository this /// The to execute the command in. ///
command IGuiCommand /// The command to execute. ///
callback AsyncCallback /// A callback to call when the execution has completed. The value of the /// object passed to the will be the /// object. ///
리턴 IAsyncResult

BisectGui() 공개 정적인 메소드

Bisect tool.
This command is only available for the GuiClientType.PyQT client type.
/// is null. ///
public static BisectGui ( this repository, BisectGuiCommand command = null ) : void
repository this /// The to bisect in. ///
command BisectGuiCommand /// Any extra options to the bisect method, or null for default options. ///
리턴 void

CloneGui() 공개 정적인 메소드

Show the TortoiseHg dialog for cloning a repository.
/// is null. ///
public static CloneGui ( this repository, CloneGuiCommand command = null ) : void
repository this /// The to clone into. ///
command CloneGuiCommand /// Any extra options to the clone method, or null for default options. ///
리턴 void

CommitGui() 공개 정적인 메소드

Show the TortoiseHg dialog for commiting changes to the repository.
/// is null. ///
public static CommitGui ( this repository, CommitGuiCommand command = null ) : void
repository this /// The to commit to. ///
command CommitGuiCommand /// Any extra options to the commit method, or null for default options. ///
리턴 void

CopyGui() 공개 정적인 메소드

Show the copy file dialog.
This command is only available for the GuiClientType.PyQT client type.
/// is null. ///
public static CopyGui ( this repository, CopyGuiCommand command = null ) : void
repository this /// The to copy files in. ///
command CopyGuiCommand /// Any extra options to the copy method, or null for default options. ///
리턴 void

CopyGui() 공개 정적인 메소드

Show the copy file dialog.
This command is only available for the GuiClientType.PyQT client type.
/// is null. /// - or - /// is null or empty. /// - or - /// is null or empty. /// /// cannot be set before calling this method. /// - or - /// cannot be set before calling this method. ///
public static CopyGui ( this repository, string source, string destination, CopyGuiCommand command = null ) : void
repository this /// The to copy files in. ///
source string /// The source file to copy. ///
destination string /// The destination to copy it to. ///
command CopyGuiCommand /// Any extra options to the copy method, or null for default options. ///
리턴 void

DatamineGui() 공개 정적인 메소드

Show the TortoiseHg dialog for datamining, searching the repository.
This command is only available for the GuiClientType.PyGTK client type.
/// is null. ///
public static DatamineGui ( this repository, DatamineGuiCommand command = null ) : void
repository this /// The to datamine to. ///
command DatamineGuiCommand /// Any extra options to the datamine method, or null for default options. ///
리턴 void

DiffGui() 공개 정적인 메소드

Launch the visual diff tool.
/// is null. ///
public static DiffGui ( this repository, DiffGuiCommand command = null ) : void
repository this /// The to view diffs from. ///
command DiffGuiCommand /// Any extra options to the vdiff method, or null for default options. ///
리턴 void

DiffGui() 공개 정적인 메소드

Launch the visual diff tool.
/// is null. /// /// cannot be set before calling this method. ///
public static DiffGui ( this repository, RevSpec revisions, DiffGuiCommand command = null ) : void
repository this /// The to view diffs from. ///
revisions RevSpec /// The revision that identifies the revision or the /// revision range to view a diff of. ///
command DiffGuiCommand /// Any extra options to the vdiff method, or null for default options. ///
리턴 void

DragCopyGui() 공개 정적인 메소드

Copy the selected files to the desired directory.
This command is only available for the GuiClientType.PyQT client type.
/// is null. /// - or - /// is null. ///
public static DragCopyGui ( this repository, DragCopyGuiCommand command ) : void
repository this /// The to copy the files in. ///
command DragCopyGuiCommand /// The options to the drag_copy method. ///
리턴 void

DragCopyGui() 공개 정적인 메소드

Copy the selected files to the desired directory.
This command is only available for the GuiClientType.PyQT client type.
/// is null. /// - or - /// is null or empty. /// /// cannot be set before calling this method. ///
public static DragCopyGui ( this repository, string file, string destination, DragCopyGuiCommand command = null ) : void
repository this /// The to copy the files in. ///
file string /// The file to copy. ///
destination string /// The destination directory. ///
command DragCopyGuiCommand /// Any extra options to the drag_copy method, or null for default options. ///
리턴 void

DragMoveGui() 공개 정적인 메소드

Move the selected files to the desired directory.
This command is only available for the GuiClientType.PyQT client type.
/// is null. /// - or - /// is null. ///
public static DragMoveGui ( this repository, DragMoveGuiCommand command ) : void
repository this /// The to move the files in. ///
command DragMoveGuiCommand /// The options to the drag_move method. ///
리턴 void

DragMoveGui() 공개 정적인 메소드

Move the selected files to the desired directory.
This command is only available for the GuiClientType.PyQT client type.
/// is null. /// - or - /// is null or empty. /// /// cannot be set before calling this method. ///
public static DragMoveGui ( this repository, string file, string destination, DragMoveGuiCommand command = null ) : void
repository this /// The to move the files in. ///
file string /// The file to move. ///
destination string /// The destination directory. ///
command DragMoveGuiCommand /// Any extra options to the drag_move method, or null for default options. ///
리턴 void

EditIgnoreFiltersGui() 공개 정적인 메소드

Show the TortoiseHg dialog for editing ignore filters for the repository.
/// is null. ///
public static EditIgnoreFiltersGui ( this repository, EditIgnoreFiltersGuiCommand command = null ) : void
repository this /// The to edit the ignore filters for. ///
command EditIgnoreFiltersGuiCommand /// Any extra options to the hgignore method, or null for default options. ///
리턴 void

EmailGui() 공개 정적인 메소드

Send changesets by email.
This command is only available for the GuiClientType.PyQT client type.
/// is null. ///
public static EmailGui ( this repository, EmailGuiCommand command = null ) : void
repository this /// The to send email from. ///
command EmailGuiCommand /// Any extra options to the email method, or null for default options. ///
리턴 void

EndExecute() 공개 정적인 메소드

Finalizes the asynchronous execution started with BeginExecute.
/// is null. /// - or - /// is null. /// /// is not a that was returned from . ///
public static EndExecute ( this repository, IAsyncResult result ) : void
repository this /// The to finalize the command executionfor. ///
result IAsyncResult /// The object returned from . ///
리턴 void

Execute() 공개 정적인 메소드

Executes the given IGuiCommand command against the Mercurial repository.
/// is null. /// is null. ///
public static Execute ( this repository, IGuiCommand command ) : void
repository this /// The to execute the command in. ///
command IGuiCommand /// The command to execute. ///
리턴 void

ForgetGui() 공개 정적인 메소드

Show the TortoiseHg dialog for forgetting tracked files.
/// is null. ///
public static ForgetGui ( this repository, ForgetGuiCommand command = null ) : void
repository this /// The folder to forget tracked files in. ///
command ForgetGuiCommand /// Any extra options to the forget method, or null for default options. ///
리턴 void

GetClientAvailability() 공개 정적인 메소드

Determines if the specified client type is available on this system.
/// can not be or an undefined value. ///
public static GetClientAvailability ( GuiClientType clientType ) : bool
clientType GuiClientType /// The type of client to look for. ///
리턴 bool

GuessGui() 공개 정적인 메소드

Show the TortoiseHg dialog for guessing previous renames or copies.
/// is null. ///
public static GuessGui ( this repository, GuessGuiCommand command = null ) : void
repository this /// The to guess renames and copies in. ///
command GuessGuiCommand /// Any extra options to the guess method, or null for default options. ///
리턴 void

ImportGui() 공개 정적인 메소드

Show the TortoiseHg dialog for importing patches into the repository or the patch queue.
/// is null. ///
public static ImportGui ( this repository, ImportGuiCommand command = null ) : void
repository this /// The to import patches into. ///
command ImportGuiCommand /// Any extra options to the import method, or null for default options. ///
리턴 void

InitGui() 공개 정적인 메소드

Show the TortoiseHg dialog for initializing a new repository.
/// is null. ///
public static InitGui ( this repository, InitGuiCommand command = null ) : void
repository this /// The folder to initialize. ///
command InitGuiCommand /// Any extra options to the init method, or null for default options. ///
리턴 void

LogGui() 공개 정적인 메소드

Open the repository explorer for the repository.
/// is null. ///
public static LogGui ( this repository, LogGuiCommand command = null ) : void
repository this /// The to open the explorer for. ///
command LogGuiCommand /// Any extra options to the log method, or null for default options. ///
리턴 void

MPatchGui() 공개 정적인 메소드

Attempt to resolve conflicts in a .rej file.
This command is only available for the GuiClientType.PyGTK client type.
/// is null. ///
public static MPatchGui ( this repository, MPatchGuiCommand command ) : void
repository this /// The to resolve conflicts in. ///
command MPatchGuiCommand /// The options to the mpatch method. ///
리턴 void

MPatchGui() 공개 정적인 메소드

Attempt to resolve conflicts in a .rej file.
/// is null. /// - or - /// is null or empty. /// /// cannot be set before calling this method. ///
public static MPatchGui ( this repository, string file, MPatchGuiCommand command = null ) : void
repository this /// The to resolve conflicts in. ///
file string /// The file to resolve conflicts in. ///
command MPatchGuiCommand /// Any extra options to the mpatch method, or null for default options. ///
리턴 void

ManifestGui() 공개 정적인 메소드

Display the current or given revision of the project manifest.
This command is only available for the GuiClientType.PyQT client type.
/// is null. ///
public static ManifestGui ( this repository, ManifestGuiCommand command = null ) : void
repository this /// The to open the manifest for. ///
command ManifestGuiCommand /// Any extra options to the manifest method, or null for default options. ///
리턴 void

MergeGui() 공개 정적인 메소드

Show the TortoiseHg dialog for merging another revision with the local one.
/// is null. ///
public static MergeGui ( this repository, MergeGuiCommand command = null ) : void
repository this /// The to merge in. ///
command MergeGuiCommand /// Any extra options to the merge method, or null for default options. ///
리턴 void

MoveGui() 공개 정적인 메소드

Show the move file dialog.
/// is null. ///
public static MoveGui ( this repository, MoveGuiCommand command = null ) : void
repository this /// The to move files in. ///
command MoveGuiCommand /// Any extra options to the mv method, or null for default options. ///
리턴 void

MoveGui() 공개 정적인 메소드

Show the move file dialog.
/// is null. /// - or - /// is null or empty. /// - or - /// is null or empty. /// /// cannot be set before calling this method. /// - or - /// cannot be set before calling this method. ///
public static MoveGui ( this repository, string source, string destination, MoveGuiCommand command = null ) : void
repository this /// The to move files in. ///
source string /// The source file to move. ///
destination string /// The destination to move it to. ///
command MoveGuiCommand /// Any extra options to the mv method, or null for default options. ///
리턴 void

PurgeGui() 공개 정적인 메소드

Purge unknown and/or ignore files from repository.
This command is only available for the GuiClientType.PyQT client type.
/// is null. ///
public static PurgeGui ( this repository, PurgeGuiCommand command = null ) : void
repository this /// The to purge files in. ///
command PurgeGuiCommand /// Any extra options to the purge method, or null for default options. ///
리턴 void

QueueGui() 공개 정적인 메소드

Show the Mercurial queue tool.
This command is only available for the GuiClientType.PyQT client type.
/// is null. ///
public static QueueGui ( this repository, QueueGuiCommand command = null ) : void
repository this /// The to open the queue tool for. ///
command QueueGuiCommand /// Any extra options to the mq method, or null for default options. ///
리턴 void

QueueManagerGui() 공개 정적인 메소드

Manage multiple MQ patch queues.
This command is only available for the GuiClientType.PyQT client type.
/// is null. ///
public static QueueManagerGui ( this repository, QueueManagerGuiCommand command = null ) : void
repository this /// The to manage patch queues for. ///
command QueueManagerGuiCommand /// Any extra options to the qqueue method, or null for default options. ///
리턴 void

QueueReorderGui() 공개 정적인 메소드

Reorder unapplied MQ patches.
This command is only available for the GuiClientType.PyQT client type.
/// is null. ///
public static QueueReorderGui ( this repository, QueueReorderGuiCommand command = null ) : void
repository this /// The to reorder patches in. ///
command QueueReorderGuiCommand /// Any extra options to the qreorder method, or null for default options. ///
리턴 void

RebaseGui() 공개 정적인 메소드

Rebase changesets.
This command is only available for the GuiClientType.PyQT client type.
/// is null. /// - or - /// is null. ///
public static RebaseGui ( this repository, RebaseGuiCommand command = null ) : void
repository this /// The to rebase changesets in. ///
command RebaseGuiCommand /// The options to the rebase method. ///
리턴 void

RebaseGui() 공개 정적인 메소드

Rebase changesets.
This command is only available for the GuiClientType.PyQT client type.
/// is null. /// - or - /// is null. /// - or - /// is null. /// /// cannot be set before calling this method. /// - or - /// cannot be set before calling this method. ///
public static RebaseGui ( this repository, RevSpec sourceRevision, RevSpec destinationRevision, RebaseGuiCommand command = null ) : void
repository this /// The to rebase changesets in. ///
sourceRevision RevSpec /// The source revision to rebase. This changeset, and all its descendants, will be rebased. ///
destinationRevision RevSpec /// The Destination revision to rebase. This changeset will be the parent of the changesets after the rebase. ///
command RebaseGuiCommand /// Any extra options to the rebase method, or null for default options. ///
리턴 void

RecoveryGui() 공개 정적인 메소드

Show the TortoiseHg dialog for recovery for the repository.
This command is only available for the GuiClientType.PyGTK client type.
/// is null. ///
public static RecoveryGui ( this repository, RecoveryGuiCommand command = null ) : void
repository this /// The to execute the recovery command in. ///
command RecoveryGuiCommand /// Any extra options to the recovery method, or null for default options. ///
리턴 void

RejectsGui() 공개 정적인 메소드

Manually resolve rejected patch chunks.
/// is null. /// - or - /// is null. ///
public static RejectsGui ( this repository, RejectsGuiCommand command ) : void
repository this /// The to resolve rejected patch chunks in. ///
command RejectsGuiCommand /// Any extra options to the rejects method, or null for default options. ///
리턴 void

RejectsGui() 공개 정적인 메소드

Manually resolve rejected patch chunks.
This command is only available for the GuiClientType.PyQT client type.
/// is null. /// - or - /// is null or empty. /// /// cannot be set before calling this method. ///
public static RejectsGui ( this repository, string file, RejectsGuiCommand command = null ) : void
repository this /// The to resolve rejected patch chunks in. ///
file string /// The file to resolve rejected patch chunks in. ///
command RejectsGuiCommand /// Any extra options to the rejects method, or null for default options. ///
리턴 void

RemoveGui() 공개 정적인 메소드

Show the TortoiseHg file status dialog in revert mode, for removing or reverting files.
/// is null. ///
public static RemoveGui ( this repository, RemoveGuiCommand command = null ) : void
repository this /// The to remove files in. ///
command RemoveGuiCommand /// Any extra options to the remove method, or null for default options. ///
리턴 void

RenameGui() 공개 정적인 메소드

Show the rename file dialog.
/// is null. ///
public static RenameGui ( this repository, RenameGuiCommand command = null ) : void
repository this /// The to rename files in. ///
command RenameGuiCommand /// Any extra options to the rename method, or null for default options. ///
리턴 void

RenameGui() 공개 정적인 메소드

Show the rename file dialog.
/// is null. /// - or - /// is null or empty. /// - or - /// is null or empty. /// /// cannot be set before calling this method. /// - or - /// cannot be set before calling this method. ///
public static RenameGui ( this repository, string source, string destination, RenameGuiCommand command = null ) : void
repository this /// The to rename files in. ///
source string /// The source file to rename. ///
destination string /// The destination to rename it to. ///
command RenameGuiCommand /// Any extra options to the rename method, or null for default options. ///
리턴 void

RepoConfigGui() 공개 정적인 메소드

Show the repository configuration editor.
/// is null. ///
public static RepoConfigGui ( this repository, RepoConfigGuiCommand command = null ) : void
repository this /// The to edit the configuration for. ///
command RepoConfigGuiCommand /// Any extra options to the repoconfig method, or null for default options. ///
리턴 void

ResolveGui() 공개 정적인 메소드

Shows the resolve dialog.
This command is only available for the GuiClientType.PyQT client type.
/// is null. ///
public static ResolveGui ( this repository, ResolveGuiCommand command = null ) : void
repository this /// The to resolve merge conflicts in. ///
command ResolveGuiCommand /// Any extra options to the resolve method, or null for default options. ///
리턴 void

RevertGui() 공개 정적인 메소드

Revert selected files.
/// is null. ///
public static RevertGui ( this repository, RevertGuiCommand command = null ) : void
repository this /// The to revert files in. ///
command RevertGuiCommand /// Any extra options to the revert method, or null for default options. ///
리턴 void

SearchGui() 공개 정적인 메소드

Grep/search the repository.
This command is only available for the GuiClientType.PyQT client type.
/// is null. ///
public static SearchGui ( this repository, SearchGuiCommand command = null ) : void
repository this /// The to search in. ///
command SearchGuiCommand /// Any extra options to the search method, or null for default options. ///
리턴 void

ShellConfigGui() 공개 정적인 메소드

Open the Windows Explorer extension configuration editor.
public static ShellConfigGui ( ShellConfigGuiCommand command = null ) : void
command ShellConfigGuiCommand /// Any extra options to the shellconfig method, or null for default options. ///
리턴 void

ShelveGui() 공개 정적인 메소드

Open the shelve tool for the repository.
/// is null. ///
public static ShelveGui ( this repository, ShelveGuiCommand command = null ) : void
repository this /// The to open the shelve tool for. ///
command ShelveGuiCommand /// Any extra options to the shelve method, or null for default options. ///
리턴 void

StatusGui() 공개 정적인 메소드

Browse working directory status.
/// is null. ///
public static StatusGui ( this repository, StatusGuiCommand command = null ) : void
repository this /// The to browse the status of. ///
command StatusGuiCommand /// Any extra options to the status method, or null for default options. ///
리턴 void

StripGui() 공개 정적인 메소드

Strip changesets from the repository.
/// is null. /// - or - /// is null. ///
public static StripGui ( this repository, RevSpec revision, StripGuiCommand command = null ) : void
repository this /// The to strip changesets from. ///
revision RevSpec /// The of the revision to strip. ///
command StripGuiCommand /// Any extra options to the strip method, or null for default options. ///
리턴 void

StripGui() 공개 정적인 메소드

Strip changesets from the repository.
/// is null. ///
public static StripGui ( this repository, StripGuiCommand command = null ) : void
repository this /// The to strip changesets from. ///
command StripGuiCommand /// Any extra options to the strip method, or null for default options. ///
리턴 void

SynchronizeGui() 공개 정적인 메소드

Synchronize the repository with other repositories.
/// is null. ///
public static SynchronizeGui ( this repository, SynchronizeGuiCommand command = null ) : void
repository this /// The to synchronize. ///
command SynchronizeGuiCommand /// Any extra options to the synch method, or null for default options. ///
리턴 void

TagGui() 공개 정적인 메소드

Open the Tag gui.
This command is only available for the GuiClientType.PyQT client type.
/// is null. /// - or - /// is null. /// - or - /// is null or empty. /// /// cannot be set before calling this method. /// - or - /// cannot be set before calling this method. ///
public static TagGui ( this repository, RevSpec revision, string name, TagGuiCommand command = null ) : void
repository this /// The to synchronize. ///
revision RevSpec /// The of the revision to tag. ///
name string /// The name of the tag. ///
command TagGuiCommand /// Any extra options to the tag method, or null for default options. ///
리턴 void

TagGui() 공개 정적인 메소드

Open the Tag gui.
This command is only available for the GuiClientType.PyQT client type.
/// is null. ///
public static TagGui ( this repository, TagGuiCommand command = null ) : void
repository this /// The to synchronize. ///
command TagGuiCommand /// Any extra options to the tag method, or null for default options. ///
리턴 void

UpdateGui() 공개 정적인 메소드

Update/checkout changeset to working directory.
/// is null. /// /// cannot be set before calling this method. ///
public static UpdateGui ( this repository, RevSpec revision, UpdateGuiCommand command = null ) : void
repository this /// The to update. ///
revision RevSpec /// The of the revision to update to. ///
command UpdateGuiCommand /// Any extra options to the tag method, or null for default options. ///
리턴 void

UpdateGui() 공개 정적인 메소드

Update/checkout changeset to working directory.
/// is null. ///
public static UpdateGui ( this repository, UpdateGuiCommand command = null ) : void
repository this /// The to update. ///
command UpdateGuiCommand /// Any extra options to the tag method, or null for default options. ///
리턴 void

UserConfigGui() 공개 정적인 메소드

Open the user configuration editor.
public static UserConfigGui ( UserConfigGuiCommand command = null ) : void
command UserConfigGuiCommand /// Any extra options to the userconfig method, or null for default options. ///
리턴 void