Closed (fixed)
Project:
Drush
Component:
Core Commands
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
25 Dec 2011 at 02:36 UTC
Updated:
10 Jan 2012 at 18:30 UTC
Jump to comment: Most recent file
Folks can use shell aliases now. Lets clean out some cobwebs before releasing 5.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | remove-deprecated-aliases.patch | 8.5 KB | greg.1.anderson |
Comments
Comment #1
greg.1.anderson commentedGood idea.
Comment #2
moshe weitzman commentedLooks good. Thanks.
Feel free to uncruft anything else you can think of.
Comment #3
greg.1.anderson commentedCommitted. The completeTest was using "uninstall" as a test; I changed the way that the test runs that may have changed its intention, but it does pass at the moment.
Comment #4
greg.1.anderson commentedIn commit f720e88, I added an "uninstall" shell alias to the completeTest.php file so that I could put the tests back the way they were, so that they would test the things they were originally intended to test.