tests/test-pull.t
changeset 45025 24b1a8eb73aa
parent 42079 fcd7a91dec23
child 45906 95c4cca641f6
equal deleted inserted replaced
45019:4a503c1b664a 45025:24b1a8eb73aa
   140   [255]
   140   [255]
   141   $ hg pull 'ssh://fakehost|touch${IFS}owned/path'
   141   $ hg pull 'ssh://fakehost|touch${IFS}owned/path'
   142   pulling from ssh://fakehost%7Ctouch%24%7BIFS%7Downed/path
   142   pulling from ssh://fakehost%7Ctouch%24%7BIFS%7Downed/path
   143   abort: no suitable response from remote hg!
   143   abort: no suitable response from remote hg!
   144   [255]
   144   [255]
   145   $ hg pull 'ssh://fakehost%7Ctouch%20owned/path'
   145   $ hg --config ui.timestamp-output=true pull 'ssh://fakehost%7Ctouch%20owned/path'
   146   pulling from ssh://fakehost%7Ctouch%20owned/path
   146   \[20[2-9][0-9]-[01][0-9]-[0-3][0-9]T[0-5][0-9]:[0-5][0-9]:[0-5][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9]\] pulling from ssh://fakehost%7Ctouch%20owned/path (re)
   147   abort: no suitable response from remote hg!
   147   \[20[2-9][0-9]-[01][0-9]-[0-3][0-9]T[0-5][0-9]:[0-5][0-9]:[0-5][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9]\] abort: no suitable response from remote hg! (re)
   148   [255]
   148   [255]
   149 
   149 
   150   $ [ ! -f owned ] || echo 'you got owned'
   150   $ [ ! -f owned ] || echo 'you got owned'
   151 
   151 
   152   $ cd ..
   152   $ cd ..