On Sat, Mar 6, 2010 at 1:03 PM, Vasiljevic Zoran <z...@archiware.com> wrote: > Hi! > > After some (longer) absence (first things first) I am > now trying to catch-up with the Mercurial repository. > > First thing that I noticed after checking out the > repository was that ChangeLog file is missing. > Any idea why? Do we not need it any more?
That's right, it's not needed anymore. Because of the way that mercurial works, when you 'clone' (ie. cvs checkout) you get the whole repository on your local hard drive, not just the HEAD (which we now call 'tip'). So, when you do a 'hg log' you can see all changes ever made without hitting the network. Also, if you want something easier to browse, try doing 'hg serve' and then connecting to localhost with your browser. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ naviserver-devel mailing list naviserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/naviserver-devel