()
| 994 | |
| 995 | |
| 996 | def reset_state(): |
| 997 | global state |
| 998 | if ask_yes_no("Are you sure? This will erase all current progress"): |
| 999 | maybe_remove_rc_from_svn() |
| 1000 | shutil.rmtree(os.path.join(state.config_path, state.release_version)) |
| 1001 | state.clear() |
| 1002 | |
| 1003 | |
| 1004 | def template(name, vars=None): |
nothing calls this directly
no test coverage detected
searching dependent graphs…