tests/test-revset-outgoing.t
changeset 35438 0ebd94ac56d1
parent 35393 4441705b7111
child 45906 95c4cca641f6
equal deleted inserted replaced
35437:cf532a62e337 35438:0ebd94ac56d1
   103   # name and email (local to this repository, optional), e.g.
   103   # name and email (local to this repository, optional), e.g.
   104   # username = Jane Doe <jdoe@example.com>
   104   # username = Jane Doe <jdoe@example.com>
   105   green = ../a#default
   105   green = ../a#default
   106 
   106 
   107   $ hg tout green
   107   $ hg tout green
   108   comparing with green
   108   abort: repository green does not exist!
   109   abort: repository green not found!
       
   110   [255]
   109   [255]
   111 
   110 
   112   $ hg tlog -r 'outgoing("green")'
   111   $ hg tlog -r 'outgoing("green")'
   113   abort: repository green not found!
   112   abort: repository green does not exist!
   114   [255]
   113   [255]
   115 
   114 
   116   $ cd ..
   115   $ cd ..