test-treemanifest: ensure manifest command isn't broken

I realized we weren't testing this while hunting a broken manifest
command bug that ended up being narrowhg's fault.
This commit is contained in:
Augie Fackler 2016-07-28 16:27:35 -04:00
parent 7a4ee4f18a
commit a445a45d1d

View File

@ -62,6 +62,19 @@ Can add nested directories
dir1/dir2/b (glob)
e
The manifest command works
$ hg manifest
a
b
dir1/a
dir1/b
dir1/dir1/a
dir1/dir1/b
dir1/dir2/a
dir1/dir2/b
e
Revision is not created for unchanged directory
$ mkdir dir2