From 1203814d9faf7de5f47de71ce00c725d664a7db6 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 3 Jun 2014 15:30:05 +0200 Subject: [PATCH] hg-prompt now has correct dir; authors file apparently can't use bash expansion chars --- .hgrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.hgrc b/.hgrc index bf029fe..be3458d 100644 --- a/.hgrc +++ b/.hgrc @@ -12,10 +12,10 @@ hgk= hgflow = ~/workspace/application_addons/mercurial/hgflow/src/hgflow.py hggit = ~/workspace/application_addons/mercurial/hg-git/hggit -prompt = /home/mbscholt/bin/hg/hg-prompt/prompt.py +prompt = /home/mbscholt/workspace/application_addons/mercurial/hg-prompt/prompt.py [git] -authors = ~/.hgauthors.txt +authors = /home/mbscholt/.hgauthors.txt [tortoisehg] editor = geany