equal
deleted
inserted
replaced
7775 fm.write( |
7775 fm.write( |
7776 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() |
7776 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() |
7777 ) |
7777 ) |
7778 license = _( |
7778 license = _( |
7779 b"(see https://mercurial-scm.org for more information)\n" |
7779 b"(see https://mercurial-scm.org for more information)\n" |
7780 b"\nCopyright (C) 2005-2019 Matt Mackall and others\n" |
7780 b"\nCopyright (C) 2005-2020 Matt Mackall and others\n" |
7781 b"This is free software; see the source for copying conditions. " |
7781 b"This is free software; see the source for copying conditions. " |
7782 b"There is NO\nwarranty; " |
7782 b"There is NO\nwarranty; " |
7783 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
7783 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
7784 ) |
7784 ) |
7785 if not ui.quiet: |
7785 if not ui.quiet: |