tests/test-githelp.t
changeset 35719 a4cd8f527a7f
parent 35718 a10a0d5561a9
child 35720 b3cf58487731
--- a/tests/test-githelp.t	Mon Dec 18 20:58:00 2017 -0800
+++ b/tests/test-githelp.t	Mon Dec 18 21:02:49 2017 -0800
@@ -271,3 +271,15 @@
   note: use hg addremove to remove files that have been deleted.
   
   hg add
+
+githelp for reflog
+
+  $ hg githelp -- git reflog
+  hg journal
+  
+  note: in hg commits can be deleted from repo but we always have backups.
+
+  $ hg githelp -- git reflog --all
+  hg journal --all
+  
+  note: in hg commits can be deleted from repo but we always have backups.