equal
deleted
inserted
replaced
7987 fm.write( |
7987 fm.write( |
7988 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() |
7988 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() |
7989 ) |
7989 ) |
7990 license = _( |
7990 license = _( |
7991 b"(see https://mercurial-scm.org for more information)\n" |
7991 b"(see https://mercurial-scm.org for more information)\n" |
7992 b"\nCopyright (C) 2005-2024 Olivia Mackall and others\n" |
7992 b"\nCopyright (C) 2005-2025 Olivia Mackall and others\n" |
7993 b"This is free software; see the source for copying conditions. " |
7993 b"This is free software; see the source for copying conditions. " |
7994 b"There is NO\nwarranty; " |
7994 b"There is NO\nwarranty; " |
7995 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
7995 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
7996 ) |
7996 ) |
7997 if not ui.quiet: |
7997 if not ui.quiet: |