Ho刪除mercurial中的所有* .bak或* .orig文件?hg remove -I PATTERN,它是如何工作的?
例如:
C:\dev\web>hg stat
? Views\System\UnderConstruction.cshtml.bak
? Views\Topic\Index.cshtml.bak
? Views\Topic\MasterPage.cshtml.bak
? Web.config.bak
C:\dev\web>hg rem -I *.bak
abort: no files specified
+1對於hg幫助模式的建議 – nwahmaet