log mercurial/cmdutil.py @ 9927:2ae4d0865629

age author description
Tue, 24 Nov 2009 18:21:47 +0100 Benoit Boissinot findrenames: speedup exact match
Tue, 24 Nov 2009 17:39:42 +0100 Benoit Boissinot findrenames: refactor the score computation
Tue, 24 Nov 2009 17:26:42 +0100 Benoit Boissinot findrenames: first loop over the removed files, it's faster
Tue, 17 Nov 2009 15:00:00 +0900 Nicolas Dumazet cmdutil.service: do not _exit(0) in the parent process stable
Fri, 30 Oct 2009 09:54:39 +0100 Dirkjan Ochtman cmdutil: fix bug in finddate() implementation
Fri, 30 Oct 2009 09:53:39 +0100 Dirkjan Ochtman merge changes from mpm
Wed, 28 Oct 2009 22:47:46 -0500 Steve Borho cmdutil: update finddate()
Thu, 29 Oct 2009 19:03:16 -0500 Matt Mackall walkchangerevs: drop ui arg
Thu, 29 Oct 2009 19:03:13 -0500 Matt Mackall walkchangerevs: reset cache between windows
Thu, 29 Oct 2009 17:07:51 -0500 Matt Mackall walkchangerevs: move 'add' to callback
Tue, 27 Oct 2009 17:14:19 -0500 Matt Mackall Merge with crew
Tue, 27 Oct 2009 17:01:32 -0500 Matt Mackall walkchangerevs: internalize ctx caching
Sun, 25 Oct 2009 18:43:59 -0500 Matt Mackall walkchangerevs: yield contexts
Sun, 25 Oct 2009 18:43:58 -0500 Matt Mackall walkchangerevs: kill window step of iterator
Sun, 25 Oct 2009 18:43:56 -0500 Matt Mackall walkchangerevs: pull out matchfn
Sat, 24 Oct 2009 19:01:40 +0200 Adrian Buehlmann cmdutil: minor refactoring of changeset_printer._show
Mon, 05 Oct 2009 18:17:13 -0400 Greg Ward cmdutil: changeset_printer: use methods of filectx/changectx.
Sat, 03 Oct 2009 18:31:20 +0200 Mads Kiilerich cmdutil: templating keywords latesttag and latesttagdistance
Sun, 16 Aug 2009 11:30:24 +0900 Nicolas Dumazet cmdutil: service: add an optional runargs argument to pass the command to run
Thu, 20 Aug 2009 08:34:22 +0200 Dirkjan Ochtman cmdutil: use context objects for walkchangerevs()
Sun, 12 Jul 2009 00:46:43 -0500 Steve Borho cmdutil: fall back to filename if glob expand has errors
Wed, 01 Jul 2009 01:05:24 -0500 Matt Mackall commit: report modified subrepos in commit editor
Tue, 30 Jun 2009 23:25:53 -0500 Matt Mackall addremove: build lists of already added and removed files too (issue1696)
Tue, 30 Jun 2009 16:11:42 -0500 Matt Mackall addremove: pass unknown and deleted to findrenames directly again
Tue, 30 Jun 2009 15:56:08 -0500 Matt Mackall addremove: normalize some variable names
Mon, 29 Jun 2009 15:34:17 -0500 Matt Mackall findrenames: drop unused argument defaults
Tue, 23 Jun 2009 17:51:51 -0500 Matt Mackall addremove: drop some silly variable assignments
Fri, 12 Jun 2009 02:19:51 -0500 Matt Mackall remoteui: properly create dst with copy()
Mon, 25 May 2009 18:14:32 +0900 Nicolas Dumazet cmdutil: service: logfile option to redirect stdout & stderr in a file
Wed, 10 Jun 2009 15:10:21 +0200 Benoit Boissinot use new style classes