equal
deleted
inserted
replaced
217 "To explicitly disable an extension enabled in an hgrc of broader\n" |
217 "To explicitly disable an extension enabled in an hgrc of broader\n" |
218 "scope, prepend its path with !::\n" |
218 "scope, prepend its path with !::\n" |
219 "\n" |
219 "\n" |
220 " [extensions]\n" |
220 " [extensions]\n" |
221 " # disabling extension bar residing in /path/to/extension/bar.py\n" |
221 " # disabling extension bar residing in /path/to/extension/bar.py\n" |
222 " hgext.bar = !/path/to/extension/bar.py\n" |
222 " bar = !/path/to/extension/bar.py\n" |
223 " # ditto, but no path was supplied for extension baz\n" |
223 " # ditto, but no path was supplied for extension baz\n" |
224 " hgext.baz = !\n" |
224 " baz = !\n" |
225 msgstr "" |
225 msgstr "" |
226 |
226 |
227 msgid "" |
227 msgid "" |
228 "When Mercurial accepts more than one revision, they may be specified\n" |
228 "When Mercurial accepts more than one revision, they may be specified\n" |
229 "individually, or provided as a topologically continuous range,\n" |
229 "individually, or provided as a topologically continuous range,\n" |
516 "is no way to distinguish them.\n" |
516 "is no way to distinguish them.\n" |
517 "\n" |
517 "\n" |
518 "To use this hook, configure the acl extension in your hgrc like this::\n" |
518 "To use this hook, configure the acl extension in your hgrc like this::\n" |
519 "\n" |
519 "\n" |
520 " [extensions]\n" |
520 " [extensions]\n" |
521 " hgext.acl =\n" |
521 " acl =\n" |
522 "\n" |
522 "\n" |
523 " [hooks]\n" |
523 " [hooks]\n" |
524 " pretxnchangegroup.acl = python:hgext.acl.hook\n" |
524 " pretxnchangegroup.acl = python:hgext.acl.hook\n" |
525 "\n" |
525 "\n" |
526 " [acl]\n" |
526 " [acl]\n" |
747 " templates as {hgweb}.\n" |
747 " templates as {hgweb}.\n" |
748 "\n" |
748 "\n" |
749 "Activating the extension::\n" |
749 "Activating the extension::\n" |
750 "\n" |
750 "\n" |
751 " [extensions]\n" |
751 " [extensions]\n" |
752 " hgext.bugzilla =\n" |
752 " bugzilla =\n" |
753 "\n" |
753 "\n" |
754 " [hooks]\n" |
754 " [hooks]\n" |
755 " # run bugzilla hook on every change pulled or pushed in here\n" |
755 " # run bugzilla hook on every change pulled or pushed in here\n" |
756 " incoming.bugzilla = python:hgext.bugzilla.hook\n" |
756 " incoming.bugzilla = python:hgext.bugzilla.hook\n" |
757 "\n" |
757 "\n" |
3681 "\n" |
3681 "\n" |
3682 "To use, configure the notify extension and enable it in hgrc like\n" |
3682 "To use, configure the notify extension and enable it in hgrc like\n" |
3683 "this::\n" |
3683 "this::\n" |
3684 "\n" |
3684 "\n" |
3685 " [extensions]\n" |
3685 " [extensions]\n" |
3686 " hgext.notify =\n" |
3686 " notify =\n" |
3687 "\n" |
3687 "\n" |
3688 " [hooks]\n" |
3688 " [hooks]\n" |
3689 " # one email for each incoming changeset\n" |
3689 " # one email for each incoming changeset\n" |
3690 " incoming.notify = python:hgext.notify.hook\n" |
3690 " incoming.notify = python:hgext.notify.hook\n" |
3691 " # batch emails when many changesets incoming at one time\n" |
3691 " # batch emails when many changesets incoming at one time\n" |
4633 "perform automatic newline conversion\n" |
4633 "perform automatic newline conversion\n" |
4634 "\n" |
4634 "\n" |
4635 "To perform automatic newline conversion, use::\n" |
4635 "To perform automatic newline conversion, use::\n" |
4636 "\n" |
4636 "\n" |
4637 " [extensions]\n" |
4637 " [extensions]\n" |
4638 " hgext.win32text =\n" |
4638 " win32text =\n" |
4639 " [encode]\n" |
4639 " [encode]\n" |
4640 " ** = cleverencode:\n" |
4640 " ** = cleverencode:\n" |
4641 " # or ** = macencode:\n" |
4641 " # or ** = macencode:\n" |
4642 "\n" |
4642 "\n" |
4643 " [decode]\n" |
4643 " [decode]\n" |
4685 "pretxncommit.%s = python:hgext.win32text.forbid%s\n" |
4685 "pretxncommit.%s = python:hgext.win32text.forbid%s\n" |
4686 "\n" |
4686 "\n" |
4687 "and also consider adding:\n" |
4687 "and also consider adding:\n" |
4688 "\n" |
4688 "\n" |
4689 "[extensions]\n" |
4689 "[extensions]\n" |
4690 "hgext.win32text =\n" |
4690 "win32text =\n" |
4691 "[encode]\n" |
4691 "[encode]\n" |
4692 "** = %sencode:\n" |
4692 "** = %sencode:\n" |
4693 "[decode]\n" |
4693 "[decode]\n" |
4694 "** = %sdecode:\n" |
4694 "** = %sdecode:\n" |
4695 msgstr "" |
4695 msgstr "" |