On Fri, Sep 14, 2012 at 11:19 AM, Boggess, Rod <[email protected]> wrote: > Ross: > > Care to share your experiences? > > I won't claim to be an expert, but I've been using HG professionally for > a few months now. I am the office's advocate, so to speak, which means > that, since I loosed this plague upon my office mates, I am responsible > for resolving their every problem while using it. I'm learning very > quickly. If you have issues with how something works, take a look at the > document, let me know where the document's instructions fail you, and > I'll explain how it should work (if I know) as many times as it takes to > "click". Once it clicks, we can see how the document should have been > written to make it click more quickly for the next reader. > > Meanwhile, it'll take me a couple days to download the repo for thg and > learn to find my way around their documentation. I should also contact > the maintainer of the documents to see how the "patches" to the > documents should be divvied up. I'm thinking I would want these in > independently reviewable chunks, in case I liked some of the changes but > needed to reject others. If the maintainer is on this list, care to > weigh in?
Documentation patches should go to the thg-dev mailing list, but if they arrived here I don't think there would be any complaints. I wrote 90% of the existing docs, so feel free to ask questions as you need. The documents are built with Sphinx, which is a Python based like the rest of TortoiseHg and Mercurial. If you're working on Windows you have to install Python (2.7.3 recommended), then setuptools, then run "Python27\Scripts\easy_install sphinx". Once everything is installed you run "Build html" from within the doc/source folder of the repo, which generates a build\html folder with the HTML docs. -- Steve Borho ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

