File: trees.html

package info (click to toggle)
pybaz 1.5pre1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,644 kB
  • ctags: 3,289
  • sloc: python: 8,386; makefile: 89; sh: 15; lisp: 12
file content (298 lines) | stat: -rw-r--r-- 18,124 bytes parent folder | download
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>Module and Class Hierarchies</title>
  <link rel="stylesheet" href="epydoc.css" type="text/css"></link>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
      alink="#204080">

<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="center">
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="pybaz-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
    <th bgcolor="#70b0f0" class="navselect">&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar" width="100%"></th>
  </tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
  <tr valign="top">
    <td width="100%">
    </td>
    <td><table cellpadding="0" cellspacing="0">
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="trees.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
    </table></td>
</tr></table>

<!-- =========== START OF MODULE HIERARCHY =========== -->
<h2>Module Hierarchy</h2>
<ul>
<li> <b><a href="pybaz-module.html"><code>pybaz</code></a></b>: <i>High level bindings for the Arch revision control system</i>
  <ul>
    <li> <b><a href="pybaz.backends-module.html"><code>backends</code></a></b>: <i>Backend control.</i>
      <ul>
        <li> <b><a href="pybaz.backends.baz-module.html"><code>baz</code></a></b>: <i>Construction of tla commands</i>
        <li> <b><a href="pybaz.backends.commandline-module.html"><code>commandline</code></a></b>: <i>Command-line back-end glue.</i>
        <li> <b><a href="pybaz.backends.forkexec-module.html"><code>forkexec</code></a></b>: <i>PyArch specific process spawning</i>
        <li> <b><a href="pybaz.backends.logger-module.html"><code>logger</code></a></b>: <i>Command line logging</i>
      </ul>
    <li> <b><a href="pybaz.compat-module.html"><code>compat</code></a></b>: <i>Utilities for handling compatibility with multiple versions.</i>
    <li> <b><a href="pybaz.errors-module.html"><code>errors</code></a></b>: <i>PyArch exceptions</i>
    <li> <b><a href="pybaz.pathname-module.html"><code>pathname</code></a></b>: <i>File name manipulation.</i>
    <li> <b><a href="pybaz.util-module.html"><code>util</code></a></b>: <i>Obsolete utility module</i>
  </ul>
</ul>

<!-- =========== START OF CLASS HIERARCHY =========== -->
<h2>Class Hierarchy</h2>
<ul>
  <li> <b><a href="__builtin__.object-class.html"><code>__builtin__.object</code></a></b>: <i>
The most base type</i>
    <ul>
  <li> <b><a href="pybaz.ArchiveLocation-class.html"><code>pybaz.ArchiveLocation</code></a></b>: <i>
A location identified by an url and containing a Bazaar archive.</i>
  <li> <b><a href="pybaz.ArchiveLocationParams-class.html"><code>pybaz.ArchiveLocationParams</code></a></b>: <i>
Parameter Object used for creating archives masters and mirrors.</i>
  <li> <b><a href="__builtin__.basestring-class.html"><code>__builtin__.basestring</code></a></b>: <i>
Type basestring cannot be instantiated; it is the base for str and unicode.</i>
    <ul>
  <li> <b><a href="__builtin__.str-class.html"><code>__builtin__.str</code></a></b>: <i>
str(object) -&gt; string</i>
    <ul>
  <li> <b><a href="pybaz.NameParser-class.html"><code>pybaz.NameParser</code></a></b>: <i>
Parser for names in Arch archive namespace.</i>
  <li> <b><a href="pybaz.pathname.PathName-class.html"><code>pybaz.pathname.PathName</code></a></b>: <i>
String with extra methods for filename operations.</i>
    <ul>
  <li> <b><a href="pybaz.pathname.DirName-class.html"><code>pybaz.pathname.DirName</code></a></b>: <i>
PathName, further characterized as a directory name.</i>
    <ul>
  <li> <b><a href="pybaz.Changeset-class.html"><code>pybaz.Changeset</code></a></b>: <i>
