tests/test-rebase-dest.t
changeset 31733 ae6bab095c66
parent 31732 9ddf875183b0
child 33332 3b7cb3d17137
equal deleted inserted replaced
31732:9ddf875183b0 31733:ae6bab095c66
    70   $ cd ..
    70   $ cd ..
    71   $ cd clone
    71   $ cd clone
    72   $ echo f > f
    72   $ echo f > f
    73   $ hg commit -qAm ff
    73   $ hg commit -qAm ff
    74   $ hg pull --rebase
    74   $ hg pull --rebase
    75   pulling from $TESTTMP/repo
    75   abort: rebase destination required by configuration
    76   searching for changes
    76   (use hg pull followed by hg rebase -d DEST)
    77   adding changesets
       
    78   adding manifests
       
    79   adding file changes
       
    80   added 1 changesets with 2 changes to 2 files (+1 heads)
       
    81   abort: you must specify a destination
       
    82   (use: hg rebase -d REV)
       
    83   [255]
    77   [255]
    84 
    78