summaryrefslogtreecommitdiffstats
path: root/tools/integrate
Commit message (Collapse)AuthorAgeFilesLines
* Update logging to r820767Jesse Wilson2009-10-271-0/+2
|
* Tools to push code back upstream.Jesse Wilson2009-10-086-66/+205
|
* First cut at a tool to perform automated syncs from Harmony to Dalvik.Jesse Wilson2009-09-159-0/+580
Much of the work of the tool is managing three versions of our code: - the current Harmony code - the current Dalvik code - the common ancestor, an older version of Harmony The tool calls out to the command line to perform the actual filesystem work. Eventually I'd like to support all of our modules, and also gathering diffs to send upstream to Harmony.