[RombaSharp] Create skeleton for merge feature

This commit is contained in:
Matt Nadareski
2017-02-02 21:57:34 -08:00
parent ba12fca8a9
commit 62a3c5dcff
3 changed files with 53 additions and 3 deletions

View File

@@ -373,6 +373,17 @@ namespace RombaSharp
dbc.Dispose();
}
/// <summary>
/// Wrap merging an external depot into an existing one
/// </summary>
/// <param name="inputs"></param>
/// <param name="depotPath"></param>
/// <param name="onlyNeeded"></param>
private static void InitMerge(List<string> inputs, string depotPath, bool onlyNeeded)
{
_logger.User("This feature is not yet implemented: merge");
}
/// <summary>
/// Wrap creating a havefile and a missfile for each Dat
/// </summary>