This file is indexed.

/usr/share/doc/monotone/html/index.html is in monotone-doc 1.0-3.

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
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<html lang="en">
<head>
<title>monotone documentation</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="monotone documentation">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="../index.html#dir" title="(dir)">
<link rel="prev" href="../index.html#dir" title="(dir)">
<link rel="next" href="Concepts.html#Concepts" title="Concepts">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
<link rel="stylesheet" type="text/css" href="texinfo.css">
</head>
<body>
<h1 class="settitle">monotone documentation</h1>
<div class="node">
<a name="Top"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Concepts.html#Concepts">Concepts</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="../index.html#dir">(dir)</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="../index.html#dir">(dir)</a>
<hr>
</div>

<h2 class="unnumbered">Overview</h2>

<p>Monotone is a distributed version control tool. It can help automate
many tedious and error-prone tasks in group software development.
     <ul>
<li>Store multiple versions of files you are working on efficiently. 
<li>Transmit changes to files between you and your colleagues. 
<li>Merge changes you make with those your colleagues make. 
<li>Make notes about your opinion of the quality of versions of files. 
<li>Make decisions about using or ignoring versions, depending on the notes
you receive from others. 
</ul>

<p>Please be aware that monotone is a slightly unorthodox version control
tool, and many of its concepts are similar &mdash; but subtly or
significantly different &mdash; from concepts with similar names in other
version control tools.

<ul class="menu">
<li><a accesskey="1" href="Concepts.html#Concepts">Concepts</a>:                     Taxonomy of monotone
<li><a accesskey="2" href="Tutorial.html#Tutorial">Tutorial</a>:                     A detailed example of using monotone
<li><a accesskey="3" href="Advanced-Uses.html#Advanced-Uses">Advanced Uses</a>:                Going beyond the basics
<li><a accesskey="4" href="Command-Reference.html#Command-Reference">Command Reference</a>:            Details of each monotone command
<li><a accesskey="5" href="Formats.html#Formats">Formats</a>:                      Formats used by monotone and scripts
<li><a accesskey="6" href="Lua-Reference.html#Lua-Reference">Lua Reference</a>:                How Lua is integrated in monotone
<li><a accesskey="7" href="Special-Topics.html#Special-Topics">Special Topics</a>:               Extra explanations and details
<li><a accesskey="8" href="Default-hooks.html#Default-hooks">Default hooks</a>:                The standard hook definitions
<li><a accesskey="9" href="General-Index.html#General-Index">General Index</a>:                Index of concepts and functions
</ul>

<p>Complete table of contents

