Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 48776:6cfa30681a1d
branching: merge with stable
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Tue, 15 Feb 2022 20:24:46 -0800 |
parents | 47b3fca301f8 a1538c05d855 |
children | 3d3d7fc6035a 6000f5b25c9b |
comparison
equal
deleted
inserted
replaced
48775:b70c9697ab41 | 48776:6cfa30681a1d |
---|---|
7904 fm.write( | 7904 fm.write( |
7905 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() | 7905 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() |
7906 ) | 7906 ) |
7907 license = _( | 7907 license = _( |
7908 b"(see https://mercurial-scm.org for more information)\n" | 7908 b"(see https://mercurial-scm.org for more information)\n" |
7909 b"\nCopyright (C) 2005-2021 Olivia Mackall and others\n" | 7909 b"\nCopyright (C) 2005-2022 Olivia Mackall and others\n" |
7910 b"This is free software; see the source for copying conditions. " | 7910 b"This is free software; see the source for copying conditions. " |
7911 b"There is NO\nwarranty; " | 7911 b"There is NO\nwarranty; " |
7912 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" | 7912 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
7913 ) | 7913 ) |
7914 if not ui.quiet: | 7914 if not ui.quiet: |