Posts Tagged ‘python’

config extension for mercurial February 23, 2009 No Comments

I’ve written a small extension for mercurial called ‘config’.  It allows you to view and set configuration values for hg from the command-line. Some example commands and output: prompt> hg showconfigs ! /usr/etc/mercurial/hgrc * /etc/mercurial/hgrc * /etc/mercurial/hgrc.d/hgext.rc (ro) * /etc/mercurial/hgrc.d/mergetools.rc (ro) * /home/jdoe/.hgrc * /home/jdoe/projects/hgconfig/.hg/hgrc prompt> hg config –verbose ui.username values found for ui.username: jdoe@host […]