Arch whole-tree changeset.</i>
  <li> <b><a href="pybaz.SourceTree-class.html"><code>pybaz.SourceTree</code></a></b>: <i>
Abstract base class for <a href="pybaz.ForeignTree-class.html" class="link"><code>ForeignTree</code></a> and <a href="pybaz.ArchSourceTree-class.html" class="link"><code>ArchSourceTree</code></a>.</i>
    <ul>
  <li> <b><a href="pybaz.ArchSourceTree-class.html"><code>pybaz.ArchSourceTree</code></a></b>: <i>
Abstract base class for Arch source trees.</i>
    <ul>
  <li> <b><a href="pybaz.LibraryTree-class.html"><code>pybaz.LibraryTree</code></a></b>: <i>
Read-only Arch source tree.</i>
  <li> <b><a href="pybaz.WorkingTree-class.html"><code>pybaz.WorkingTree</code></a></b>: <i>
Working source tree, Arch source tree which can be modified.</i>
    </ul>
  <li> <b><a href="pybaz.ForeignTree-class.html"><code>pybaz.ForeignTree</code></a></b>: <i>
Generic source tree without Arch support.</i>
    </ul>
    </ul>
  <li> <b><a href="pybaz.pathname.FileName-class.html"><code>pybaz.pathname.FileName</code></a></b>: <i>
PathName further characterized as a file name.</i>
    </ul>
    </ul>
    </ul>
  <li> <b><a href="pybaz.compat.BazaarCommandVersion-class.html"><code>pybaz.compat.BazaarCommandVersion</code></a></b>: <i>
Parsing and comparison of Bazaar version strings.</i>
  <li> <b><a href="pybaz.ChangesetApplication-class.html"><code>pybaz.ChangesetApplication</code></a></b>: <i>
Incremental changeset application process.</i>
  <li> <b><a href="pybaz.ChangesetCreation-class.html"><code>pybaz.ChangesetCreation</code></a></b>: <i>
Incremental changeset generation process.</i>
  <li> <b><a href="pybaz.Chatter-class.html"><code>pybaz.Chatter</code></a></b>: <i>
Chatter lines in <tt class="docutils literal docutils literal docutils literal"><span class="pre">tla</span></tt> output.</i>
  <li> <b><a href="pybaz.backends.commandline.CommandLineBackend-class.html"><code>pybaz.backends.commandline.CommandLineBackend</code></a></b>: <i>
Facade for command-line back-end options.</i>
  <li> <b><a href="pybaz.backends.forkexec.exec_safe_iter_stdout-class.html"><code>pybaz.backends.forkexec.exec_safe_iter_stdout</code></a></b>: <i>
Iterator over the output of a child process.</i>
  <li> <b><a href="pybaz.Factory-class.html"><code>pybaz.Factory</code></a></b>: <i>
Abstract factory for objects created by the public interface.</i>
  <li> <b><a href="pybaz.backends.logger.Logger-class.html"><code>pybaz.backends.logger.Logger</code></a></b>
    <ul>
  <li> <b><a href="pybaz.backends.logger.DebugLogger-class.html"><code>pybaz.backends.logger.DebugLogger</code></a></b>
    </ul>
  <li> <b><a href="pybaz.LogMessage-class.html"><code>pybaz.LogMessage</code></a></b>: <i>
Log message for use with commit, import or tag operations.</i>
  <li> <b><a href="pybaz.MergeOutcome-class.html"><code>pybaz.MergeOutcome</code></a></b>: <i>
Abstract base class for changeset application summary output lines.</i>
    <ul>
  <li> <b><a href="pybaz.PatchConflict-class.html"><code>pybaz.PatchConflict</code></a></b>: <i>
Changeset application summary line for a patch conflict.</i>
  <li> <b><a href="pybaz.TreeChange-class.html"><code>pybaz.TreeChange</code></a></b>: <i>
