##// 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.

File last commit:

r16303:cb28081f
r16639:ada98f61
Show More
README.md
9 lines | 274 B | text/x-minidsrc | MarkdownLexer

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.