##// END OF EJS Templates
tests: cover revision conversion logic in githelp tests...
Denis Laxalde -
r44185:5470e636 stable
parent child Browse files
Show More
@@ -264,6 +264,10 b' githelp for reuse message using the the '
264 $ hg githelp -- git commit --reuse-message deadbeef
264 $ hg githelp -- git commit --reuse-message deadbeef
265 hg commit -M deadbeef
265 hg commit -M deadbeef
266
266
267 githelp for reuse message using HEAD
268 $ hg githelp -- git commit --reuse-message HEAD~
269 hg commit -M .~1
270
267 githelp for apply with no options
271 githelp for apply with no options
268 $ hg githelp -- apply
272 $ hg githelp -- apply
269 hg import --no-commit
273 hg import --no-commit
General Comments 0
You need to be logged in to leave comments. Login now