Abstract base class for <tt class="docutils literal docutils literal docutils literal"><span class="pre">changes</span></tt> summary output lines.</i>
    <ul>
  <li> <b><a href="pybaz.FileAddition-class.html"><code>pybaz.FileAddition</code></a></b>: <i>
Changeset summary line for a new file.</i>
  <li> <b><a href="pybaz.FileDeletion-class.html"><code>pybaz.FileDeletion</code></a></b>: <i>
Changeset  summary line for a deleted file.</i>
  <li> <b><a href="pybaz.FileModification-class.html"><code>pybaz.FileModification</code></a></b>: <i>
Changeset summary line for file whose contents were modified.</i>
  <li> <b><a href="pybaz.FilePermissionsChange-class.html"><code>pybaz.FilePermissionsChange</code></a></b>: <i>
Changeset summary line for a change in permissions.</i>
  <li> <b><a href="pybaz.FileRename-class.html"><code>pybaz.FileRename</code></a></b>: <i>
Changeset summary line for a renaming.</i>
  <li> <b><a href="pybaz.SymlinkModification-class.html"><code>pybaz.SymlinkModification</code></a></b>: <i>
Changeset summary line for a symlink modification.</i>
    </ul>
    </ul>
  <li> <b><a href="pybaz.NamespaceObject-class.html"><code>pybaz.NamespaceObject</code></a></b>: <i>
Base class for all archive objects.</i>
    <ul>
  <li> <b><a href="pybaz.ArchiveItem-class.html"><code>pybaz.ArchiveItem</code></a></b>: <i>
Base class for all archive components classes.</i>
    <ul>
  <li> <b><a href="pybaz.CategoryItem-class.html"><code>pybaz.CategoryItem</code></a></b>: <i>
Base class for archive classes below Category.</i>
    <ul>
  <li> <b><a href="pybaz.Branch-class.html"><code>pybaz.Branch</code></a></b>: <i>
Arch branch namespace object.</i>
  <li> <b><a href="pybaz.BranchItem-class.html"><code>pybaz.BranchItem</code></a></b>: <i>
Base class for archive classes Version and Revision.</i>
    <ul>
  <li> <b><a href="pybaz.Version-class.html"><code>pybaz.Version</code></a></b>: <i>
Arch version namespace object.</i>
  <li> <b><a href="pybaz.VersionItem-class.html"><code>pybaz.VersionItem</code></a></b>: <i>
Base class for Revision.</i>
    <ul>
  <li> <b><a href="pybaz.Revision-class.html"><code>pybaz.Revision</code></a></b>: <i>
Arch revision namespace object.</i>
    </ul>
    </ul>
    </ul>
  <li> <b><a href="pybaz.Setupable-class.html"><code>pybaz.Setupable</code></a></b>: <i>
Base class for container archive objects.</i>
    <ul>
  <li> <b><a href="pybaz.Category-class.html"><code>pybaz.Category</code></a></b>: <i>
Arch category namespace object.</i>
  <li> <b><a href="pybaz.Package-class.html"><code>pybaz.Package</code></a></b>: <i>
Base class for ordered container archive objects.</i>
    <ul>
  <li> <b><a href="pybaz.Branch-class.html"><code>pybaz.Branch</code></a></b>: <i>
Arch branch namespace object.</i>
  <li> <b><a href="pybaz.Version-class.html"><code>pybaz.Version</code></a></b>: <i>
Arch version namespace object.</i>
    </ul>
    </ul>
    </ul>
  <li> <b><a href="pybaz.RevisionIterable-class.html"><code>pybaz.RevisionIterable</code></a></b>: <i>
Abstract class for namespace classes above Revision.</i>
    <ul>
  <li> <b><a href="pybaz.Package-class.html"><code>pybaz.Package</code></a></b>: <i>
Base class for ordered container archive objects.</i>
    <ul>
  <li> <b><a href="pybaz.Branch-class.html"><code>pybaz.Branch</code></a></b>: <i>
Arch branch namespace object.</i>
  <li> <b><a href="pybaz.Version-class.html"><code>pybaz.Version</code></a></b>: <i>
