Re: webrev.ksh on Ubuntu 12.04

2013-11-26 Thread Dave Pointon
out if there's another problem to fix here before proceeding with that. Mike On Nov 21 2013, at 04:42 , Dave Pointon wrote: Yep, self-evidently the file exists, if it didn't, then the hg paths command wouldn't generate anything. So ... $ ( hg paths ; cat .hg/hgrc ) defau

Re: webrev.ksh on Ubuntu 12.04

2013-11-21 Thread Dave Pointon
e "hg help outgoing" to show the full help text' + [[ -n $'\n\nhg outgoing [-M] [-p] [-n] [-f] [-r REV]... [DEST]\nshow changesets not found in the destination\nuse "hg help outgoing" to show the full help text' ]] + echo $'\n\nhg outgoing [-M] [-p] [-n] [-f] [-r R

Re: webrev.ksh on Ubuntu 12.04

2013-11-15 Thread Dave Pointon
e}\n' fclog = log --template '[{rev}] {node|short} ({tags}) {desc}\n' cmr_log = log --template '[{rev}] {node|short}- {desc|firstline}\n' Rgds , -- Dave Pointon FIAP MBCS Now I saw, tho' too late, the folly of beginning a work before we count the cost and before we we ju

Re: webrev.ksh on Ubuntu 12.04

2013-11-15 Thread Dave Pointon
home/dpointo8/work/repos/Mercurial/upstream/webrev Output Files: configure patch cdiffs udiffs wdiffs[fail] sdiffs frames old new index.html: Done. Output to: /home/dpointo8/work/repos/Mercurial/upstream/webrev [paths] default = http://hg.openjdk.java.net/jdk8/jdk8

Re: webrev.ksh on Ubuntu 12.04

2013-11-14 Thread Dave Pointon
Hi ya Anthony , > Did you try "our" (unmodified) webrev.ksh script from make/scripts/ of > the top-level repo? Does it still fail for uncommitted changes? > Yep, sorry to be the bearer of bad news, but I'm afraid it does, that's where I got it from to start wi

Re: webrev.ksh on Ubuntu 12.04

2013-11-14 Thread Dave Pointon
, then my (modified) webrev.ksh fails to find anything on which to report - and thus produces an empty report but no errors. > PS. Please use Reply-All instead of Reply when replying to mailing list > messages. > Reply all duly used :-) > -- > best regards, > Anthony > &

Re: webrev.ksh on Ubuntu 12.04

2013-11-14 Thread Dave Pointon
o try to hack the webrev.ksh script to print what's going > wrong. You could just print the arguments for the line: > >ALL_CREV=`hg outgoing -q --template '{rev}\n' $OUTPWS | sort -n` > > which seems to cause problems on your site. Maybe Anthony is right and > your OUTPWS is somehow miss-detected. > > Regards, > Volker -- Dave Pointon FIAP MBCS Now I saw, tho' too late, the folly of beginning a work before we count the cost and before we we judge rightly of our strength to go thro' with it - Robinson Crusoe

Re: webrev.ksh on Ubuntu 12.04

2013-11-14 Thread Dave Pointon
Hi Volker , On Thu, 2013-11-14 at 10:12 +0100, Volker Simonis wrote: > Does "hg outgoing"/"hg incoming" work? > > This doesn't seem to be webrev.ksh problem. > Yep, when run mandraulically, hg outgoing works fine and shows the expected one change in th

webrev.ksh on Ubuntu 12.04

2013-11-13 Thread Dave Pointon
extraneous prefix such as 'default =' +OUTPWS="`echo $OUTPWS | $AWK '{print $NF}'`" + # OUTPWS may contain username:password, let's make sure we remove the # sensitive information before we print out anything in the HTML # Any thoughts greatly appreciat