plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.all

Include all refs.

Type: null or boolean

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.author

Limit the commits output to ones with author/committer header lines that match the specified pattern (regular expression).

Type: null or string

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.base

Specify a base git rev from which the right side of the diff will be created. Use the special value LOCAL to use the local version of the file.

Type: null or string

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.cherryPick

Omit commits that introduce the same change as another commit on the “other side” when the set of commits are limited with symmetric difference.

Type: null or boolean

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.diffMerges

Determines how merge commits are treated.

Type: null or one of “off”, “on”, “first-parent”, “separate”, “combined”, “dense-combined”, “remerge”

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.firstParent

Follow only the first parent upon seeing a merge commit.

Type: null or boolean

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.follow

Follow renames (only for single file).

Type: null or boolean

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.g

Look for differences whose patch text contains added/removed lines that match the specified pattern (extended regular expression).

Type: null or string

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.grep

Limit the commits output to ones with log message that matches the specified pattern (regular expression).

Type: null or string

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.l

{ ("<start>,<end>:<file>" | ":<funcname>:<file>")... }

Trace the evolution of the line range given by <start>,<end>, or by the function name regex <funcname>, within the <file>.

Type: null or (list of string)

Default: null

Plugin default: []

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.leftOnly

List only the commits on the left side of a symmetric difference.

Type: null or boolean

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.maxCount

Limit the number of commits.

Type: null or signed integer

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.merges

List only merge commits.

Type: null or boolean

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.noMerges

List no merge commits.

Type: null or boolean

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.pathArgs

Limit the target files to only the files matching the given path arguments (git pathspec is supported).

Type: null or (list of string)

Default: null

Plugin default: []

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.reflog

Include all reachable objects mentioned by reflogs.

Type: null or boolean

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.revRange

List only the commits in the specified revision range.

Type: null or string

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.reverse

List commits in reverse order.

Type: null or boolean

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.rightOnly

List only the commits on the right side of a symmetric difference.

Type: null or boolean

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.s

Look for differences that change the number of occurrences of the specified pattern (extended regular expression) in a file.

Type: null or string

Default: null

Declared by:

plugins.diffview.fileHistoryPanel.logOptions.hg.singleFile.showPulls

Show merge commits that are not TREESAME to its first parent, but are to a later parent.

Type: null or boolean

Default: null

Declared by: