Skip to content

Mercurial Backend: HGPLAIN env var #28

Open
@lukaszb

Description

@lukaszb

{{{
def plain(self):
'''is plain mode active?
Plain mode means that all configuration variables which affect the
behavior and output of Mercurial should be ignored. Additionally, the
output should be stable, reproducible and suitable for use in scripts or
applications.
The only way to trigger plain mode is by setting the `HGPLAIN'
environment variable.
"""
}}}

this is mercurial.ui.ui method and a docstring. We should set that 'HGPLAIN' environment variable probably at the mercurial backend's module level as it would stabilize the output - could be helpful with workdirs.


Reference: https://bitbucket.org/marcinkuzminski/vcs/issues/28/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions