From f5d980d15205acdc2f30faad76e83fe97c47f7be Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 19 Sep 2026 16:27:04 +0200 Subject: [PATCH] Mercurial hasn't been a thing for a while here --- .hgauthors.txt | 5 ----- .hgignore | 9 --------- .hgrc | 33 --------------------------------- install.sh | 2 +- 4 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 .hgauthors.txt delete mode 100644 .hgignore delete mode 100644 .hgrc diff --git a/.hgauthors.txt b/.hgauthors.txt deleted file mode 100644 index 5f40e47..0000000 --- a/.hgauthors.txt +++ /dev/null @@ -1,5 +0,0 @@ -mbscholt = Michiel Scholten -m.scholten = Michiel Scholten -Michiel Scholten = Michiel Scholten -convert-repo = svnconvert -michiel.scholten@sanomamedia.nl = Michiel Scholten diff --git a/.hgignore b/.hgignore deleted file mode 100644 index e15199e..0000000 --- a/.hgignore +++ /dev/null @@ -1,9 +0,0 @@ -syntax: glob -*.orig -*.rej -*~ -*.o -tests/*.err - -syntax: regexp -.*\#.*\#$ diff --git a/.hgrc b/.hgrc deleted file mode 100644 index 6797cb9..0000000 --- a/.hgrc +++ /dev/null @@ -1,33 +0,0 @@ -[ui] -#username = Michiel Scholten -username = m.scholten - -[extensions] -# If you get an error about missing keyring, install python-keyring -hgext.mercurial_keyring = ~/workspace/application_addons/mercurial/mercurial_keyring/mercurial_keyring.py -convert = -hgext.bookmarks = -graphlog = -hgext.purge= -hgk= -hgflow = ~/workspace/application_addons/mercurial/hgflow/src/hgflow.py -#hggit = ~/workspace/application_addons/mercurial/hg-git/hggit -prompt = /home/mbscholt/workspace/application_addons/mercurial/hg-prompt/prompt.py -shelve= - -[git] -authors = /home/mbscholt/.hgauthors.txt - -[tortoisehg] -editor = geany -tabwidth = 8 -shell = gnome-terminal - -[auth] -sanoma.schemes = https -sanoma.prefix = hg.sanomaservices.nl -sanoma.username = m.scholten - -aqs.schemes = ssh -aqs.prefix = aquariusoft.org -aqs.username = Michiel Scholten diff --git a/install.sh b/install.sh index 8d12763..7b4860d 100644 --- a/install.sh +++ b/install.sh @@ -74,7 +74,7 @@ cd || exit mkdir -p .config/direnv # Symlink all the things -for TARGET in .bash_aliases .bashrc bin .gitconfig .gitignore_global .gitmodules .hgauthors.txt .hgignore .hgrc .ideavimrc .ignore .screenrc .terminfo .tmux.conf .vim .vimrc install.sh .config/direnv/direnvrc .config/nvim; do +for TARGET in .bash_aliases .bashrc bin .gitconfig .gitignore_global .gitmodules .ideavimrc .ignore .screenrc .terminfo .tmux.conf .vim .vimrc install.sh .config/direnv/direnvrc .config/nvim; do make_link $DIR $TARGET done