Add hm/hmm/hmmm command.

Everyone always mixes up m/mm/mmm and may not know about the "help"
command; this seems to be a nice way to remind yourself. :)

Change-Id: I009c7f7891768a8605c06e8d16384a812e607438
diff --git a/envsetup.sh b/envsetup.sh
index 26784ad..8fe6433 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -658,6 +658,17 @@
     fi
 }
 
+function hmm()
+{
+cat <<EOF
+- m:       Makes from the top of the tree.
+- mm:      Builds all of the modules in the current directory.
+- mmm dir: Same as 'cd dir; mm'
+
+Type 'help' for more commands.
+EOF
+}
+
 function croot()
 {
     T=$(gettop)