Commit 582c0e69 breaks the fedpkg lint command. Patch attached.
fedpkg lint
{{{ [user@host barcode]$ fedpkg lint Traceback (most recent call last): File "/path/to/fedora-packager/src/fedpkg.py", line 668, in args.command(args) AttributeError: 'Namespace' object has no attribute 'command' }}}
attachment 0001-Re-add-lint-command-hookup-into-argparse-magic.patch
Instead of applying the attached patch, you can also merge git://fedorapeople.org/~ndim/fedora-packager.git branch fix-lint-command-hookup
git://fedorapeople.org/~ndim/fedora-packager.git
fix-lint-command-hookup
Applied. Clearly I need some test coverage here.