docs/tutorials/tutorial.t
changeset 257 bbd1adb262fd
parent 250 5e47d361206a
child 259 9886034199af
equal deleted inserted replaced
256:909a3a079daf 257:bbd1adb262fd
     9   > [ui]
     9   > [ui]
    10   > logtemplate ="{node|short} ({phase}): {desc}\n"
    10   > logtemplate ="{node|short} ({phase}): {desc}\n"
    11   > [diff]
    11   > [diff]
    12   > git = 1
    12   > git = 1
    13   > [alias]
    13   > [alias]
    14   > # `-d '0 0'` means that the new commit will be at January 1st 1970.
    14   > # "-d '0 0'" means that the new commit will be at January 1st 1970.
    15   > # This is used for stable hash during test
    15   > # This is used for stable hash during test
    16   > amend = amend -d '0 0'
    16   > amend = amend -d '0 0'
    17   > [extensions]
    17   > [extensions]
    18   > hgext.graphlog=
    18   > hgext.graphlog=
    19   > EOF
    19   > EOF