DebugClients/Python3/coverage/__main__.py@4ba7a8ab24f2
DebugClients/Python3/coverage/__main__.py
Sat, 10 Oct 2015 12:06:10 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 10 Oct 2015 12:06:10 +0200
- changeset 4487
- 4ba7a8ab24f2
- parent 3495
-
fac17a82b431
- child 4489
-
d0d6e4ad31bd
- permissions
- -rw-r--r--
Fixed an issue with the Mercurial commit command when amending a commit but not given a commit message.
"""Coverage.py's main entry point."""
import sys
from .cmdline import main
sys.exit(main())