# HG changeset patch # User kpeter # Date 1196794295 0 # Node ID 06495c0e12f580bc8d7d6de62387b23f85c7ca2d # Parent 426a4e35e167874377851904cff3f4a108bebe31 Bug fixes in the rename script. diff -r 426a4e35e167 -r 06495c0e12f5 scripts/rename-graphs --- a/scripts/rename-graphs Tue Dec 04 14:08:27 2007 +0000 +++ b/scripts/rename-graphs Tue Dec 04 18:51:35 2007 +0000 @@ -6,36 +6,36 @@ sed -e "s/bipartite undirected graph/_bigr_aph_label_/g"\ -e "s/bipartite graph/_bigr_aph_label_/g"\ -e "s/undirected graph/_gr_aph_label_/g"\ + -e "s/undirected edge/_ed_ge_label_/g"\ + -e "s/BpUGraph/_Bigr_aph_label_/g"\ + -e "s/BpUgraph/_Bigr_aph_label_/g"\ + -e "s/bpUGraph/_bigr_aph_label_/g"\ + -e "s/bpUgraph/_bigr_aph_label_/g"\ + -e "s/bpugraph/_bigr_aph_label_/g"\ -e "s/UGraph/_Gr_aph_label_/g"\ - -e "s/ugraph/_gr_aph_label/g"\ - -e "s/BpUgraph/_Bigr_aph_label_/g"\ - -e "s/bpugraph/_bigr_aph_label_/g"\ + -e "s/uGraph/_gr_aph_label_/g"\ + -e "s/ugraph/_gr_aph_label_/g"\ + -e "s/Graph/_Digr_aph_label_/g"\ -e "s/graph/_digr_aph_label_/g"\ - -e "s/Graph/_Digr_aph_label_/g"\ - -e "s/BpUGraph/_Bigr_aph_label_/g"\ - -e "s/UGraph/_Gr_aph_label_/g"\ - -e "s/_Digr_aph_label_/Digraph/g"\ - -e "s/_digr_aph_label_/digraph/g"\ -e "s/UEdge/_Ed_ge_label_/g"\ + -e "s/uEdge/_ed_ge_label_/g"\ -e "s/uedge/_ed_ge_label_/g"\ - -e "s/uEdge/_ed_ge_label_/g"\ - -e "s/undirected edge/_ed_ge_label_/g"\ -e "s/Edge/_Ar_c_label_/g"\ -e "s/edge/_ar_c_label_/g"\ -e "s/ANode/_Re_d_label_/g"\ -e "s/BNode/_Blu_e_label_/g"\ -e "s/A-Node/_Re_d_label_/g"\ - -e "s/B-Node/_Re_d_label_/g"\ + -e "s/B-Node/_Blu_e_label_/g"\ -e "s/anode/_re_d_label_/g"\ -e "s/bnode/_blu_e_label_/g"\ -e "s/aNode/_re_d_label_/g"\ -e "s/bNode/_blu_e_label_/g"\ + -e "s/_Digr_aph_label_/Digraph/g"\ + -e "s/_digr_aph_label_/digraph/g"\ + -e "s/_Gr_aph_label_/Graph/g"\ + -e "s/_gr_aph_label_/graph/g"\ -e "s/_Bigr_aph_label_/Bigraph/g"\ -e "s/_bigr_aph_label_/bigraph/g"\ - -e "s/_gr_aph_label_/graph/g"\ - -e "s/_Gr_aph_label_/Graph/g"\ - -e "s/_Bigr_aph_label_/Bigraph/g"\ - -e "s/_Gr_aph_label_/Graph/g"\ -e "s/_Ar_c_label_/Arc/g"\ -e "s/_ar_c_label_/arc/g"\ -e "s/_Ed_ge_label_/Edge/g"\