Nominal/activities/tphols09/IDW/AK-example_hgrc
author Christian Urban <christian.urban@kcl.ac.uk>
Tue, 07 Jan 2025 12:42:42 +0000
changeset 653 2807ec31d144
parent 415 f1be8028a4a9
permissions -rw-r--r--
updated

# This is an example configuration file that you could use as ~/.hgrc
# A repository can have additional configuration data in /path/to/repo/.hg/hgrc 


[extensions]
# Many extensions come with the system, but need to be activated

# patch queue extension. Required for "strip"
hgext.mq =

# colored diffs, hg status
hgext.color =

# ascii revision graph by the glog command
hgext.graphlog =

# conveniently pull and merge in one step
# See http://mercurial.selenic.com/wiki/FetchExtension
hgext.fetch =



[defaults]

# This section sets default command line arguments for commands 

# show 5 changes by default. Change to what fits on your screen
log = -l 5
glog = -l 5

# Replace lengthy commit message from fetch merges
fetch = -m "merged"


[ui]
# username that appears in changesets. Set to something meaningful.
# Note that this is just a comment added to changesets, not the basis
# of any authentication.
#username = krauss