Reset branch before committing to it

This commit is contained in:
Vladimir Panteleev 2010-06-16 01:49:48 +03:00
parent df047aac4c
commit ed941cd9e5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ int main(string[] args)
string xmldata = cast(string) read("history.xml");
auto xml = new XmlDocument(new MemoryStream(xmldata));
string data;
string data = "reset refs/heads/master\n";
foreach (child; xml[0]["page"])
if (child.tag=="revision")
{