32 from eric7.UI.Info import Version |
32 from eric7.UI.Info import Version |
33 |
33 |
34 # 1. create the argument parser |
34 # 1. create the argument parser |
35 parser = argparse.ArgumentParser( |
35 parser = argparse.ArgumentParser( |
36 description="Graphical editor for the Mercurial 'histedit' command.", |
36 description="Graphical editor for the Mercurial 'histedit' command.", |
37 epilog="Copyright (c) 2016 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>.", |
37 epilog="Copyright (c) 2016 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>.", |
38 ) |
38 ) |
39 |
39 |
40 # 2. add the arguments |
40 # 2. add the arguments |
41 parser.add_argument( |
41 parser.add_argument( |
42 "-V", |
42 "-V", |