Show More
@@ -226,7 +226,7 b' saverev property is enough to alter the ' | |||
|
226 | 226 | b |
|
227 | 227 | $ oldnode=`hg log -r tip -T "{node}\n"` |
|
228 | 228 | $ newnode=`hg log -R ../converted -r tip -T "{node}\n"` |
|
229 |
$ [ |
|
|
229 | $ [ "$oldnode" != "$newnode" ] || echo "nothing changed" | |
|
230 | 230 | |
|
231 | 231 | Test with a revision |
|
232 | 232 |
General Comments 0
You need to be logged in to leave comments.
Login now