<div class="contents">
<h2>Table of Contents</h2>
<ul>
<li><a name="toc_Top" href="index.html#Top">Overview</a>
<li><a name="toc_Concepts" href="Concepts.html#Concepts">1 Concepts</a>
<ul>
<li><a href="Versions-of-files.html#Versions-of-files">1.1 Versions of files</a>
<li><a href="Versions-of-trees.html#Versions-of-trees">1.2 Versions of trees</a>
<li><a href="Historical-records.html#Historical-records">1.3 Historical records</a>
<li><a href="Certificates.html#Certificates">1.4 Certificates</a>
<li><a href="Storage-and-workflow.html#Storage-and-workflow">1.5 Storage and workflow</a>
<li><a href="Forks-and-merges.html#Forks-and-merges">1.6 Forks and merges</a>
<li><a href="Branches.html#Branches">1.7 Branches</a>
<ul>
<li><a href="Branches.html#Branches">1.7.1 Heads and merging</a>
<li><a href="Branches.html#Branches">1.7.2 Branch Names</a>
</li></ul>
</li></ul>
<li><a name="toc_Tutorial" href="Tutorial.html#Tutorial">2 Tutorial</a>
<ul>
<li><a href="Tutorial.html#Tutorial">2.1 Issues</a>
<ul>
<li><a href="Tutorial.html#Tutorial">2.1.1 Standard Options</a>
<li><a href="Tutorial.html#Tutorial">2.1.2 Revision Selectors</a>
</li></ul>
<li><a href="Tutorial.html#Tutorial">2.2 The Fictional Project</a>
<li><a href="Creating-a-Database.html#Creating-a-Database">2.3 Creating a Database</a>
<li><a href="Generating-Keys.html#Generating-Keys">2.4 Generating Keys</a>
<li><a href="Starting-a-New-Project.html#Starting-a-New-Project">2.5 Starting a New Project</a>
<li><a href="Adding-Files.html#Adding-Files">2.6 Adding Files</a>
<li><a href="Committing-Work.html#Committing-Work">2.7 Committing Work</a>
<li><a href="Basic-Network-Service.html#Basic-Network-Service">2.8 Basic Network Service</a>
<li><a href="Synchronising-Databases.html#Synchronising-Databases">2.9 Synchronising Databases</a>
<li><a href="Making-Changes.html#Making-Changes">2.10 Making Changes</a>
<li><a href="Dealing-with-a-Fork.html#Dealing-with-a-Fork">2.11 Dealing with a Fork</a>
<li><a href="Branching-and-Merging.html#Branching-and-Merging">2.12 Branching and Merging</a>
<li><a href="Network-Service-Revisited.html#Network-Service-Revisited">2.13 Network Service Revisited</a>
</li></ul>
<li><a name="toc_Advanced-Uses" href="Advanced-Uses.html#Advanced-Uses">3 Advanced Uses</a>
<ul>
<li><a href="Other-Transports.html#Other-Transports">3.1 Other Transports</a>
<li><a href="Selectors.html#Selectors">3.2 Selectors</a>
<li><a href="Restrictions.html#Restrictions">3.3 Restrictions</a>
<li><a href="Scripting.html#Scripting">3.4 Scripting</a>
<li><a href="Inodeprints.html#Inodeprints">3.5 Inodeprints</a>
<li><a href="Merge-Conflicts.html#Merge-Conflicts">3.6 Merge Conflicts</a>
<ul>
<li><a href="Merge-Conflicts.html#Merge-Conflicts">3.6.1 Conflict Types</a>
</li></ul>
<li><a href="Workspace-Collisions.html#Workspace-Collisions">3.7 Workspace Collisions</a>
<li><a href="Quality-Assurance.html#Quality-Assurance">3.8 Quality Assurance</a>
<li><a href="Vars.html#Vars">3.9 Vars</a>
<li><a href="Managed-Databases.html#Managed-Databases">3.10 Managed Databases</a>
<li><a href="Reserved-Files.html#Reserved-Files">3.11 Reserved Files</a>
<li><a href="Reserved-Certs.html#Reserved-Certs">3.12 Reserved Certs</a>
<li><a href="Naming-Conventions.html#Naming-Conventions">3.13 Naming Conventions</a>
<li><a href="File-Attributes.html#File-Attributes">3.14 File Attributes</a>
<li><a href="Migrating-and-Dumping.html#Migrating-and-Dumping">3.15 Migrating and Dumping</a>
<li><a href="Importing-from-CVS.html#Importing-from-CVS">3.16 Importing from CVS</a>
<li><a href="Exporting-to-GIT.html#Exporting-to-GIT">3.17 Exporting to GIT</a>
<li><a href="Using-packets.html#Using-packets">3.18 Using packets</a>
<li><a href="Bisecting.html#Bisecting">3.19 Bisecting</a>
</li></ul>
<li><a name="toc_Command-Reference" href="Command-Reference.html#Command-Reference">4 Command Reference</a>
<ul>
<li><a href="Global-and-Common-Options.html#Global-and-Common-Options">4.1 Global and Common Options</a>
<ul>
<li><a href="Global-Options.html#Global-Options">4.1.1 Global Options</a>
<li><a href="Common-Options.html#Common-Options">4.1.2 Common Options</a>
</li></ul>
<li><a href="Tree.html#Tree">4.2 Tree</a>
<ul>
<li><a href="Conflicts.html#Conflicts">4.2.1 Conflicts</a>
</li></ul>
<li><a href="Workspace.html#Workspace">4.3 Workspace</a>
<li><a href="Network.html#Network">4.4 Network</a>
<li><a href="Informative.html#Informative">4.5 Informative</a>
<li><a href="Review.html#Review">4.6 Review</a>
<li><a href="Variables.html#Variables">4.7 Variables</a>
<li><a href="Key-and-Cert.html#Key-and-Cert">4.8 Key and Cert</a>
<li><a href="Packet-I_002fO.html#Packet-I_002fO">4.9 Packet I/O</a>
<li><a href="Database.html#Database">4.10 Database</a>
<li><a href="Automation.html#Automation">4.11 Automation</a>
<li><a href="VCS.html#VCS">4.12 VCS</a>
</li></ul>
<li><a name="toc_Formats" href="Formats.html#Formats">5 Formats</a>
<ul>
<li><a href="Formats.html#Formats">5.1 <code>basic_io</code> Format</a>
</li></ul>
<li><a name="toc_Lua-Reference" href="Lua-Reference.html#Lua-Reference">6 Lua Reference</a>
<ul>
<li><a href="Hooks.html#Hooks">6.1 Hooks</a>
<ul>
<li><a href="Common-Data-Types.html#Common-Data-Types">6.1.1 Common Data Types</a>
<li><a href="Event-Notifications-and-Triggers.html#Event-Notifications-and-Triggers">6.1.2 Event Notifications and Triggers</a>
<li><a href="User-Defaults.html#User-Defaults">6.1.3 User Defaults</a>
<li><a href="Netsync-Permission-Hooks.html#Netsync-Permission-Hooks">6.1.4 Netsync Permission Hooks</a>
<li><a href="Netsync-Transport-Hooks.html#Netsync-Transport-Hooks">6.1.5 Netsync Transport Hooks</a>
<li><a href="Trust-Evaluation-Hooks.html#Trust-Evaluation-Hooks">6.1.6 Trust Evaluation Hooks</a>
<li><a href="External-Diff-Tools.html#External-Diff-Tools">6.1.7 External Diff Tools</a>
<li><a href="External-Merge-Tools.html#External-Merge-Tools">6.1.8 External Merge Tools</a>
<li><a href="Selector-Expansion.html#Selector-Expansion">6.1.9 Selector Expansion</a>
<li><a href="Attribute-Handling.html#Attribute-Handling">6.1.10 Attribute Handling</a>
<li><a href="GIT-Export-Hooks.html#GIT-Export-Hooks">6.1.11 GIT Export Hooks</a>
<li><a href="Validation-Hooks.html#Validation-Hooks">6.1.12 Validation Hooks</a>
</li></ul>
<li><a href="Additional-Lua-Functions.html#Additional-Lua-Functions">6.2 Additional Lua Functions</a>
<li><a href="Implementation-Differences.html#Implementation-Differences">6.3 Implementation Differences</a>
</li></ul>
<li><a name="toc_Special-Topics" href="Special-Topics.html#Special-Topics">7 Special Topics</a>
<ul>
<li><a href="Internationalization.html#Internationalization">7.1 Internationalization</a>
<li><a href="Hash-Integrity.html#Hash-Integrity">7.2 Hash Integrity</a>
<li><a href="Rebuilding-ancestry.html#Rebuilding-ancestry">7.3 Rebuilding ancestry</a>
<li><a href="Regexps.html#Regexps">7.4 Regular Expression Syntax</a>
<ul>
<li><a href="Regexp-Summary.html#Regexp-Summary">7.4.1 Regexp Syntax Summary</a>
<li><a href="Regexp-Details.html#Regexp-Details">7.4.2 Regexp Details</a>
</li></ul>
</li></ul>
<li><a name="toc_Default-hooks" href="Default-hooks.html#Default-hooks">Appendix A Default hooks</a>
<li><a name="toc_General-Index" href="General-Index.html#General-Index">General Index</a>
</li></ul>
</div>

</body></html>