Print this page
9001 cdm is useless, remove it
9002 webrev should know how to get the git user name
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Joshua M. Clulow <jmc@joyent.com>

@@ -47,19 +47,13 @@
         libraries used by the build tools.
 
 /opt/onbld/lib/python<version>/
         python modules used by the build tools.
 
-/opt/onbld/lib/python<version>/onbld/hgext
-        Mercurial extensions.
-
 /opt/onbld/lib/python/ 
         symlink to the modules directory of the currently preferred
-        python version.  This exists to retain compatibility both for
-        tools expecting only one supported version of python, and for
-        user .hgrc files that expect to find cdm.py in
-        /opt/onbld/lib/python/onbld/hgext.
+        python version.
 
 /opt/onbld/man
         rudimentary man pages for some of the tools.
 
 

@@ -77,14 +71,10 @@
 
 build_cscope
         builds cscope databases in the uts, the platform subdirectories
         of uts, and in usr/src. Uses cscope-fast.
 
-cdm 
-        A Mercurial extension providing various commands useful for ON
-        development
-
 check_rtime
         checks ELF attributes used by ELF dynamic objects in the proto area.
         Used by 'nightly's -r option, to check a number of ELF runtime
         attributes for consistency with common build rules.  nightly uses
         the -o option to simplify the output for diffing with previous

@@ -160,17 +150,10 @@
 
 hdrchk
         checks headers for compliance with OS/Net standards (form, includes,
         C++ guards).
 
-hgsetup
-        creates a basic Mercurial configuration for the user.
-
-hg-active
-        helper used by webrev to generate file lists for Mercurial
-        workspaces.
-
 install.bin
         binary version of /usr/sbin/install. Used to be vastly faster
         (since /usr/sbin/install is a shell script), but may only be a bit
         faster now. One speedup includes avoiding the name service for the
         well-known, never-changing password entries like 'root' and 'sys.'