> Jimmy Vetayases wrote: > > Is there a way to bypass SCM detection in webrev? > It currently > tries to find the parent rev in the parent workspace > for hg repos. But I > do not want that. I just want it to compare the > contents of the working > directories. > > However, being able to specify changesets for > comparison would also work > > for me. Basically, I'd like to use it a graphical > html diff tool :) > > This will work if you haven't committed the changes, > ie working > directory against tip: > > webrev -p $CODEMGR_WS > > Basically compare against yourself. > > If the changes are committed (or are a mix) then you > can use a copy of > webrev/file.list with the HG_PARENT changed to the > changeset id you > want to compare against. That isn't perfect though > because I think that > will only list the files in the webrev that are > common between the two > changesets. > > -- > Darren J Moffat > _______________________________________________ > tools-discuss mailing list > [email protected]
Thanks! I didn't realize you could use -p on yourself and did not know about HG_PARENT=cid (not in man page btw), only CODEMGR_PARENT. That probably explains why CODEMGR_PARENT in my filelist doesn't work for hg repos :D -- This message posted from opensolaris.org _______________________________________________ tools-discuss mailing list [email protected]
