]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
committing changes in /etc made by "/usr/bin/apt install -y opam"
authorFrank Brehm <frank@brehm-online.com>
Wed, 19 May 2021 05:09:34 +0000 (07:09 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Wed, 19 May 2021 05:09:34 +0000 (07:09 +0200)
Package changes:
+darcs 2.14.2-2build2 amd64
+libglpk40 4.65-2 amd64
+libncurses-dev 6.2-0ubuntu2 amd64
+libncurses5-dev 6.2-0ubuntu2 amd64
+mercurial 5.3.1-1ubuntu1 amd64
+mercurial-common 5.3.1-1ubuntu1 all
+ocaml 4.08.1-8 amd64
+ocaml-base 4.08.1-8 amd64
+ocaml-base-nox 4.08.1-8 amd64
+ocaml-compiler-libs 4.08.1-8 amd64
+ocaml-interp 4.08.1-8 amd64
+ocaml-man 4.08.1-8 all
+ocaml-nox 4.08.1-8 amd64
+opam 2.0.5-1ubuntu1 amd64
+opam-doc 2.0.5-1ubuntu1 all
+opam-installer 2.0.5-1ubuntu1 amd64

.etckeeper
mercurial/hgrc [new file with mode: 0644]
mercurial/hgrc.d/cacerts.rc [new file with mode: 0644]
mercurial/hgrc.d/default-tools.rc [new file with mode: 0644]
mercurial/hgrc.d/hgext.rc [new file with mode: 0644]

index ee7a2a3465e0b5090e219b87843dec0d2059f86b..9994479c03aa833ed28e0b8594f07b41f6aae0a9 100755 (executable)
@@ -2371,6 +2371,12 @@ maybe chmod 0755 'menu-methods/xdg-desktop-entry-spec-apps'
 maybe chmod 0755 'menu-methods/xdg-desktop-entry-spec-dirs'
 maybe chmod 0755 'menu-methods/xdg-desktop-entry-spec-sessions'
 maybe chmod 0644 'menu/README'
+maybe chmod 0755 'mercurial'
+maybe chmod 0644 'mercurial/hgrc'
+maybe chmod 0755 'mercurial/hgrc.d'
+maybe chmod 0644 'mercurial/hgrc.d/cacerts.rc'
+maybe chmod 0644 'mercurial/hgrc.d/default-tools.rc'
+maybe chmod 0644 'mercurial/hgrc.d/hgext.rc'
 maybe chmod 0644 'mime.types'
 maybe chmod 0644 'mke2fs.conf'
 maybe chmod 0755 'modprobe.d'
diff --git a/mercurial/hgrc b/mercurial/hgrc
new file mode 100644 (file)
index 0000000..dfc3400
--- /dev/null
@@ -0,0 +1,2 @@
+# system-wide mercurial configuration file
+# See hgrc(5) for more information
diff --git a/mercurial/hgrc.d/cacerts.rc b/mercurial/hgrc.d/cacerts.rc
new file mode 100644 (file)
index 0000000..35faed2
--- /dev/null
@@ -0,0 +1,5 @@
+[web]
+# user can disable this Debian default by overriding this option in ~/.hgrc
+# and/or using the --insecure command line switch
+cacerts = /etc/ssl/certs/ca-certificates.crt
+
diff --git a/mercurial/hgrc.d/default-tools.rc b/mercurial/hgrc.d/default-tools.rc
new file mode 100644 (file)
index 0000000..298ea9e
--- /dev/null
@@ -0,0 +1,5 @@
+[ui]
+editor = sensible-editor
+
+[pager]
+pager = sensible-pager
diff --git a/mercurial/hgrc.d/hgext.rc b/mercurial/hgrc.d/hgext.rc
new file mode 100644 (file)
index 0000000..cf56c57
--- /dev/null
@@ -0,0 +1,125 @@
+# mercurial configuration file for bundled hg extensions
+# See hgrc(5) for more information
+
+# Extensions included in Mercurial listed in alphabetical order
+[extensions]
+
+# changeset access control
+# hgext.acl =
+
+# allow user-defined command aliases
+# hgext.alias =
+
+# provides the 'bookmarks' command
+# hgext.bookmarks =
+
+# bugzilla integration
+# requires python-mysqldb
+# hgext.bugzilla =
+
+# show the children of the given or working dir revision
+# provides the 'children' command
+# hgext.children =
+
+# graph count of revisions grouped by template
+# provides the 'churn' command
+# hgext.churn =
+
+# add color output to status, qseries, and diff-related commands
+# hgext.color =
+
+# converts a foreign SCM to a Mercurial one
+# provides the 'convert' and 'debugsvnlog' commands
+# requires:
+# - bzr to convert from Bazaar
+# - cvs to convert from CVS
+# - python-celementtree or python-elementtree to convert from Darcs
+# - git-core to convert from Git
+# - tla to convert from GNU Arch
+# - monotone to convert from Monotone
+# - python-subversion to convert from Subversion
+# hgext.convert =
+
+# external diff program support
+# hgext.extdiff =
+
+# pull and merge remote changes
+# provides the 'fetch' command
+# hgext.fetch =
+
+# GnuPG signing
+# provides the 'sign', 'sigcheck' and 'sigs' commands
+# requires gnupg
+# hgext.gpg =
+
+# show revision graphs in terminal windows
+# provides the 'glog' command
+# hgext.graphlog =
+
+# CIA notification hook
+# hgext.hgcia =
+
+# allows browsing the history of a repository in a graphical way
+# provides the 'view' command
+# requires wish
+# hgext.hgk =
+
+# syntax highlighting in hgweb
+# requires python-pygments
+# hgext.highlight =
+
+# lets you split a merge into pieces
+# provides the 'imerge' command
+# hgext.imerge =
+
+# inotify-based status acceleration for Linux systems
+# provides the 'inserve' command
+# hgext.inotify =
+
+# allows you to change changelog and summary text
+# hgext.interhg =
+
+# CVS/RCS-like keyword expansion
+# hgext.keyword =
+
+# quilt-like patch queues
+# provides the 'q*' commands
+# hgext.mq =
+
+# email notifications
+# hgext.notify =
+
+# display output using a pager
+# hgext.pager =
+
+# make it easy to refer to the parent of a revision
+# hgext.parentrevspec =
+
+# send changes as series of email patches
+# provides the 'email' command
+# hgext.patchbomb =
+
+# removes files not known to mercurial
+# provides the 'purge' command
+# hgext.purge =
+
+# moves sets of revisions to a different ancestor
+# provides the 'rebase' command
+# hgext.rebase =
+
+# interactive change selection during commit
+# provides the 'record' command
+# hgext.record =
+
+# patch transplanting tool
+# provides the 'transplant' command
+# hgext.transplant =
+
+# non-Unicode MBCS filename support
+# hgext.win32mbcs =
+
+# Unix/Mac/DOS line ending conversion utilities
+# hgext.win32text =
+
+# mDNS/DNS-SD (Zeroconf) support for 'hg serve'
+# hgext.zeroconf =