tests/test-rebase-partial.t
changeset 45771 f90a5c211251
parent 45150 dc5e5577af39
child 45826 21733e8c924f
equal deleted inserted replaced
45770:96fcc37a9c80 45771:f90a5c211251
    33   > |
    33   > |
    34   > B D
    34   > B D
    35   > |/
    35   > |/
    36   > A
    36   > A
    37   > EOF
    37   > EOF
    38   rebasing 2:b18e25de2cf5 "D" (D)
    38   rebasing 2:b18e25de2cf5 D "D"
    39   already rebased 3:26805aba1e60 "C" (C tip)
    39   already rebased 3:26805aba1e60 C tip "C"
    40   o  4: fe3b4c6498fa D
    40   o  4: fe3b4c6498fa D
    41   |
    41   |
    42   | o  3: 26805aba1e60 C
    42   | o  3: 26805aba1e60 C
    43   |/
    43   |/
    44   | x  2: b18e25de2cf5 D
    44   | x  2: b18e25de2cf5 D
    54   > |
    54   > |
    55   > B D
    55   > B D
    56   > |/
    56   > |/
    57   > A
    57   > A
    58   > EOF
    58   > EOF
    59   rebasing 2:b18e25de2cf5 "D" (D)
    59   rebasing 2:b18e25de2cf5 D "D"
    60   rebasing 3:26805aba1e60 "C" (C tip)
    60   rebasing 3:26805aba1e60 C tip "C"
    61   o  4: a2493f4ace65 Collapsed revision
    61   o  4: a2493f4ace65 Collapsed revision
    62   |  * D
    62   |  * D
    63   |  * C
    63   |  * C
    64   | x  3: 26805aba1e60 C
    64   | x  3: 26805aba1e60 C
    65   |/
    65   |/
    79   > B D  # B/file = B
    79   > B D  # B/file = B
    80   > |/   # D/file = D
    80   > |/   # D/file = D
    81   > A
    81   > A
    82   > EOF
    82   > EOF
    83   $ hg rebase -r C+D -d B
    83   $ hg rebase -r C+D -d B
    84   rebasing 2:ef8c0fe0897b "D" (D)
    84   rebasing 2:ef8c0fe0897b D "D"
    85   merging file
    85   merging file
    86   warning: conflicts while merging file! (edit, then use 'hg resolve --mark')
    86   warning: conflicts while merging file! (edit, then use 'hg resolve --mark')
    87   unresolved conflicts (see 'hg resolve', then 'hg rebase --continue')
    87   unresolved conflicts (see 'hg resolve', then 'hg rebase --continue')
    88   [1]
    88   [1]
    89   $ hg rebase --abort
    89   $ hg rebase --abort
   109   > |
   109   > |
   110   > B
   110   > B
   111   > |
   111   > |
   112   > A
   112   > A
   113   > EOF
   113   > EOF
   114   already rebased 1:112478962961 "B" (B)
   114   already rebased 1:112478962961 B "B"
   115   rebasing 3:f585351a92f8 "D" (D tip)
   115   rebasing 3:f585351a92f8 D tip "D"
   116   o  4: 1e6da8103bc7 D
   116   o  4: 1e6da8103bc7 D
   117   |
   117   |
   118   | x  3: f585351a92f8 D
   118   | x  3: f585351a92f8 D
   119   | |
   119   | |
   120   | o  2: 26805aba1e60 C
   120   | o  2: 26805aba1e60 C