Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 46413:ed43b6fa847e stable
copyright: update to 2021
Differential Revision: https://phab.mercurial-scm.org/D9885
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Wed, 27 Jan 2021 00:54:57 -0500 |
parents | 63f0e31af0e5 |
children | 16c18d5e5dc8 7e02e7c721b0 |
comparison
equal
deleted
inserted
replaced
46412:7d0405e458a0 | 46413:ed43b6fa847e |
---|---|
7705 fm.write( | 7705 fm.write( |
7706 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() | 7706 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() |
7707 ) | 7707 ) |
7708 license = _( | 7708 license = _( |
7709 b"(see https://mercurial-scm.org for more information)\n" | 7709 b"(see https://mercurial-scm.org for more information)\n" |
7710 b"\nCopyright (C) 2005-2020 Matt Mackall and others\n" | 7710 b"\nCopyright (C) 2005-2021 Matt Mackall and others\n" |
7711 b"This is free software; see the source for copying conditions. " | 7711 b"This is free software; see the source for copying conditions. " |
7712 b"There is NO\nwarranty; " | 7712 b"There is NO\nwarranty; " |
7713 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" | 7713 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
7714 ) | 7714 ) |
7715 if not ui.quiet: | 7715 if not ui.quiet: |