{# Copyright (C) 2006-2023 Edgewall Software This software is licensed as described in the file COPYING, which you should have received as part of this distribution. The terms are also available at https://trac.edgewall.org/wiki/TracLicense. This software consists of voluntary contributions made by many individuals. For the exact contribution history, see the revision history and logs, available at https://trac.edgewall.org/. #} # extends 'layout.html' # block title ${_("Prepare Diff")} ${ super() } # endblock title # block head ${ super() } # endblock head # block content

${_("Prepare Diff")}

${_("Select the base and the target for the diff:")}

# trans For either path, you can start typing the path and will be presented a list of existing directories and files to select from. Select an entry by clicking on it, or by using the up/down cursor keys and hitting tab. # endtrans

# call(note, page) jmacros.wikihelp('TracChangeset', '#ExaminingDifferencesBetweenBranches'): # trans note, page ${note} See ${page} for help on using the diff feature. # endtrans # endcall
${ super() } # endblock content