##// END OF EJS Templates
Fixed test output for not using the deprecated 'hg forget'.
Thomas Arendsen Hein -
r2139:74f70f2e default
parent child Browse files
Show More
@@ -1,9 +1,8
1 # should print nothing
1 # should print nothing
2 # should print ? b/x
2 # should print ? b/x
3 ? b/x
3 ? b/x
4 # should print A b/x
4 # should print A b/x
5 A b/x
5 A b/x
6 # should forget b/x
6 # should forget b/x
7 (the forget command is deprecated; use revert instead)
8 forgetting b/x
7 forgetting b/x
9 # should print nothing
8 # should print nothing
General Comments 0
You need to be logged in to leave comments. Login now