Skip to content

Commit

Permalink
#7 Store accurev2git.lasttran of 1 so app can continue from here if i…
Browse files Browse the repository at this point in the history
…t is stopped.
  • Loading branch information
parsley72 committed Dec 10, 2014
1 parent 0413c84 commit 71513bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ static void loadDepotFromScratch(string depotName, string streamName, string wor
execGitRaw("add --all", workingDir);
execGitCommit(string.Format("commit --date={0} --author={1} -m \"Initial git commit.\"", initialDate, defaultGitUser), workingDir, initialDate.ToString(), defaultGitUser);
execGitRaw(string.Format("checkout -b \"{0}\"", streamName), workingDir, true);
execGitRaw(string.Format("config accurev2git.lasttran {0}", 1), workingDir);
}
foreach (var transaction in nodes)
{
Expand Down

0 comments on commit 71513bb

Please sign in to comment.