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.
我在 docs 中没有看到有关如何执行此操作的文档。
hg shelve -l -p [name of shelf].
hg shelve -l -p [name of shelf]
要获得货架列表,可以使用hg shelve -l.
hg shelve -l
两种方式:
hg unshelve --inspect --name [name-of-shelf]
cat .hg/shelves/[name-of-shelf]
试试,hg shelve --patch name——在 Mercurial v 3.6.3 中为我工作
hg shelve --patch name