/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/plugins/propose/cmds.py

  • Committer: Jelmer Vernooij
  • Date: 2019-01-24 00:56:15 UTC
  • mto: This revision was merged to the branch mainline in revision 7260.
  • Revision ID: jelmer@jelmer.uk-20190124005615-2hfg1r7s97bbrf76
Update help.

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
    __doc__ = """Log into a GitLab instance.
269
269
 
270
270
    This command takes a GitLab instance URL (e.g. https://gitlab.com)
271
 
    as well as a private token. Private tokens can be created via the
 
271
    as well as an optional private token. Private tokens can be created via the
272
272
    web UI.
273
273
 
274
274
    :Examples:
275
275
 
276
 
      Log into Debian's salsa:
 
276
      Log into GNOME's GitLab (prompts for a token):
 
277
 
 
278
         brz gitlab-login https://gitlab.gnome.org/
 
279
 
 
280
      Log into Debian's salsa, using a token created earlier:
277
281
 
278
282
         brz gitlab-login https://salsa.debian.org if4Theis6Eich7aef0zo
279
283
    """