Arch version namespace object.</i>
    </ul>
  <li> <b><a href="pybaz.Version-class.html"><code>pybaz.Version</code></a></b>: <i>
Arch version namespace object.</i>
  <li> <b><a href="pybaz.VersionIterable-class.html"><code>pybaz.VersionIterable</code></a></b>: <i>
Abstract class for archive classes above Version.</i>
    <ul>
  <li> <b><a href="pybaz.Branch-class.html"><code>pybaz.Branch</code></a></b>: <i>
Arch branch namespace object.</i>
  <li> <b><a href="pybaz.BranchIterable-class.html"><code>pybaz.BranchIterable</code></a></b>: <i>
Base class for archive classes above Branch.</i>
    <ul>
  <li> <b><a href="pybaz.Category-class.html"><code>pybaz.Category</code></a></b>: <i>
Arch category namespace object.</i>
  <li> <b><a href="pybaz.CategoryIterable-class.html"><code>pybaz.CategoryIterable</code></a></b>: <i>
Base class for Archive.</i>
    <ul>
  <li> <b><a href="pybaz.Archive-class.html"><code>pybaz.Archive</code></a></b>: <i>
Arch archive namespace object.</i>
    </ul>
    </ul>
    </ul>
    </ul>
    </ul>
  <li> <b><a href="pybaz.Patchlog-class.html"><code>pybaz.Patchlog</code></a></b>: <i>
Log entry associated to a revision.</i>
  <li> <b><a href="pybaz.RevisionFile-class.html"><code>pybaz.RevisionFile</code></a></b>: <i>
File component of an archived revision.</i>
  <li> <b><a href="pybaz.backends.commandline.SpawningStrategy-class.html"><code>pybaz.backends.commandline.SpawningStrategy</code></a></b>: <i>
Abstract class for process spawning strategies.</i>
    <ul>
  <li> <b><a href="pybaz.backends.commandline.DelayedGuessedSpawningStrategy-class.html"><code>pybaz.backends.commandline.DelayedGuessedSpawningStrategy</code></a></b>: <i>
SpawningStrategy that uses Twisted if it is present in <tt class="docutils literal docutils literal docutils literal"><span class="pre">sys.modules</span></tt>.</i>
  <li> <b><a href="pybaz.backends.forkexec.PyArchSpawningStrategy-class.html"><code>pybaz.backends.forkexec.PyArchSpawningStrategy</code></a></b>
    </ul>
  <li> <b><a href="pybaz.compat.status-class.html"><code>pybaz.compat.status</code></a></b>
  <li> <b><a href="pybaz.backends.forkexec.StdoutType-class.html"><code>pybaz.backends.forkexec.StdoutType</code></a></b>
  <li> <b><a href="pybaz.backends.forkexec.StringOutput-class.html"><code>pybaz.backends.forkexec.StringOutput</code></a></b>: <i>
Memory buffer storing a pipe output asynchronously.</i>
  <li> <b><a href="__builtin__.tuple-class.html"><code>__builtin__.tuple</code></a></b>: <i>
tuple() -&gt; an empty tuple
tuple(sequence) -&gt; tuple initialized from sequence's items</i>
  <li> <b><a href="__builtin__.type-class.html"><code>__builtin__.type</code></a></b>: <i>
type(object) -&gt; the object's type
type(name, bases, dict) -&gt; a new type</i>
    </ul>
  <li> <b><a href="exceptions.Exception-class.html"><code>exceptions.Exception</code></a></b>: <i>
Common base class for all exceptions.</i>
    <ul>
  <li> <b><a href="pybaz.errors.ArchiveNotRegistered-class.html"><code>pybaz.errors.ArchiveNotRegistered</code></a></b>: <i>
Tried to access an unregistered archive.</i>
  <li> <b><a href="pybaz.errors.ChangesetConflict-class.html"><code>pybaz.errors.ChangesetConflict</code></a></b>: <i>
