tests/test-pull-r.t
changeset 48368 8c4881c07f57
parent 45906 95c4cca641f6
equal deleted inserted replaced
48367:0b8e076e878c 48368:8c4881c07f57
   110 
   110 
   111 Pull a missing revision:
   111 Pull a missing revision:
   112 
   112 
   113   $ hg pull -qr missing ../repo
   113   $ hg pull -qr missing ../repo
   114   abort: unknown revision 'missing'
   114   abort: unknown revision 'missing'
   115   [255]
   115   [10]
   116 
   116 
   117 Pull multiple revisions with update:
   117 Pull multiple revisions with update:
   118 
   118 
   119   $ hg pull -qu -r 0 -r 1 ../repo
   119   $ hg pull -qu -r 0 -r 1 ../repo
   120   $ hg -q parents
   120   $ hg -q parents