tests/test-remotefilelog-linknodes.t
changeset 45771 f90a5c211251
parent 40865 4edd427f34c1
equal deleted inserted replaced
45770:96fcc37a9c80 45771:f90a5c211251
    30   $ hg log -f x --template "{node|short}\n"
    30   $ hg log -f x --template "{node|short}\n"
    31   0632994590a8
    31   0632994590a8
    32   b292c1e3311f
    32   b292c1e3311f
    33 
    33 
    34   $ hg rebase -d 1
    34   $ hg rebase -d 1
    35   rebasing 2:0632994590a8 "xx" (tip)
    35   rebasing 2:0632994590a8 tip "xx"
    36   saved backup bundle to $TESTTMP/shallow/.hg/strip-backup/0632994590a8-0bc786d8-rebase.hg (glob)
    36   saved backup bundle to $TESTTMP/shallow/.hg/strip-backup/0632994590a8-0bc786d8-rebase.hg (glob)
    37   $ hg log -f x --template "{node|short}\n"
    37   $ hg log -f x --template "{node|short}\n"
    38   81deab2073bc
    38   81deab2073bc
    39   b292c1e3311f
    39   b292c1e3311f
    40 
    40 
    41 # Rebase back, log -f still works
    41 # Rebase back, log -f still works
    42 
    42 
    43   $ hg rebase -d 0 -r 2
    43   $ hg rebase -d 0 -r 2
    44   rebasing 2:81deab2073bc "xx" (tip)
    44   rebasing 2:81deab2073bc tip "xx"
    45   saved backup bundle to $TESTTMP/shallow/.hg/strip-backup/81deab2073bc-80cb4fda-rebase.hg (glob)
    45   saved backup bundle to $TESTTMP/shallow/.hg/strip-backup/81deab2073bc-80cb4fda-rebase.hg (glob)
    46   $ hg log -f x --template "{node|short}\n"
    46   $ hg log -f x --template "{node|short}\n"
    47   b3fca10fb42d
    47   b3fca10fb42d
    48   b292c1e3311f
    48   b292c1e3311f
    49 
    49 
    50   $ hg rebase -d 1 -r 2
    50   $ hg rebase -d 1 -r 2
    51   rebasing 2:b3fca10fb42d "xx" (tip)
    51   rebasing 2:b3fca10fb42d tip "xx"
    52   saved backup bundle to $TESTTMP/shallow/.hg/strip-backup/b3fca10fb42d-da73a0c7-rebase.hg (glob)
    52   saved backup bundle to $TESTTMP/shallow/.hg/strip-backup/b3fca10fb42d-da73a0c7-rebase.hg (glob)
    53 
    53 
    54   $ cd ..
    54   $ cd ..
    55 
    55 
    56 # Reset repos
    56 # Reset repos