logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lp-set-dup - mark one or more bugs as duplicate of another bug

Authors

lp-set-dup was written by Loïc Minier <lool@dooz.org>, and this manual page was written by Luca Falavigna
       <dktrkranz@debian.org>.

       Both are released under the terms of the GNU General Public License, version 2.

lptools                                           March 6 2010                                     lp-set-dup(1)

Configuration Variables

       The  following variables can be set in the environment or in ubuntu-dev-tools(5) configuration files.  In
       each case, the script-specific variable takes precedence over the package-wide variable.

       LP_SET_DUP_LPINSTANCE, UBUNTUTOOLS_LPINSTANCE
              The default value for --lpinstance.

Description

lp-set-dup  allow to easily mark one or more bug as duplicate of another bug. It checks for permission to
       operate on a given bug first, then perform required tasks on Launchpad.

Environment

       All of the CONFIGURATIONVARIABLES below are also supported as environment variables.  Variables  in  the
       environment take precedence to those in configuration files.

Name

       lp-set-dup - mark one or more bugs as duplicate of another bug

Options

       Listed below are the command line options for lp-set-dup:

       -h, --help
              Display a help message and exit.

       -f     Skip confirmation prompt.

       -lINSTANCE, --lpinstance=INSTANCE
              Use the specified instance of Launchpad (e.g. "staging"), instead of the default of "production".

       --no-conf
              Do not read any configuration files, or configuration from environment variables.

See Also

ubuntu-dev-tools(5)

Synopsis

lp-set-dup [-f] <mainbug> <duplicatebug> [<duplicatebug> ...]
       lp-set-dup--help

See Also