2010/3/18 Balázs Oroszi <[email protected]>: > Hello! > > Is it possible to sort the commit history in the Repository Explorer > by Date instead of by Revision Number? > I know "git log" has an option of "--date-order", which does just > that. Is there a similar option in Mercurial? If not, can TortoiseHg > do the sorting when displaying the list?
Mercurial's HTML man page lets you find documentation rather easily, just append # + 'command' to the url: http://www.selenic.com/mercurial/hg.1.html#log In short, no, hg log does not support sorting by date since in a DVCS the date is not nearly as interesting as the ancestry relationships. This is something the Repository Explorer could easily provide, so feel free to open an enhancement request for it. -- Steve Borho ------------------------------------------------------------------------------ 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 _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

