##// END OF EJS Templates
phabricator: add tests of templatekeyword...
Augie Fackler -
r39689:10c53b2e default
parent child Browse files
Show More
@@ -64,4 +64,16 b' Create a differential diff:'
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
68 Template keywords
69 $ hg log -T'{rev} {phabreview|json}\n'
70 1 {"id": "D4597", "url": "https://phab.mercurial-scm.org/D4597"}
71 0 {"id": "D4596", "url": "https://phab.mercurial-scm.org/D4596"}
72
73 BUG: this should work, but doesn't.
74 $ hg log -T'{rev} {phabreview.url}\n'
75 hg: parse error: {* 'D4597'*} is not a dictionary (glob)
76 (keyword 'phabreview' does not support member operation)
77 [255]
78
67 $ cd ..
79 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now