D5475: branch:Added option to show branch name of a given rev (Issue5948)

2018-12-24 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh added a comment. In https://phab.mercurial-scm.org/D5475#81071, @yuja wrote: > > Thanks for the info @yuja. I'm thinking to move --rev/-r to branches command and replacing --show/-s that I've made to --rev/-r in the branch command itself. > > I'm not sure if I get

D5475: branch:Added option to show branch name of a given rev (Issue5948)

2018-12-23 Thread yuja (Yuya Nishihara)
yuja added a comment. > Thanks for the info @yuja. I'm thinking to move --rev/-r to branches command and replacing --show/-s that I've made to --rev/-r in the branch command itself. I'm not sure if I get it, but my idea is to add `hg branches -r/--rev` that selects branches to be

Re: D5475: branch:Added option to show branch name of a given rev (Issue5948)

2018-12-23 Thread Yuya Nishihara
> Thanks for the info @yuja. I'm thinking to move --rev/-r to branches > command and replacing --show/-s that I've made to --rev/-r in the branch > command itself. I'm not sure if I get it, but my idea is to add `hg branches -r/--rev` that selects branches to be listed by revisions. So, `hg

D5475: branch:Added option to show branch name of a given rev (Issue5948)

2018-12-23 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh added a comment. Thanks for the info @yuja. I'm thinking to move --rev/-r to branches command and replacing --show/-s that I've made to --rev/-r in the branch command itself. How's that sound to you guys, @pulkit @yuja ? REPOSITORY rHG Mercurial REVISION DETAIL

D5475: branch:Added option to show branch name of a given rev (Issue5948)

2018-12-23 Thread pulkit (Pulkit Goyal)
pulkit added a comment. In https://phab.mercurial-scm.org/D5475#81060, @yuja wrote: > > _('set branch name even if it shadows an existing branch')), > > ('C', 'clean', None, _('reset branch name to parent branch name')), > > ('r', 'rev', [], _('change branches of the given revs

D5475: branch:Added option to show branch name of a given rev (Issue5948)

2018-12-23 Thread yuja (Yuya Nishihara)
yuja added subscribers: pulkit, yuja. yuja added a comment. > _('set branch name even if it shadows an existing branch')), > ('C', 'clean', None, _('reset branch name to parent branch name')), > ('r', 'rev', [], _('change branches of the given revs (EXPERIMENTAL)')), > > +

Re: D5475: branch:Added option to show branch name of a given rev (Issue5948)

2018-12-23 Thread Yuya Nishihara
> _('set branch name even if it shadows an existing branch')), > ('C', 'clean', None, _('reset branch name to parent branch name')), > ('r', 'rev', [], _('change branches of the given revs (EXPERIMENTAL)')), > + ('s', 'show', None, _('show branch name of the given rev')) >

D5475: branch:Added option to show branch name of a given rev (Issue5948)

2018-12-23 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5475 AFFECTED FILES mercurial/commands.py CHANGE DETAILS diff --git a/mercurial/commands.py