From: Matt S. <ma...@us...> - 2013-03-12 21:55:23
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 29d876d3c9ffe3a3a5a6c1295c39695014935782 (commit) via a5e1494e157121f22ee64b725ddb7d36f1903a42 (commit) from 84b87db13969e2aa43c9795aac142f050798454e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 29d876d3c9ffe3a3a5a6c1295c39695014935782 Author: Matthew Sottile <ma...@ga...> Date: Tue Mar 12 14:53:44 2013 -0700 stupid OSX dotfile slipped in commit a5e1494e157121f22ee64b725ddb7d36f1903a42 Author: Matthew Sottile <ma...@ga...> Date: Tue Mar 12 14:53:13 2013 -0700 reorganizing files to bring a bit more order to the layout of the code ----------------------------------------------------------------------- Summary of changes: rote/struct-diff/RuleGen/Contextualizer.hs | 4 ++-- .../RuleGen/{AtermUtilities.hs => Data/Aterm.hs} | 4 ++-- rote/struct-diff/RuleGen/{ => Data}/Trees.hs | 2 +- rote/struct-diff/RuleGen/Filter.hs | 8 +------- rote/struct-diff/RuleGen/Pruner.hs | 2 +- rote/struct-diff/RuleGen/{ => Util}/CmdlineArgs.hs | 2 +- .../RuleGen/{GraphvizUtil.hs => Util/Graphviz.hs} | 6 +++--- rote/struct-diff/RuleGen/{ => Util}/IDGen.hs | 2 +- rote/struct-diff/RuleGen/Weaver.hs | 2 +- rote/struct-diff/RuleGen/Yang.hs | 2 +- rote/struct-diff/RuleGen/rulegen.hs | 14 +++++++------- 11 files changed, 21 insertions(+), 27 deletions(-) rename rote/struct-diff/RuleGen/{AtermUtilities.hs => Data/Aterm.hs} (96%) rename rote/struct-diff/RuleGen/{ => Data}/Trees.hs (99%) rename rote/struct-diff/RuleGen/{ => Util}/CmdlineArgs.hs (97%) rename rote/struct-diff/RuleGen/{GraphvizUtil.hs => Util/Graphviz.hs} (97%) rename rote/struct-diff/RuleGen/{ => Util}/IDGen.hs (95%) hooks/post-receive -- compose-hpc |