Important mercurial commnads
hg diff -r <changeset-no1>:<changeset-no1+1> example :- hg diff -r 66237:66238
hg log --keyword "call" (will search all the commits with "call" in discription
hg diff -c <commit-id>
hg log -r <CS ID> --debug (to know the commit details and branch name)
example:-
starting pager for command 'log'
changeset: 14986:3b584f4ea27ebe6178c81d74767fe0f24290377b
branch: cvp95
phase: public
parent: 14985:762a72f7821ca441f5d0a3975eff344dd5a0e8a5
parent: -1:0000000000000000000000000000000000000000
manifest: 14918:d778007144b782255b9b1c0c56bc9a43f635e594
user: crzhang <crystal.zhang@nokia-sbell.com>
date: Fri Dec 25 15:14:28 2020 +0800
files: SIP_PAL/pal/callmgnt/pal_callmgnt_wtconnect_state.cpp
extra: branch=cvp95
description:
BBDPROD-7552:Tight couple ONT IncomingTotalCallTime/TotalCallTime node does not work in call hold scenario
Comments
Post a Comment