Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 30869:75149f84eac7 stable
misc: update year in copyright lines
This patch also makes some expected output lines in tests glob-ed for
persistence of them.
BTW, files below aren't yet changed in 2017, but this patch also
updates copyright of them, because:
- mercurial/help/hg.1.txt
almost all of "man hg" output comes from online help of hg
command, and is already changed in 2017
- mercurial/help/hgignore.5.txt
- mercurial/help/hgrc.5
"copyright 2005-201X Matt Mackall" in them mentions about
copyright of Mercurial itself
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Sun, 12 Feb 2017 02:23:33 +0900 |
parents | 64a9160bf150 |
children | 455677a7667f |
comparison
equal
deleted
inserted
replaced
30868:22a4f664c1a5 | 30869:75149f84eac7 |
---|---|
6574 fm.startitem() | 6574 fm.startitem() |
6575 fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"), | 6575 fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"), |
6576 util.version()) | 6576 util.version()) |
6577 license = _( | 6577 license = _( |
6578 "(see https://mercurial-scm.org for more information)\n" | 6578 "(see https://mercurial-scm.org for more information)\n" |
6579 "\nCopyright (C) 2005-2016 Matt Mackall and others\n" | 6579 "\nCopyright (C) 2005-2017 Matt Mackall and others\n" |
6580 "This is free software; see the source for copying conditions. " | 6580 "This is free software; see the source for copying conditions. " |
6581 "There is NO\nwarranty; " | 6581 "There is NO\nwarranty; " |
6582 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" | 6582 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
6583 ) | 6583 ) |
6584 if not ui.quiet: | 6584 if not ui.quiet: |