On Fri, Apr 18, 2008 at 12:28 PM, TK Soh <[EMAIL PROTECTED]> wrote: > > On Fri, Apr 18, 2008 at 10:54 AM, Adrian Buehlmann <[EMAIL PROTECTED]> wrote: > > On 18.04.2008 11:00, TK Soh wrote: > > > On Fri, Apr 18, 2008 at 9:45 AM, Adrian Buehlmann <[EMAIL PROTECTED]> > wrote: > > >> How can I navigate to a specific changeset specified > > >> by id (for example d6605381c6df) in the log viewer > > >> (context menu TortoiseHG -> View Changelog)? > > >> > > >> I tried the DataMine dialog with no luck (0.4rc1). > > >> > > >> Compare: > > >> > > >> Entering d6605381c6df in the "search" field on > > >> http://hg.intevation.org/mercurial/crew > > >> takes me to that changeset > > >> (this page: > > >> http://hg.intevation.org/mercurial/crew/log?rev=d6605381c6df) > > > > > > You can use the filter dialog to 'find' it. To bring up the filter > > > dialog, just click on the Filter button on the history browser. > > > > Ah. I missed that, thanks. Entering the id in the first input field > > on the line "Rev Range" and clicking "Apply" on top will show just that > > changeset with files and diffs below -- the info I need. > > > > > > > However, this does not 'scroll' to the changeset like hgweb. I've > > > noticed this quite a long time ago, but never got to fix it. Please > > > submit a bug report. > > > > > > > Hmm. Not sure if this should be seen as a "bug" of the find dialog. > > > > Maybe > > (1) a new "search" input field on the Changelog dialog itself > > or > > (2) a new "search" button on the Changelog dialog that brings > > up a dialog with an input field > > > > I have no idea how difficult this would be to implement though. > > Anything that accomplishes navigating to a changeset by id would > > be welcome. > > The listview window actually supports incremental search, though this > feature is hidden to most users. Just click on the any changeset in > the listview, then start typing your search text (or ctrl-v to paste > it). However, in 0.4rc1, the search only look at (in order) revision > #, tags, committer and summary line. > > I've just added the hash id to the search field in my local box. I > will probably push to crew over the weekend.
I've added include rev hash to the changelist search. I also noticed that the search become slow as more changesets are listed. It also can't remember the last search when the searchbox is dismissed. > I'm also experimenting with a searchbox on the toolbar (maybe not the > best place for it, but it does saves some real estate on the changelog > browser), though his will need a bit more work than the change above. So, we are going to need a new searchbox. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

