tests/test-evolve-obshistory.t
branchmercurial-4.5
changeset 3816 4c68dd62943c
parent 3712 fbcf9e92097e
parent 3730 f5b9030e18e9
child 3817 5ca297e78f2c
--- a/tests/test-evolve-obshistory.t	Wed Apr 25 14:09:34 2018 +0100
+++ b/tests/test-evolve-obshistory.t	Fri Jun 08 22:52:51 2018 +0530
@@ -16,6 +16,23 @@
   > evolution.effect-flags = yes
   > EOF
 
+Test simple common cases
+========================
+
+Test setup
+----------
+  $ hg init $TESTTMP/simple
+  $ cd $TESTTMP/simple
+
+Actual test
+-----------
+  $ hg obslog -ap null
+  @  000000000000 (-1)
+  
+  $ hg obslog 'wdir()'
+  abort: working directory revision cannot be specified
+  [255]
+
 Test output on amended commit
 =============================