A conflict occured when applying a changeset.</i>
  <li> <b><a href="pybaz.errors.IllegalEscapeSequence-class.html"><code>pybaz.errors.IllegalEscapeSequence</code></a></b>: <i>
Illegal syntax in a pika-escaped string.</i>
  <li> <b><a href="pybaz.errors.LocationAlreadyRegistered-class.html"><code>pybaz.errors.LocationAlreadyRegistered</code></a></b>: <i>
Tried to register a location that was already registered.</i>
  <li> <b><a href="pybaz.errors.LocationNotRegistered-class.html"><code>pybaz.errors.LocationNotRegistered</code></a></b>: <i>
Tried to unregister a location that is not registered.</i>
  <li> <b><a href="pybaz.errors.MetaInfoError-class.html"><code>pybaz.errors.MetaInfoError</code></a></b>: <i>
The requested archive meta-info was not present.</i>
  <li> <b><a href="pybaz.errors.MirrorLocationMismatch-class.html"><code>pybaz.errors.MirrorLocationMismatch</code></a></b>: <i>
Tried to mirror to a location that contains a different archive.</i>
  <li> <b><a href="pybaz.errors.MissingFileError-class.html"><code>pybaz.errors.MissingFileError</code></a></b>: <i>
A request file is not present in the given revision.</i>
  <li> <b><a href="pybaz.errors.NamespaceError-class.html"><code>pybaz.errors.NamespaceError</code></a></b>: <i>
Invalid Arch namespace name, or incorrect kind of name.</i>
  <li> <b><a href="pybaz.errors.NoPristineFoundError-class.html"><code>pybaz.errors.NoPristineFoundError</code></a></b>: <i>
Failed to find a pristine for the given revision.</i>
  <li> <b><a href="pybaz.errors.SourceTreeError-class.html"><code>pybaz.errors.SourceTreeError</code></a></b>: <i>
Tried to create a source tree object from non-tree-root directory.</i>
  <li> <b><a href="exceptions.StandardError-class.html"><code>exceptions.StandardError</code></a></b>: <i>
Base class for all standard Python exceptions.</i>
    <ul>
  <li> <b><a href="exceptions.RuntimeError-class.html"><code>exceptions.RuntimeError</code></a></b>: <i>
Unspecified run-time error.</i>
    <ul>
  <li> <b><a href="pybaz.errors.ExecProblem-class.html"><code>pybaz.errors.ExecProblem</code></a></b>
    </ul>
    </ul>
  <li> <b><a href="pybaz.errors.TreeRootError-class.html"><code>pybaz.errors.TreeRootError</code></a></b>: <i>
Could not find the Arch tree-root of a directory.</i>
  <li> <b><a href="pybaz.errors.TreeVersionError-class.html"><code>pybaz.errors.TreeVersionError</code></a></b>: <i>
Arch source tree does not have a valid default version.</i>
  <li> <b><a href="pybaz.errors.UntaggedFileError-class.html"><code>pybaz.errors.UntaggedFileError</code></a></b>: <i>
Tried to get the id-tag of file which has none.</i>
    </ul>
  <li> <b><a href="pybaz.backends.baz.Tla10-class.html"><code>pybaz.backends.baz.Tla10</code></a></b>
  <li> <b><a href="pybaz.backends.baz.Tla11-class.html"><code>pybaz.backends.baz.Tla11</code></a></b>
  <li> <b><a href="pybaz.backends.forkexec.ChildProcess-class.html"><code>pybaz.backends.forkexec.ChildProcess</code></a></b>: <i>
Description of a child process, for error handling.</i>
</ul>

<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="center">
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="pybaz-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar" width="100%"></th>
  </tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td align="left"><font size="-2">Generated by Epydoc 2.1 on Fri Jul  7 10:56:35 2006</font></td>
    <td align="right"><a href="http://epydoc.sourceforge.net"
                      ><font size="-2">http://epydoc.sf.net</font></a></td>
  </tr>
</table>
</body>
</html>