comparison tests/test-phabricator.t @ 41078:46e0563c67db

merge with stable
author Yuya Nishihara <yuya@tcha.org>
date Sun, 30 Dec 2018 17:31:57 +0900
parents d7d3164e6a31
children 0101a35deae2
comparison
equal deleted inserted replaced
41077:517a51d9cd7f 41078:46e0563c67db
63 $ hg phabsend -r ".^::" --test-vcr "$VCR/phabsend-update-alpha-create-beta.json" 63 $ hg phabsend -r ".^::" --test-vcr "$VCR/phabsend-update-alpha-create-beta.json"
64 D4596 - updated - f70265671c65: create alpha for phabricator test 64 D4596 - updated - f70265671c65: create alpha for phabricator test
65 D4597 - created - 1a5640df7bbf: create beta for phabricator test 65 D4597 - created - 1a5640df7bbf: create beta for phabricator test
66 saved backup bundle to $TESTTMP/repo/.hg/strip-backup/1a5640df7bbf-6daf3e6e-phabsend.hg 66 saved backup bundle to $TESTTMP/repo/.hg/strip-backup/1a5640df7bbf-6daf3e6e-phabsend.hg
67 67
68 $ hg debugcallconduit user.search --test-vcr "$VCR/phab-conduit.json" <<EOF
69 > {
70 > "constraints": {
71 > "isBot": true
72 > }
73 > }
74 > EOF
75 {
76 "cursor": {
77 "after": null,
78 "before": null,
79 "limit": 100,
80 "order": null
81 },
82 "data": [],
83 "maps": {},
84 "query": {
85 "queryKey": null
86 }
87 }
88
68 Template keywords 89 Template keywords
69 $ hg log -T'{rev} {phabreview|json}\n' 90 $ hg log -T'{rev} {phabreview|json}\n'
70 1 {"id": "D4597", "url": "https://phab.mercurial-scm.org/D4597"} 91 1 {"id": "D4597", "url": "https://phab.mercurial-scm.org/D4597"}
71 0 {"id": "D4596", "url": "https://phab.mercurial-scm.org/D4596"} 92 0 {"id": "D4596", "url": "https://phab.mercurial-scm.org/D4596"}
72 93