87 <dd> |
87 <dd> |
88 reference to the Mercurial vcs object |
88 reference to the Mercurial vcs object |
89 </dd> |
89 </dd> |
90 </dl><a NAME="Purge.__getEntries" ID="Purge.__getEntries"></a> |
90 </dl><a NAME="Purge.__getEntries" ID="Purge.__getEntries"></a> |
91 <h4>Purge.__getEntries</h4> |
91 <h4>Purge.__getEntries</h4> |
92 <b>__getEntries</b>(<i>repodir, all</i>) |
92 <b>__getEntries</b>(<i>repodir, deleteAll</i>) |
93 <p> |
93 <p> |
94 Private method to get a list of files/directories being purged. |
94 Private method to get a list of files/directories being purged. |
95 </p><dl> |
95 </p><dl> |
96 <dt><i>repodir</i></dt> |
96 <dt><i>repodir</i></dt> |
97 <dd> |
97 <dd> |
98 directory name of the repository (string) |
98 directory name of the repository (string) |
99 </dd><dt><i>all</i></dt> |
99 </dd><dt><i>deleteAll</i></dt> |
100 <dd> |
100 <dd> |
101 flag indicating to delete all files including ignored ones |
101 flag indicating to delete all files including ignored |
102 (boolean) |
102 ones (boolean) |
103 </dd> |
103 </dd> |
104 </dl><dl> |
104 </dl><dl> |
105 <dt>Returns:</dt> |
105 <dt>Returns:</dt> |
106 <dd> |
106 <dd> |
107 name of the current patch (string) |
107 name of the current patch (string) |
108 </dd> |
108 </dd> |
109 </dl><a NAME="Purge.hgPurge" ID="Purge.hgPurge"></a> |
109 </dl><a NAME="Purge.hgPurge" ID="Purge.hgPurge"></a> |
110 <h4>Purge.hgPurge</h4> |
110 <h4>Purge.hgPurge</h4> |
111 <b>hgPurge</b>(<i>name, all=False</i>) |
111 <b>hgPurge</b>(<i>name, deleteAll=False</i>) |
112 <p> |
112 <p> |
113 Public method to purge files and directories not tracked by Mercurial. |
113 Public method to purge files and directories not tracked by Mercurial. |
114 </p><dl> |
114 </p><dl> |
115 <dt><i>name</i></dt> |
115 <dt><i>name</i></dt> |
116 <dd> |
116 <dd> |
117 file/directory name (string) |
117 file/directory name (string) |
118 </dd><dt><i>all</i></dt> |
118 </dd><dt><i>deleteAll</i></dt> |
119 <dd> |
119 <dd> |
120 flag indicating to delete all files including ignored ones |
120 flag indicating to delete all files including ignored |
121 (boolean) |
121 ones (boolean) |
122 </dd> |
122 </dd> |
123 </dl><a NAME="Purge.hgPurgeList" ID="Purge.hgPurgeList"></a> |
123 </dl><a NAME="Purge.hgPurgeList" ID="Purge.hgPurgeList"></a> |
124 <h4>Purge.hgPurgeList</h4> |
124 <h4>Purge.hgPurgeList</h4> |
125 <b>hgPurgeList</b>(<i>name, all=False</i>) |
125 <b>hgPurgeList</b>(<i>name, deleteAll=False</i>) |
126 <p> |
126 <p> |
127 Public method to list files and directories not tracked by Mercurial. |
127 Public method to list files and directories not tracked by Mercurial. |
128 </p><dl> |
128 </p><dl> |
129 <dt><i>name</i></dt> |
129 <dt><i>name</i></dt> |
130 <dd> |
130 <dd> |
131 file/directory name (string) |
131 file/directory name (string) |
132 </dd><dt><i>all</i></dt> |
132 </dd><dt><i>deleteAll</i></dt> |
133 <dd> |
133 <dd> |
134 flag indicating to list all files including ignored ones |
134 flag indicating to list all files including ignored |
135 (boolean) |
135 ones (boolean) |
136 </dd> |
136 </dd> |
137 </dl><a NAME="Purge.shutdown" ID="Purge.shutdown"></a> |
137 </dl><a NAME="Purge.shutdown" ID="Purge.shutdown"></a> |
138 <h4>Purge.shutdown</h4> |
138 <h4>Purge.shutdown</h4> |
139 <b>shutdown</b>(<i></i>) |
139 <b>shutdown</b>(<i></i>) |
140 <p> |
140 <p> |