26 from eric7.__version__ import Version |
26 from eric7.__version__ import Version |
27 |
27 |
28 # 1. create the argument parser |
28 # 1. create the argument parser |
29 parser = argparse.ArgumentParser( |
29 parser = argparse.ArgumentParser( |
30 description="Graphical editor for the Mercurial 'histedit' command.", |
30 description="Graphical editor for the Mercurial 'histedit' command.", |
31 epilog="Copyright (c) 2016 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>.", |
31 epilog="Copyright (c) 2016 - 2025 Detlev Offenbach <detlev@die-offenbachs.de>.", |
32 ) |
32 ) |
33 |
33 |
34 # 2. add the arguments |
34 # 2. add the arguments |
35 parser.add_argument( |
35 parser.add_argument( |
36 "-V", |
36 "-V", |