##// END OF EJS Templates
remove: quote --force in never deletes note...
timeless -
r27489:51aff98d default
parent child Browse files
Show More
@@ -5750,8 +5750,10 b' def remove(ui, repo, *pats, **opts):'
5750 -Af R R R R
5750 -Af R R R R
5751 ========= == == == ==
5751 ========= == == == ==
5752
5752
5753 Note that remove never deletes files in Added [A] state from the
5753 .. note::
5754 working directory, not even if option --force is specified.
5754
5755 :hg:`remove` never deletes files in Added [A] state from the
5756 working directory, not even if ``--force`` is specified.
5755
5757
5756 Returns 0 on success, 1 if any warnings encountered.
5758 Returns 0 on success, 1 if any warnings encountered.
5757 """
5759 """
@@ -2437,8 +2437,11 b' Dish up an empty repo; serve it cold.'
2437 <td>R</td></tr>
2437 <td>R</td></tr>
2438 </table>
2438 </table>
2439 <p>
2439 <p>
2440 Note that remove never deletes files in Added [A] state from the
2440 <b>Note:</b>
2441 working directory, not even if option --force is specified.
2441 </p>
2442 <p>
2443 &quot;hg remove&quot; never deletes files in Added [A] state from the
2444 working directory, not even if &quot;--force&quot; is specified.
2442 </p>
2445 </p>
2443 <p>
2446 <p>
2444 Returns 0 on success, 1 if any warnings encountered.
2447 Returns 0 on success, 1 if any warnings encountered.
General Comments 0
You need to be logged in to leave comments. Login now