comparison tests/test-check-py3-commands.t @ 31524:935a1b1117c7

py3: prove hg status works
author Rishabh Madan <rishabhmadan96@gmail.com>
date Tue, 21 Mar 2017 07:22:13 +0530
parents 23fc9b98445f
children aea8ec3f7dd1
comparison
equal deleted inserted replaced
31523:f42ec07db6a9 31524:935a1b1117c7
66 changeset: 0:9117c6561b0b 66 changeset: 0:9117c6561b0b
67 user: mpm@selenic.com 67 user: mpm@selenic.com
68 date: Tue May 03 13:16:10 2005 -0800 68 date: Tue May 03 13:16:10 2005 -0800
69 summary: Add back links from file revisions to changeset revisions 69 summary: Add back links from file revisions to changeset revisions
70 70
71 Test if `hg status` works:
72
73 $ mkdir a b a/1 b/1 b/2
74 $ touch in_root a/in_a b/in_b a/1/in_a_1 b/1/in_b_1 b/2/in_b_2
75 $ $PYTHON3 $HGBIN status
76 ? a/1/in_a_1
77 ? a/in_a
78 ? b/1/in_b_1
79 ? b/2/in_b_2
80 ? b/in_b
81 ? in_root
71 82
72 $ cd .. 83 $ cd ..
73 #endif 84 #endif
74 85
75 Test if `hg config` works: 86 Test if `hg config` works: