logo
  • 教程列表
  • SO官方文档
  • Mercurial Queues
    • 启用扩展
    • 创建和更新补丁
    • 推送和弹出补丁
    • 完成补丁
    • 变基
    • FoldCombine 补丁
    • 倍数队列
    • 命令
  1. StackOverflow 文档
  2. mercurial 教程
  3. Mercurial Queues
  4. FoldCombine 补丁

FoldCombine 补丁

Created: November-22, 2018

折叠(组合)两个补丁:

hg qnew firstPatch   // Create first patch
hg qnew secondPatch  // Create second patch
hg qpop              // Pop secondPatch
hg qfold secondPatch // Fold secondPatch with firstPatch
  • 倍数队列
  • 变基

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明