File: README.Debian

package info (click to toggle)
mercurial 7.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 46,128 kB
  • sloc: python: 214,491; ansic: 56,606; tcl: 3,715; sh: 1,879; lisp: 1,483; cpp: 864; makefile: 792; javascript: 649; xml: 36
file content (36 lines) | stat: -rw-r--r-- 1,034 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Mercurial for Debian
--------------------

Table of contents
* Documentation
* Extensions
* Emacs support


Documentation
*************

Mercurial documentation is available on the web at:
   http://hgbook.red-bean.com/ and
   https://www.mercurial-scm.org/wiki

Extensions
**********

Extensions can be enabled system-wide, per-user and/or per repository (see
hgrc(5) for more information). Previous versions of this Debian package
enabled some extensions by default; however, this is no longer the case.

To enable extensions system-wide, you may edit the
/etc/mercurial/hgrc.d/hgext.rc configuration file. This file also contains
information on the dependencies of each extension.


Emacs support
*************
This package installs a mercurial.el file in the example directory
(/usr/share/doc/mercurial/examples/). However, with emacs22 or better,
vc-hg.el provided directly by emacs is better. This is why mercurial.el
is not installed by default anymore.

 -- Javi Merino <merino.jav@gmail.com>, Sun, 17 Jul 2016 13:35:02 +0100