equal
deleted
inserted
replaced
216 adding changesets |
216 adding changesets |
217 adding manifests |
217 adding manifests |
218 adding file changes |
218 adding file changes |
219 added 3 changesets with 0 changes to 0 files |
219 added 3 changesets with 0 changes to 0 files |
220 new changesets *:* (glob) |
220 new changesets *:* (glob) |
|
221 |
|
222 $ cd .. |
|
223 |
|
224 Testing tracked command on a non-narrow repo |
|
225 |
|
226 $ hg init non-narrow |
|
227 $ cd non-narrow |
|
228 $ hg tracked --addinclude foobar |
|
229 abort: the tracked command is only supported on respositories cloned with --narrow |
|
230 [255] |