tests/test-pull-r.t
changeset 45921 95c4cca641f6
parent 44555 bd7b2c8d06cc
child 48416 8c4881c07f57
equal deleted inserted replaced
45920:e131dbf6ee15 45921:95c4cca641f6
   109   $ cd copy
   109   $ cd copy
   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   [255]
   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