##// END OF EJS Templates
test-shelve: be more lenient about whitespace (issue4124)...
Tristan Seligmann -
r24233:b6bcfd16 default
parent child Browse files
Show More
@@ -81,11 +81,11 b' the common case - no options or filename'
81 81 ensure that our shelved changes exist
82 82
83 83 $ hg shelve -l
84 default-01 (*) changes to '[mq]: second.patch' (glob)
85 default (*) changes to '[mq]: second.patch' (glob)
84 default-01 (*)* changes to '[mq]: second.patch' (glob)
85 default (*)* changes to '[mq]: second.patch' (glob)
86 86
87 87 $ hg shelve -l -p default
88 default (*) changes to '[mq]: second.patch' (glob)
88 default (*)* changes to '[mq]: second.patch' (glob)
89 89
90 90 diff --git a/a/a b/a/a
91 91 --- a/a/a
General Comments 0
You need to be logged in to leave comments. Login now