109 reference to the Mercurial vcs object |
109 reference to the Mercurial vcs object |
110 </dd> |
110 </dd> |
111 </dl> |
111 </dl> |
112 <a NAME="Purge.__getEntries" ID="Purge.__getEntries"></a> |
112 <a NAME="Purge.__getEntries" ID="Purge.__getEntries"></a> |
113 <h4>Purge.__getEntries</h4> |
113 <h4>Purge.__getEntries</h4> |
114 <b>__getEntries</b>(<i>repodir, deleteAll</i>) |
114 <b>__getEntries</b>(<i>deleteAll</i>) |
115 |
115 |
116 <p> |
116 <p> |
117 Private method to get a list of files/directories being purged. |
117 Private method to get a list of files/directories being purged. |
118 </p> |
118 </p> |
119 <dl> |
119 <dl> |
120 |
120 |
121 <dt><i>repodir</i></dt> |
121 <dt><i>deleteAll</i> (bool)</dt> |
122 <dd> |
|
123 directory name of the repository (string) |
|
124 </dd> |
|
125 <dt><i>deleteAll</i></dt> |
|
126 <dd> |
122 <dd> |
127 flag indicating to delete all files including ignored |
123 flag indicating to delete all files including ignored |
128 ones (boolean) |
124 ones |
129 </dd> |
125 </dd> |
130 </dl> |
126 </dl> |
131 <dl> |
127 <dl> |
132 <dt>Returns:</dt> |
128 <dt>Returns:</dt> |
133 <dd> |
129 <dd> |
134 name of the current patch (string) |
130 name of the current patch |
|
131 </dd> |
|
132 </dl> |
|
133 <dl> |
|
134 <dt>Return Type:</dt> |
|
135 <dd> |
|
136 str |
135 </dd> |
137 </dd> |
136 </dl> |
138 </dl> |
137 <a NAME="Purge.hgPurge" ID="Purge.hgPurge"></a> |
139 <a NAME="Purge.hgPurge" ID="Purge.hgPurge"></a> |
138 <h4>Purge.hgPurge</h4> |
140 <h4>Purge.hgPurge</h4> |
139 <b>hgPurge</b>(<i>name, deleteAll=False</i>) |
141 <b>hgPurge</b>(<i>deleteAll=False</i>) |
140 |
142 |
141 <p> |
143 <p> |
142 Public method to purge files and directories not tracked by Mercurial. |
144 Public method to purge files and directories not tracked by Mercurial. |
143 </p> |
145 </p> |
144 <dl> |
146 <dl> |
145 |
147 |
146 <dt><i>name</i></dt> |
148 <dt><i>deleteAll</i> (bool)</dt> |
147 <dd> |
|
148 file/directory name (string) |
|
149 </dd> |
|
150 <dt><i>deleteAll</i></dt> |
|
151 <dd> |
149 <dd> |
152 flag indicating to delete all files including ignored |
150 flag indicating to delete all files including ignored |
153 ones (boolean) |
151 ones |
154 </dd> |
152 </dd> |
155 </dl> |
153 </dl> |
156 <a NAME="Purge.hgPurgeList" ID="Purge.hgPurgeList"></a> |
154 <a NAME="Purge.hgPurgeList" ID="Purge.hgPurgeList"></a> |
157 <h4>Purge.hgPurgeList</h4> |
155 <h4>Purge.hgPurgeList</h4> |
158 <b>hgPurgeList</b>(<i>name, deleteAll=False</i>) |
156 <b>hgPurgeList</b>(<i>deleteAll=False</i>) |
159 |
157 |
160 <p> |
158 <p> |
161 Public method to list files and directories not tracked by Mercurial. |
159 Public method to list files and directories not tracked by Mercurial. |
162 </p> |
160 </p> |
163 <dl> |
161 <dl> |
164 |
162 |
165 <dt><i>name</i></dt> |
|
166 <dd> |
|
167 file/directory name (string) |
|
168 </dd> |
|
169 <dt><i>deleteAll</i></dt> |
163 <dt><i>deleteAll</i></dt> |
170 <dd> |
164 <dd> |
171 flag indicating to list all files including ignored |
165 flag indicating to list all files including ignored |
172 ones (boolean) |
166 ones (boolean) |
173 </dd> |
167 </dd> |