Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 44170:0ab651b5f77c stable
copyright: update to 2020
Differential Revision: https://phab.mercurial-scm.org/D8006
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 25 Jan 2020 00:16:04 -0500 |
parents | e96ed3a61899 |
children | 15eb90965a00 92b7caf4cb9e |
comparison
equal
deleted
inserted
replaced
44169:5d85e9ddc7b9 | 44170:0ab651b5f77c |
---|---|
7777 fm.write( | 7777 fm.write( |
7778 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() | 7778 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() |
7779 ) | 7779 ) |
7780 license = _( | 7780 license = _( |
7781 b"(see https://mercurial-scm.org for more information)\n" | 7781 b"(see https://mercurial-scm.org for more information)\n" |
7782 b"\nCopyright (C) 2005-2019 Matt Mackall and others\n" | 7782 b"\nCopyright (C) 2005-2020 Matt Mackall and others\n" |
7783 b"This is free software; see the source for copying conditions. " | 7783 b"This is free software; see the source for copying conditions. " |
7784 b"There is NO\nwarranty; " | 7784 b"There is NO\nwarranty; " |
7785 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" | 7785 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
7786 ) | 7786 ) |
7787 if not ui.quiet: | 7787 if not ui.quiet: |