C# Class HgLib.Repository.Commands.RenameFilesHgCommand

Inheritance: HgCommand
Afficher le fichier Open project: HexWrench/VisualHG2015

Méthodes publiques

Méthode Description
RenameFilesHgCommand ( string fileNames, string newFileNames )
Run ( HgRepository repo ) : void

Method Details

RenameFilesHgCommand() public méthode

public RenameFilesHgCommand ( string fileNames, string newFileNames )
fileNames string
newFileNames string

Run() public méthode

public Run ( HgRepository repo ) : void
repo HgRepository
Résultat void