equal
deleted
inserted
replaced
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: |