On Fri, 22 Jan 2016 15:29:41 +0000, Uwe Brauer wrote: > > > On Fri, 22 Jan 2016 13:43:22 +0000, Uwe Brauer wrote: > > > Not all edit actions support $LINENUM. > > > https://bitbucket.org/tortoisehg/thg/issues/3977/ > > Sorry to say that but going to a change and trying to edit it seems to > me the most elemental and needed operations of all. In which > circumstances is LINENUM supported, then?
Looks like it is supported in annotate view and grep. % grep 'editfiles(.*line' tortoisehg/hgqt/*.py tortoisehg/hgqt/bugreport.py: qtlib.editfiles(fake, [fname], lineno, parent=self) tortoisehg/hgqt/fileview.py: qtlib.editfiles(self.repo, files, line, pattern, self) tortoisehg/hgqt/grep.py: qtlib.editfiles(repo, [path], line, pattern, self) tortoisehg/hgqt/grep.py: qtlib.editfiles(repo, files, line, pattern, self) tortoisehg/hgqt/qtlib.py:def editfiles(repo, files, lineno=None, search=None, parent=None): ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

