/usr/share/doc/subcommander/html/ch02s05.html is in subcommander-doc 2.0.0~b5p2-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>The Log Graph Dialog</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="The Subcommander Guide"><link rel="up" href="ch02.html" title="Chapter 2. subcommander"><link rel="prev" href="ch02s04.html" title="The Log Dialog"><link rel="next" href="ch02s06.html" title="Configuration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">The Log Graph Dialog</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s04.html">Prev</a> </td><th width="60%" align="center">Chapter 2. subcommander</th><td width="20%" align="right"> <a accesskey="n" href="ch02s06.html">Next</a></td></tr></table><hr></div><div class="section" title="The Log Graph Dialog"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sc_sec_LogGraphDialog"></a>The Log Graph Dialog</h2></div></div></div><a class="indexterm" name="idp508536"></a><p>The <span class="bold"><strong>Log Graph Dialog</strong></span> show the
history of an item in a graphical view. It shows when an item or a copy
(ie. a branch or a tag) of that item was modified and at which revision it
was copied.</p><p>The graph is sorted by revision and by path. Sorted by revision
means that the revisions are sorted from left to right by their revision
number. Sorted by path means that commit revisions which modify an item in
the same path are grouped together.</p><p>Groups use different colors depending on their distance to the
original source path. In the screen shot the grey box (top left) is the
group for the /trunk path. At revision r1464 a new branch (1.1.x) was
created from /trunk. Since the branch has a differnt path we get a new
group in a different color. Its distance to the original source (ie.
/trunk) is 1. The tags created in revision r1475 and r1498 create two new
groups (different paths) but in the same color since the distance to their
original source (/trunk) is 2.</p><p>At the moment you can use the log graph only to view diffs between
revision which is described in the next section.</p><p>To zoom in or out, move the mouse into the button area and use the
mousewheel.</p><div class="figure"><a name="idp512080"></a><p class="title"><b>Figure 2.18. subcommander Log Graph Dialog</b></p><div class="figure-contents"><div class="mediaobject" align="center"><img src="images/Subcommander-LogGraph.png" align="middle" alt="subcommander Log Graph Dialog"></div></div></div><br class="figure-break"><div class="section" title="View Differences between Revisions"><div class="titlepage"><div><div><h3 class="title"><a name="idp513576"></a>View Differences between Revisions</h3></div></div></div><a class="indexterm" name="idp513968"></a><p>To view the differences between two revisions simply select both
revisions (use shift to select the second revision) and open the diff
dialog by clicking on the <span class="bold"><strong>diff</strong></span> button.
This will open subcommanders normal diff dialog filled with the selected
revisions and paths.</p><p>You can also select a group box which represents the head
revision.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s04.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">The Log Dialog </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Configuration</td></tr></table></div></body></html>
|