tests/test-bookflow.t
changeset 45923 122f0b59f5f0
parent 42903 d7304434390f
child 50723 65f949da8469
equal deleted inserted replaced
45922:50afeeeb7b79 45923:122f0b59f5f0
   138      @                         3:* (glob)
   138      @                         3:* (glob)
   139    * X                         5:096f7e86892d
   139    * X                         5:096f7e86892d
   140   $ cd ../b
   140   $ cd ../b
   141   $ # make sure we cannot push after bookmarks diverged
   141   $ # make sure we cannot push after bookmarks diverged
   142   $ hg push -B X | grep abort
   142   $ hg push -B X | grep abort
   143   abort: push creates new remote head * with bookmark 'X'! (glob)
   143   abort: push creates new remote head * with bookmark 'X' (glob)
   144   (pull and merge or see 'hg help push' for details about pushing new heads)
   144   (pull and merge or see 'hg help push' for details about pushing new heads)
   145   [1]
   145   [1]
   146   $ hg pull -u | grep divergent
   146   $ hg pull -u | grep divergent
   147   divergent bookmark X stored as X@default
   147   divergent bookmark X stored as X@default
   148   1 other divergent bookmarks for "X"
   148   1 other divergent bookmarks for "X"