Mike Kupfer <mike.kupfer at sun.com> writes: > I've written and tested a script for bug #453 ("script for workspace > move without history"). This could be used by, e.g., the OpenRTI or SFW > gates to set up their initial Mercurial repository. > > I've posted a copy of the script and its man page at > http://cr.opensolaris.org/~kupfer/453/, and I welcome any review > comments on it.
sccs2hg-1.sh: 34: prog is set to 'sccs2hg-nohist', which is used in fail() and usage but my guess from how you named the files is that you expect this to be 'sccs2hg' 63: You could hg init "$hgdir" if you wanted, it'll create the directory and init it. I don't really mind either way. sccs2hg.1 Is the "default revision" text enough to suggest it does nothing about history, or do we want to state that explicitly? (I notice wx2hg(1) isn't particularly explicit in that respect, either) -- Rich