##// END OF EJS Templates
phabricator: include branch in the phabread output...
Ian Moody -
r42443:231334c1 default
parent child Browse files
Show More
@@ -636,7 +636,8 b' def phabsend(ui, repo, *revs, **opts):'
636 # Map from "hg:meta" keys to header understood by "hg import". The order is
636 # Map from "hg:meta" keys to header understood by "hg import". The order is
637 # consistent with "hg export" output.
637 # consistent with "hg export" output.
638 _metanamemap = util.sortdict([(b'user', b'User'), (b'date', b'Date'),
638 _metanamemap = util.sortdict([(b'user', b'User'), (b'date', b'Date'),
639 (b'node', b'Node ID'), (b'parent', b'Parent ')])
639 (b'branch', b'Branch'), (b'node', b'Node ID'),
640 (b'parent', b'Parent ')])
640
641
641 def _confirmbeforesend(repo, revs, oldmap):
642 def _confirmbeforesend(repo, revs, oldmap):
642 url, token = readurltoken(repo)
643 url, token = readurltoken(repo)
General Comments 0
You need to be logged in to leave comments. Login now