7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
127 | 127 |
128 <p> | 128 <p> |
129 Private method to initialize the Mercurial client. | 129 Private method to initialize the Mercurial client. |
130 </p> | 130 </p> |
131 <dl> | 131 <dl> |
132 <dt>Returns:</dt> | 132 <dt>Return:</dt> |
133 <dd> | 133 <dd> |
134 tuple containing an OK flag and potentially an error message | 134 tuple containing an OK flag and potentially an error message |
135 </dd> | 135 </dd> |
136 </dl> | 136 </dl> |
137 <dl> | 137 <dl> |
146 | 146 |
147 <p> | 147 <p> |
148 Protected method implementing the real info action. | 148 Protected method implementing the real info action. |
149 </p> | 149 </p> |
150 <dl> | 150 <dl> |
151 <dt>Returns:</dt> | 151 <dt>Return:</dt> |
152 <dd> | 152 <dd> |
153 short info message | 153 short info message |
154 </dd> | 154 </dd> |
155 </dl> | 155 </dl> |
156 <dl> | 156 <dl> |
180 <li>"Z" path contains a conflict</li> | 180 <li>"Z" path contains a conflict</li> |
181 <li>" " path is back at normal</li> | 181 <li>" " path is back at normal</li> |
182 </ul> | 182 </ul> |
183 </p> | 183 </p> |
184 <dl> | 184 <dl> |
185 <dt>Returns:</dt> | 185 <dt>Return:</dt> |
186 <dd> | 186 <dd> |
187 tuple of flag indicating successful operation and a status | 187 tuple of flag indicating successful operation and a status |
188 message in case of non successful operation | 188 message in case of non successful operation |
189 </dd> | 189 </dd> |
190 </dl> | 190 </dl> |