| D | manage.py | 6 manage.py release [<branch>] 52 def update(self, *args): member in Git 59 def clean_checkout(repo, branch): argument 60 repo.clean('-f', '-d') 61 repo.reset('--hard') 62 repo.checkout(branch) 115 env.fmt_repo.update(fmt_repo_url) 118 doc_repo.update('git@github.com:fmtlib/fmtlib.github.io') 129 for entry in ['_static', '_templates', 'basic-bootstrap', 'bootstrap', 171 'fmt::format_to(OutputIt, const S&, Args&&...) -> ' + [all …]
|