Quantcast
Channel: Creating a mercurial log for a specific branch - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by maosmurf for Creating a mercurial log for a specific branch

Also, to show logs only for current branch, ou can use dot instead of current branch name hg log --branch .

View Article



Answer by Lazy Badger for Creating a mercurial log for a specific branch

Follow-up @criswellFunny, hg help log know nothing about "--only-branch" option, but note -b|--branch BRANCHNAMEAlso, for worst cases, branch() function in revsets

View Article

Answer by criswell for Creating a mercurial log for a specific branch

If you're using proper hg branches, then you should be able to use the --only-branch option:hg log --only-branch my_branchThat will show the changesets only for a given branch.Edit: Looks like...

View Article

Creating a mercurial log for a specific branch

Is it possible to pull changes for just a single branch vs. the entire repository. We have parallel development on different branches and do not want changes from another build in the log. hg log -r...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images