repo git: sync up initial commit

This commit is contained in:
Hylke 2011-06-28 20:02:48 +01:00
parent 2e31e0094d
commit ca762a9220

View file

@ -616,6 +616,13 @@ namespace SparkleLib {
}
public override void CreateInitialChangeSet ()
{
base.CreateInitialChangeSet ();
SyncUp ();
}
// Creates a SHA-1 hash of input
private string SHA1 (string s)
{