Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
该命令$ darcs whatsnew列出工作树中未记录的更改。然而,更改的完整列表通常过于混乱,无法在一个屏幕中查看哪些文件已更改。
$ darcs whatsnew
如何仅列出已更改文件的名称?
在git我通过$ git diff --name-only.
git
$ git diff --name-only
darcs whatsnew -ls我认为应该工作
darcs whatsnew -ls