tests/test-narrow-trackedcmd.t
changeset 42807 383fdfa6bba9
parent 42415 c767e655ffda
child 42945 40f78072fda9
equal deleted inserted replaced
42806:50e25f30da9c 42807:383fdfa6bba9
   218 Testing tracked command on a non-narrow repo
   218 Testing tracked command on a non-narrow repo
   219 
   219 
   220   $ hg init non-narrow
   220   $ hg init non-narrow
   221   $ cd non-narrow
   221   $ cd non-narrow
   222   $ hg tracked --addinclude foobar
   222   $ hg tracked --addinclude foobar
   223   abort: the tracked command is only supported on respositories cloned with --narrow
   223   abort: the tracked command is only supported on repositories cloned with --narrow
   224   [255]
   224   [255]