Bug 107859

Summary: Dummy mode for mergemaster
Product: Base System Reporter: Nate Eldredge <nge>
Component: binAssignee: Doug Barton <dougb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 6.2-RELEASE   
Hardware: Any   
OS: Any   

Description Nate Eldredge 2007-01-13 02:00:31 UTC
It would be nice if mergemaster(8) had a dummy mode where it would show you all the changes but not actually install any of them.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2007-01-13 02:40:19 UTC
Responsible Changed
From-To: freebsd-bugs->dougb

Over to maintainer.
Comment 2 Doug Barton freebsd_committer freebsd_triage 2007-01-14 07:06:17 UTC
State Changed
From-To: open->closed


There are at least two ways already to accomplish this. 
One is to just answer "d" to all the prompts. The other 
is to let it create the temproot, and kill it before 
it starts to compare (using -v helps for this). Then 
you can just do 'diff -ur / /var/tmp/temproot'. 

If you have something different in mind, please feel free 
to open a new PR with a patch, and I'll review it. 

Hope this helps, 

Doug