1

I wonder if there are good cheat sheets for all the options you can set in mercurial's hgrc file?

I cant find any.

Laurent Etiemble
  • 27,111
  • 5
  • 56
  • 81
never_had_a_name
  • 90,630
  • 105
  • 267
  • 383

1 Answers1

4

Is the manual page not sufficient?

ire_and_curses
  • 68,372
  • 23
  • 116
  • 141
  • 1
    the problem was to find it. how did you navigate to that page from http://mercurial.selenic.com ? – never_had_a_name Apr 16 '10 at 05:03
  • 1
    @ajsie: From the homepage, click 'Guide', then 'Tutorial in the Mercurial Wiki' (2nd paragraph). It's linked at the start of the tutorial. You can also type 'man hgrc' from a terminal if you're in Linux. – ire_and_curses Apr 16 '10 at 13:17