[Bug 5957] New: Allow to specify number of lines for context (unified) in hg log

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Sat Aug 11 19:36:18 UTC 2018


https://bz.mercurial-scm.org/show_bug.cgi?id=5957

            Bug ID: 5957
           Summary: Allow to specify number of lines for context (unified)
                    in hg log
           Product: Mercurial
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: pep at bouah.net
                CC: mercurial-devel at mercurial-scm.org

## Steps to reproduce

- `hg log --unified 10 --patch --rev foo:tip`

## What happens

hg log: option --unified not recognized

## What I expect

I would expect hg to show me the patch as specified, as it's possible with `hg
diff`.
Note that the `diff.unified` option is respected when added to the
configuration file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list