Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create paranoid mode for export script. | Raul Cuza | 2011-07-06 | 1 | -1/+14 |
| | | | | | | Paranoid mode does not modify the git repository, but does modify the files. This allows git-diff to be used to see what will change when run in regular mode. | ||||
* | Finish converting find_and_replace calls to use dryrun argument. | Raul Cuza | 2011-07-06 | 1 | -9/+22 |
| | | | | | Set default value to false. Made the find_and_replace calls multilined. | ||||
* | Extend dry-run mode to file replacement | Raul Cuza | 2011-07-06 | 1 | -19/+35 |
| | |||||
* | Add command line options to export tool. | Raul Cuza | 2011-07-06 | 1 | -31/+74 |
| | | | | Run with -h to see all the options. | ||||
* | Add new version variables to export script | Raul Cuza | 2011-07-06 | 1 | -3/+14 |
| | |||||
* | Refactor export.py to use main() clause. | Raul Cuza | 2011-07-06 | 1 | -0/+125 |
Minimal testing has been done to compare export.py and export2.py. |