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>
*** 13,24 ****
webrev [ common-options ] -w wx-file
DESCRIPTION
webrev builds a set of HTML files suitable for performing code review
! of source changes in a web browser. It supports Mercurial, Git and
! Subversion repositories. At its most basic, usage is:
$ webrev
In which case webrev attempts to figure out the list of files for
review. If that fails, or if more control over the set of files is
needed, a file list may be specified. webrev also attempts to deduce a
--- 13,24 ----
webrev [ common-options ] -w wx-file
DESCRIPTION
webrev builds a set of HTML files suitable for performing code review
! of source changes in a web browser. It supports Git and Subversion
! repositories. At its most basic, usage is:
$ webrev
In which case webrev attempts to figure out the list of files for
review. If that fails, or if more control over the set of files is
needed, a file list may be specified. webrev also attempts to deduce a
*** 85,100 ****
Discovering the SCM in use.
webrev makes use of which_scm(1ONBLD) to determine the SCM in use for a
given workspace.
- Mercurial
- In the case of Mercurial webrev will attempt to use the output from the
- hg(1) "hg root" command to identify the workspace root, and the "hg
- path default" command to identify the parent workspace.
-
-
Git
In the case of Git webrev will attempt to use the output from the
git(1) "git rev-parse --git-dir" command to identify the workspace
root, and will attempt to use the remote branch which the current
branch is tracking as the parent, if none is specified 'origin/master'
--- 85,94 ----
*** 366,376 ****
This will remove just the bugfix.onnv directory.
SEE ALSO
! hg(1), git(1), ssh_config(4), svn(1), which_scm(1ONBLD)
ACKNOWLEDGEMENTS
Acknowledgements to Rob Thurlow, Mike Eisler, Lin Ling, Rod Evans, Mike
Kupfer, Greg Onufer, Glenn Skinner, Oleg Larin, David Robinson, Matthew
--- 360,370 ----
This will remove just the bugfix.onnv directory.
SEE ALSO
! git(1), ssh_config(4), svn(1), which_scm(1ONBLD)
ACKNOWLEDGEMENTS
Acknowledgements to Rob Thurlow, Mike Eisler, Lin Ling, Rod Evans, Mike
Kupfer, Greg Onufer, Glenn Skinner, Oleg Larin, David Robinson, Matthew