[PATCH] py3: prove hg status works

Rishabh Madan rishabhmadan96 at gmail.com
Tue Mar 21 01:54:03 UTC 2017


# HG changeset patch
# User Rishabh Madan <rishabhmadan96 at gmail.com>
# Date 1490061133 -19800
#      Tue Mar 21 07:22:13 2017 +0530
# Node ID 89d88651eb6f449b8822102a8a300bec9b50a586
# Parent  b357ba1ce1636181f699706e0648d70ace62e592
py3: prove hg status works

diff -r b357ba1ce163 -r 89d88651eb6f tests/test-check-py3-commands.t
--- a/tests/test-check-py3-commands.t	Tue Mar 21 07:03:55 2017 +0530
+++ b/tests/test-check-py3-commands.t	Tue Mar 21 07:22:13 2017 +0530
@@ -68,6 +68,17 @@
   date:        Tue May 03 13:16:10 2005 -0800
   summary:     Add back links from file revisions to changeset revisions
   
+Test if `hg status` works:
+
+  $ mkdir a b a/1 b/1 b/2
+  $ touch in_root a/in_a b/in_b a/1/in_a_1 b/1/in_b_1 b/2/in_b_2
+  $ $PYTHON3 $HGBIN status
+  ? a/1/in_a_1
+  ? a/in_a
+  ? b/1/in_b_1
+  ? b/2/in_b_2
+  ? b/in_b
+  ? in_root
 
   $ cd ..
 #endif


More information about the Mercurial-devel mailing list