##// END OF EJS Templates
py3: prove hg tip works
Yuya Nishihara -
r31450:b3b4c487 default
parent child Browse files
Show More
@@ -51,6 +51,17 b' out some potential warnings that come fr'
51 \s*14 (re)
51 \s*14 (re)
52 $ $PYTHON3 $HGBIN files | wc -l
52 $ $PYTHON3 $HGBIN files | wc -l
53 \s*15 (re)
53 \s*15 (re)
54
55 Test if `hg tip` works:
56
57 $ $PYTHON3 $HGBIN tip
58 changeset: 10:e76ed1e480ef
59 tag: tip
60 user: oxymoron@cinder.waste.org
61 date: Tue May 03 23:37:43 2005 -0800
62 summary: Fix linking of changeset revs when merging
63
64
54 $ cd ..
65 $ cd ..
55 #endif
66 #endif
56
67
General Comments 0
You need to be logged in to leave comments. Login now