Posts

Showing posts from January, 2022

How to debug if you have difference in 2 repos that have 7-8 repo in between

 Just download all the repos and check git log or hg log   1st repo HD_R6201 & 2nd repo BBDR2014 the 1st repo has the bug then check the date in between where submissions are missing in 1st repo then goto 2nd repo check all the fixes that have been commited if not then check all intermediate or in between repos or branches Incase of emergency check in 1 repo above HD_R6201 that is HD_R6301 Check the exact scenario must match 

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