Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "use parser.parse_known_args() instead of parser.parse_args()" | Christopher Allan Webber | 2013-08-16 | 1 | -2/+1 |
| | | | | | | | | | | | | | | This reverts commit 029e779c468ba1a6bfd893679cfaae7f418f45dd. (and a bit more!) This wasn't needed anymore because we did a "rest" capture and passed that over to the reprocess run command. Conflicts: mediagoblin/gmg_commands/assetlink.py mediagoblin/gmg_commands/dbupdate.py mediagoblin/gmg_commands/import_export.py mediagoblin/gmg_commands/users.py | ||||
* | Throw an error if there are unrecognized arguments | Rodney Ewing | 2013-08-16 | 1 | -0/+1 |
| | |||||
* | use parser.parse_known_args() instead of parser.parse_args() | Rodney Ewing | 2013-08-16 | 1 | -1/+1 |
| | |||||
* | Cleaning a bit: os.path.sep.join -> os.path.join | Christopher Allan Webber | 2013-05-23 | 1 | -2/+2 |
| | |||||
* | docstring update: link theme... and plugins! | Christopher Allan Webber | 2013-05-23 | 1 | -1/+1 |
| | |||||
* | Generalize "gmg theme assetlink" -> "gmg assetlink" and cover both theme and ↵ | Christopher Allan Webber | 2013-05-23 | 1 | -0/+151 |
plugins We've moved the module... probably I'll re-add theme just to give a warning that this is deprecated. This commit sponsored by Kevin Williams. Thank you! |