This is a placeholder project that may contain future additions to the Drush Issue Queue commands. Issue queue related commands start out here may eventually be adopted into that project.

At the moment, there are no commands in the Drush IQ Extras extension, as the two original commands that were here have been migrated back to the Drush Issue Queue Commands extension. The two original commands that were previously found here were:

  1. drush iq-open: Once you have applied a patch using drush iq-apply-patch, the iq-open command can be used to quickly open the files that were modified by that patch. It is also possible to select the file to open by providing a search term (literal or regular expression) that will match text added or removed by the patch.
  2. drush iq-submit: After applying a patch with drush iq-apply-patch, the iq-submit command will automatically create a new patch using drush iq-diff (which uses git format-patch by default), and upload it back to the issue queue, setting the status to "needs review" in the process. If you leave your modifications unstaged for commit, then iq-submit will also post an interdiff at the same time.

For more information, see the README file.

Project information

Releases