Changes between Version 5 and Version 6 of HowToBackport
- Timestamp:
- 04/13/13 23:57:30 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToBackport
v5 v6 18 18 If the latter is unclear, it should be discussed on the developers list. '''If in doubt, ask! ''' 19 19 In this case, a path/diff is appreciated. 20 21 == Comparing branches == 22 23 A `diff` tool like Kompare, Kdiff3, or Meld can help. These run the standard UNIX `diff -u` utility and show the results in an easy to navigate GUI. 24 25 You'll want to tell them to ignore the build files, svn paperwork files, compiled binaries, and "Last changed" timestamps on the help pages. 26 This is typically done by going into the options and telling it to ignore a list of wildcard'ed path names, and regex filter for the document content.