##// END OF EJS Templates
Fix application name when printing subcommand help....
Fix application name when printing subcommand help. I introduced this bug in PR #5754. It's fixed against master in #5796, but that won't be backported to 2.x.
Thomas Kluyver -
r16639:ada98f61
Show More
Name Size Modified Last Commit Author
/ git-hooks
README.md Loading ...
install-hooks.sh Loading ...
post-checkout Loading ...
post-merge Loading ...

git hooks for IPython

add these to your .git/hooks

For now, we just have post-checkout and post-merge,
both of which just update submodules,
so make sure that you have a fully synced repo whenever you checkout or pull.

To use these hooks, run ./install-hooks.sh.