Mercurial提供命令父母檢查給定修訂版本的父級(s)。這可以很容易地用於向後遍歷DAG。我需要向前遍歷DAG。有沒有hg children
命令?是否有一個兒童命令來補充父母的命令?
4
A
回答
6
如果您使用的是Mercurial 1.6或更高版本,則有用於指定修訂集的內置函數語言;詳情請參閱hg help revsets
。
在你的情況,你可以使用hg log -r children(XXX)
顯示修訂XXX
,或hg log -r descendants(XXX)
的直接子以示與XXX
所有的變更作爲祖先。
2
使用捆綁的children
extension。 hg help children
(1.5):
hg children [-r REV] [FILE]
show the children of the given or working directory revision
Print the children of the working directory's revisions. If a revision is
given via -r/--rev, the children of that revision will be printed. If a
file argument is given, revision in which the file was last changed (after
the working directory revision or the argument to --rev if given) is
printed.
options:
-r --rev show children of the specified revision
--style display using template map file
--template display with template
相關問題
- 1. 角指令兒童沒有父母transclude
- 2. Git Commit父母的命令
- 3. 如何讓兒童指令知道所有父母的角度?
- 4. 是否有Linux命令來複制/替換「banner」命令?
- 5. 如何補充Origen命令的功能?
- 6. XPath來選擇特定的兒童與兒童父母
- 7. Vim是否有一定的語法來組合命令模式下的命令?
- 8. removeView()對兒童的父母
- 9. exec.command補丁命令
- 10. Tab補齊命令
- 11. 是否有一個Resharper命令來查找變量的設置?
- 12. 是否有一個JDBC命令來禁用表中的索引
- 13. 是否有「睡眠」命令?
- 14. sql是否有命令來檢查一行是否爲零?
- 15. Flexboxs兒童溢出父母
- 16. 父母兒童微調器
- 17. 是否存在runonce命令來限制命令執行
- 18. 是否有一個管道命令來創建標籤對象?
- 19. 是否有一個bash命令來統計文件?
- 20. 是否有一個API來處理與Windows命令提示符?
- 21. 命名父母和兒童在LINQ to SQL
- 22. WPF - MenuItem與兒童沒有發射綁定命令
- 23. 兒童DIV -margin並沒有忽視父母的填充
- 24. 是否有一個命令可用於命令行參數,如sort命令對文件的操作?
- 25. 獲取父母的所有兒童的父母
- 26. Linux的shell命令補丁
- 27. phpredis中的MULTI/EXEC命令是否一次發送命令?
- 28. MVC兒童 - 父母在同一頁
- 29. 是$ event.target.value一個javascript命令或一個vue.js命令?
- 30. 是否有一個命令或設置爲一個子web.config忽略父web.config