>>>>> "Rich" == Richard Lowe <richlowe at richlowe.net> writes:
Rich> sccs2hg-1.sh: Rich> 34: prog is set to 'sccs2hg-nohist', which is used in fail() Rich> and usage but my guess from how you named the files is that Rich> you expect this to be 'sccs2hg' Yeah. I originally put "-nohist" in the name; when I shortened the name I missed this. Will fix. Rich> 63: You could hg init "$hgdir" if you wanted, it'll create the Rich> directory and init it. I don't really mind either way. Okay, I'll do it with ``hg init "$hgdir"''. Rich> sccs2hg.1 Rich> Is the "default revision" text enough to suggest it does Rich> nothing about history, or do we want to state that explicitly? I'll add a note about no history being retained. Rich> (I notice wx2hg(1) isn't particularly explicit in that respect, Rich> either) Well, wx2hg(1) does say that "any intermediate deltas will be lost", though I suppose it's not completely clear what "intermediate deltas" means. mike