Show More
@@ -460,7 +460,9 b' Write the python script to disk' | |||||
460 | > content = [] |
|
460 | > content = [] | |
461 | > for filename, ctxkey, wckey in combination: |
|
461 | > for filename, ctxkey, wckey in combination: | |
462 | > cc = ctxcontent[ctxkey] |
|
462 | > cc = ctxcontent[ctxkey] | |
463 |
> if target == ' |
|
463 | > if target == 'filelist': | |
|
464 | > print filename | |||
|
465 | > elif target == 'base': | |||
464 | > content.append((filename, cc[0])) |
|
466 | > content.append((filename, cc[0])) | |
465 | > elif target == 'parent': |
|
467 | > elif target == 'parent': | |
466 | > content.append((filename, cc[1])) |
|
468 | > content.append((filename, cc[1])) | |
@@ -477,6 +479,11 b' Write the python script to disk' | |||||
477 | > f.close() |
|
479 | > f.close() | |
478 | > EOF |
|
480 | > EOF | |
479 |
|
481 | |||
|
482 | check list of planned files | |||
|
483 | ||||
|
484 | $ python gen-revert-cases.py filelist | |||
|
485 | modified_clean | |||
|
486 | ||||
480 | Script to make a simple text version of the content |
|
487 | Script to make a simple text version of the content | |
481 | --------------------------------------------------- |
|
488 | --------------------------------------------------- | |
482 |
|
489 |
General Comments 0
You need to be logged in to leave comments.
Login now