reset: fix test globbing

This commit is contained in:
Durham Goode 2015-06-17 13:10:22 -07:00
parent 5b01596008
commit 86f7770eb5

View File

@ -200,6 +200,6 @@ Reset to the commit your on is a no-op
$ hg log -r . -T '{rev}\n'
4
$ hg debugdirstate
n 644 0 2015-06-04 22:28:59 a
n 644 0 2015-06-04 22:28:59 tobeadded
n 644 4 2015-06-04 22:28:59 x
n 644 0 * a (glob)
n 644 0 * tobeadded (glob)
n 644 4 * x (glob)