equal
deleted
inserted
replaced
64 "is no way to distinguish them.\n" |
64 "is no way to distinguish them.\n" |
65 "\n" |
65 "\n" |
66 "To use this hook, configure the acl extension in your hgrc like this::\n" |
66 "To use this hook, configure the acl extension in your hgrc like this::\n" |
67 "\n" |
67 "\n" |
68 " [extensions]\n" |
68 " [extensions]\n" |
69 " hgext.acl =\n" |
69 " acl =\n" |
70 "\n" |
70 "\n" |
71 " [hooks]\n" |
71 " [hooks]\n" |
72 " pretxnchangegroup.acl = python:hgext.acl.hook\n" |
72 " pretxnchangegroup.acl = python:hgext.acl.hook\n" |
73 "\n" |
73 "\n" |
74 " [acl]\n" |
74 " [acl]\n" |
271 " templates as {hgweb}.\n" |
271 " templates as {hgweb}.\n" |
272 "\n" |
272 "\n" |
273 "Activating the extension::\n" |
273 "Activating the extension::\n" |
274 "\n" |
274 "\n" |
275 " [extensions]\n" |
275 " [extensions]\n" |
276 " hgext.bugzilla =\n" |
276 " bugzilla =\n" |
277 "\n" |
277 "\n" |
278 " [hooks]\n" |
278 " [hooks]\n" |
279 " # run bugzilla hook on every change pulled or pushed in here\n" |
279 " # run bugzilla hook on every change pulled or pushed in here\n" |
280 " incoming.bugzilla = python:hgext.bugzilla.hook\n" |
280 " incoming.bugzilla = python:hgext.bugzilla.hook\n" |
281 "\n" |
281 "\n" |
3075 "\n" |
3075 "\n" |
3076 "To use, configure the notify extension and enable it in hgrc like\n" |
3076 "To use, configure the notify extension and enable it in hgrc like\n" |
3077 "this::\n" |
3077 "this::\n" |
3078 "\n" |
3078 "\n" |
3079 " [extensions]\n" |
3079 " [extensions]\n" |
3080 " hgext.notify =\n" |
3080 " notify =\n" |
3081 "\n" |
3081 "\n" |
3082 " [hooks]\n" |
3082 " [hooks]\n" |
3083 " # one email for each incoming changeset\n" |
3083 " # one email for each incoming changeset\n" |
3084 " incoming.notify = python:hgext.notify.hook\n" |
3084 " incoming.notify = python:hgext.notify.hook\n" |
3085 " # batch emails when many changesets incoming at one time\n" |
3085 " # batch emails when many changesets incoming at one time\n" |
4048 "perform automatic newline conversion\n" |
4048 "perform automatic newline conversion\n" |
4049 "\n" |
4049 "\n" |
4050 "To perform automatic newline conversion, use::\n" |
4050 "To perform automatic newline conversion, use::\n" |
4051 "\n" |
4051 "\n" |
4052 " [extensions]\n" |
4052 " [extensions]\n" |
4053 " hgext.win32text =\n" |
4053 " win32text =\n" |
4054 " [encode]\n" |
4054 " [encode]\n" |
4055 " ** = cleverencode:\n" |
4055 " ** = cleverencode:\n" |
4056 " # or ** = macencode:\n" |
4056 " # or ** = macencode:\n" |
4057 "\n" |
4057 "\n" |
4058 " [decode]\n" |
4058 " [decode]\n" |
4100 "pretxncommit.%s = python:hgext.win32text.forbid%s\n" |
4100 "pretxncommit.%s = python:hgext.win32text.forbid%s\n" |
4101 "\n" |
4101 "\n" |
4102 "and also consider adding:\n" |
4102 "and also consider adding:\n" |
4103 "\n" |
4103 "\n" |
4104 "[extensions]\n" |
4104 "[extensions]\n" |
4105 "hgext.win32text =\n" |
4105 "win32text =\n" |
4106 "[encode]\n" |
4106 "[encode]\n" |
4107 "** = %sencode:\n" |
4107 "** = %sencode:\n" |
4108 "[decode]\n" |
4108 "[decode]\n" |
4109 "** = %sdecode:\n" |
4109 "** = %sdecode:\n" |
4110 msgstr "" |
4110 msgstr "" |
7679 "To explicitly disable an extension enabled in an hgrc of broader\n" |
7679 "To explicitly disable an extension enabled in an hgrc of broader\n" |
7680 "scope, prepend its path with !::\n" |
7680 "scope, prepend its path with !::\n" |
7681 "\n" |
7681 "\n" |
7682 " [extensions]\n" |
7682 " [extensions]\n" |
7683 " # disabling extension bar residing in /path/to/extension/bar.py\n" |
7683 " # disabling extension bar residing in /path/to/extension/bar.py\n" |
7684 " hgext.bar = !/path/to/extension/bar.py\n" |
7684 " bar = !/path/to/extension/bar.py\n" |
7685 " # ditto, but no path was supplied for extension baz\n" |
7685 " # ditto, but no path was supplied for extension baz\n" |
7686 " hgext.baz = !\n" |
7686 " baz = !\n" |
7687 msgstr "" |
7687 msgstr "" |
7688 |
7688 |
7689 msgid "" |
7689 msgid "" |
7690 "When Mercurial accepts more than one revision, they may be specified\n" |
7690 "When Mercurial accepts more than one revision, they may be specified\n" |
7691 "individually, or provided as a topologically continuous range,\n" |
7691 "individually, or provided as a topologically continuous range,\n" |