tests/test-identify.t
changeset 12316 4134686b83e1
parent 12070 fddacca3202e
child 12346 3b165c127690
equal deleted inserted replaced
12315:ca58f6475f1d 12316:4134686b83e1
     2 
     2 
     3 no repo
     3 no repo
     4 
     4 
     5   $ hg id
     5   $ hg id
     6   abort: there is no Mercurial repository here (.hg not found)
     6   abort: there is no Mercurial repository here (.hg not found)
       
     7   [255]
     7 
     8 
     8 create repo
     9 create repo
     9 
    10 
    10   $ hg init test
    11   $ hg init test
    11   $ cd test
    12   $ cd test
    63 
    64 
    64 remote with tags?
    65 remote with tags?
    65 
    66 
    66   $ hg id -t http://localhost:$HGPORT1/
    67   $ hg id -t http://localhost:$HGPORT1/
    67   abort: can't query remote revision number, branch, or tags
    68   abort: can't query remote revision number, branch, or tags
       
    69   [255]
    68 
    70 
    69   $ true # ends with util.Abort -> returns 255
    71   $ true # ends with util.Abort -> returns 255