view tests/test-tag.out @ 1071:8f0ac653f85e

Add support for extension modules This adds support for an [extensions] section to hgrc. This has the form of: [extensions] mod=[path] If a path is specified, the python module found at that path is load. Otherwise, __import__ is used to find the module. Each module must implement a dict called cmdtable where the command line options for that module live. Each module must also implement a reposetup function: cmdtable = {} def reposetup(ui, repo): pass Index: hg/mercurial/ui.py ===================================================================
author mason@suse.com
date Fri, 26 Aug 2005 14:05:52 -0700
parents 4f81068ed8cd
children 5381b0d88e9e
line wrap: on
line source

changeset:   0:acb14030fe0a
tag:         tip
user:        test
date:        Thu Jan  1 00:00:00 1970 +0000
summary:     test

changeset:   1:863197ef0378
tag:         tip
user:        test
date:        Thu Jan  1 00:00:00 1970 +0000
summary:     Added tag bleah for changeset acb14030fe0a21b60322c440ad2d20cf7685a376

changeset:   0:acb14030fe0a
tag:         bleah
user:        test
date:        Thu Jan  1 00:00:00 1970 +0000
summary:     test

abort: working copy of .hgtags is changed!
(please commit .hgtags manually)
failed