Changes between Version 5 and Version 6 of HowToBackport


Ignore:
Timestamp:
Apr 13, 2013, 11:57:30 PM (11 years ago)
Author:
hamish
Comment:

+ Comparing branches

Legend:

Unmodified
Added
Removed
Modified
  • HowToBackport

    v5 v6  
    1818If the latter is unclear, it should be discussed on the developers list. '''If in doubt, ask! '''
    1919In this case, a path/diff is appreciated.
     20
     21== Comparing branches ==
     22
     23A `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
     25You'll want to tell them to ignore the build files, svn paperwork files, compiled binaries, and "Last changed" timestamps on the help pages.
     26This 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.