log mercurial/cmdutil.py @ 11050:5d35f7d93514

age author description
Wed, 07 Apr 2010 00:45:20 +0900 Yuya Nishihara commands: refactor diff --stat and qdiff --stat
Fri, 23 Apr 2010 15:24:11 +0900 Nicolas Dumazet log: remove useless condition
Mon, 19 Apr 2010 17:00:02 -0500 Matt Mackall Merge with stable
Thu, 08 Apr 2010 00:13:33 +0900 Yuya Nishihara remoteui: copy http_proxy settings stable
Mon, 05 Apr 2010 01:00:14 +0200 Martin Geisler cmdutil: do not translate trivial string
Fri, 02 Apr 2010 15:22:07 -0500 Brodie Rao cmdutil: make use of output labeling in changeset_printer
Wed, 17 Mar 2010 18:15:16 -0500 Matt Mackall progress: drop extra args for pos=None calls (issue2087)
Mon, 15 Mar 2010 18:40:00 +0100 Martin Geisler progress: use a verb in present participle
Mon, 08 Mar 2010 19:43:24 +0100 Benoit Boissinot patch/diff: move patch.export() to cmdutil.export()
Mon, 08 Mar 2010 00:01:12 +0100 Benoit Boissinot addremove: avoid fetching data again and again
Mon, 08 Mar 2010 00:00:03 +0100 Benoit Boissinot addremove: add progress support for similarity search
Sun, 07 Mar 2010 23:59:28 +0100 Benoit Boissinot addremove: atomically update the dirstate
Sun, 14 Feb 2010 01:52:31 -0500 Brodie Rao remove unused imports stable
Mon, 08 Feb 2010 10:50:00 +0100 Brendan Cully mq: make init -Q do what qinit -c did
Mon, 08 Feb 2010 10:23:44 +0100 Brendan Cully mq: add -Q option to all commands not in norepo
Sat, 06 Feb 2010 16:50:00 +0100 Patrick Mezard util: make spawndetached() handle subprocess early terminations
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Mon, 18 Jan 2010 22:59:32 +0100 Patrick Mezard templatekw: fix extras, manifest and showlist args (issue1989)
Fri, 15 Jan 2010 10:38:11 +0100 Patrick Mezard Merge with crew-stab le
Fri, 15 Jan 2010 09:50:52 +0100 Patrick Mezard cmdutil: expand style paths (issue1948) stable
Sun, 10 Jan 2010 18:13:34 +0100 Patrick Mezard cmdutil: hide child window created by win32 spawndetached()
Wed, 06 Jan 2010 21:11:58 +0100 Patrick Mezard Find right hg command for detached process
Wed, 06 Jan 2010 21:11:58 +0100 Patrick Mezard cmdutil: replace unix pipe handshake with file lock
Fri, 10 Apr 2009 21:20:25 +0200 Patrick Mezard serve: add and use portable spawnvp replacement
Wed, 30 Dec 2009 02:41:19 +0100 Robert Bachmann Bugfix and test for hg log XML output
Mon, 28 Dec 2009 17:55:52 +0100 Robert Bachmann Added support for templatevar "footer" to cmdutil.py
Mon, 14 Dec 2009 00:32:29 +0900 Nicolas Dumazet cmdutil: replace sys.maxint with None as default value in loglimit
Sun, 13 Dec 2009 18:06:24 +0100 Patrick Mezard Make {file_copies} usable as a --template key
Sun, 13 Dec 2009 18:06:24 +0100 Patrick Mezard templatekw: change {file_copies} behaviour, add {file_copies_switch}
Sun, 13 Dec 2009 18:06:24 +0100 Patrick Mezard cmdutil: extract file copies closure into templatekw
Sun, 13 Dec 2009 18:06:24 +0100 Patrick Mezard cmdutil: extract latest tags closures in templatekw
Sun, 13 Dec 2009 18:06:24 +0100 Patrick Mezard cmdutil: extract file changes closures into templatekw
Sun, 13 Dec 2009 18:06:23 +0100 Patrick Mezard cmdutil: extract repo dependent closures in templatekw
Sun, 13 Dec 2009 18:06:23 +0100 Patrick Mezard cmdutil: extract ctx dependent closures into templatekw
Sun, 13 Dec 2009 18:06:23 +0100 Patrick Mezard cmdutil: replace showlist() closure with a function
Thu, 10 Dec 2009 12:31:57 +0100 Dirkjan Ochtman merge with the stable branch
Thu, 10 Dec 2009 12:31:21 +0100 Dirkjan Ochtman cmdutil: copy auth section in remoteui stable
Thu, 10 Dec 2009 00:14:22 +0100 Benoit Boissinot log --follow: use a set instead of a list
Tue, 01 Dec 2009 11:28:31 +0900 Nicolas Dumazet cmdutil: service: add appendpid parameter to append pids to pid file
Tue, 01 Dec 2009 01:43:46 +0100 Benoit Boissinot backout experimental change from 777c1df76ef4
Mon, 30 Nov 2009 15:31:14 -0600 Matt Mackall Merge with crew
Mon, 30 Nov 2009 22:23:09 +0100 Patrick Mezard cmdutil: fix missing default 'extra' template
Tue, 17 Nov 2009 18:50:39 +0900 Nicolas Dumazet run-tests: add --inotify option to test runner
Tue, 24 Nov 2009 20:40:04 +0100 Benoit Boissinot findrenames: improve coding-style
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
Tue, 09 Jun 2009 09:25:17 -0400 timeless Generally replace "file name" with "filename" in help and comments.
Sun, 07 Jun 2009 21:16:05 +0200 Henri Wiechers cleanup: removed unused imports
Mon, 01 Jun 2009 21:51:00 -0500 Matt Mackall commit: move explicit file checking into repo.commit
Mon, 01 Jun 2009 14:51:47 -0500 Matt Mackall commit: editor reads file lists from provided context
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall match: ignore return of match.bad
Sun, 24 May 2009 16:38:29 -0500 Matt Mackall cmdutils: Take over glob expansion duties from util
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: refactor patkind
Wed, 20 May 2009 12:20:27 +0200 Martin Geisler cmdutil: mark string for translation
Mon, 18 May 2009 17:36:24 -0500 Matt Mackall commit: explain how to abort commit in editor
Sun, 17 May 2009 22:51:17 +0200 Benoit Boissinot addremove/findrenames: find renames according to the match object (issue1527)
Sun, 17 May 2009 22:40:04 +0200 Benoit Boissinot addremove: mapping isn't really needed, simplify
Thu, 14 May 2009 13:21:17 -0500 Matt Mackall editor: move HG: filtering from ui to commiteditor
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall commit: move commit editor to cmdutil, pass as function
Thu, 14 May 2009 15:35:46 +0200 Peter Arrenbrecht drop unused imports
Tue, 12 May 2009 01:08:28 +0200 Martin Geisler cmdutil: replace pseudo-set by real set
Tue, 12 May 2009 12:04:05 +0200 Dirkjan Ochtman templater: provide the standard template filters by default
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace various uses of list.reverse()
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Sun, 26 Apr 2009 16:50:43 -0500 Matt Mackall ui: replace parentui mechanism with repo.baseui
Sun, 26 Apr 2009 16:50:43 -0500 Matt Mackall add cmdutil.remoteui
Wed, 22 Apr 2009 00:57:28 +0200 Martin Geisler replace set-like dictionaries with real sets
Wed, 22 Apr 2009 17:15:59 +0200 Martin Geisler cmdutil: return boolean result directly in want function
Wed, 22 Apr 2009 01:39:47 +0200 Martin Geisler remove unnecessary outer parenthesis in if-statements
Mon, 06 Apr 2009 10:51:27 +0200 Dirkjan Ochtman cmdutil: prevent code repetition by abstraction in changeset_templater
Sat, 04 Apr 2009 17:55:52 +0200 Dirkjan Ochtman cmdutil: refactor handling of templating in show_changeset()
Fri, 03 Apr 2009 14:51:48 -0500 Matt Mackall move encoding bits from util to encoding
Fri, 27 Mar 2009 17:35:00 +0100 Martin Geisler cmdutil: fix untranslatable string in copy
Mon, 23 Mar 2009 10:41:42 +0100 Alexander Solovyov templater: ability to display diffstat for log-like commands
Mon, 23 Mar 2009 13:15:57 +0100 Alexander Solovyov templater: use contexts consistently throughout changeset_templater
Sat, 28 Feb 2009 12:38:45 +0100 timeless help: miscellaneous language fixes
Mon, 16 Feb 2009 17:37:23 -0600 Matt Mackall log: ignore --removed if no files specified (issue1166)
Sat, 14 Feb 2009 22:40:39 +0100 Jim Correia add --git option to commands supporting --patch (log, incoming, history, tip)
Mon, 19 Jan 2009 12:38:54 +0200 Alexander Solovyov cmdutil.logmessage: options should be optional
Mon, 12 Jan 2009 11:39:38 -0600 Matt Mackall error: move UnknownCommand and AmbiguousCommand
Mon, 24 Nov 2008 17:16:39 -0800 Brendan Cully Improved error message for log --follow
Fri, 14 Nov 2008 13:59:25 +0100 Dirkjan Ochtman cmdutil: use change contexts for cset-printer and cset-templater
Wed, 12 Nov 2008 15:19:14 -0600 Matt Mackall linkrev: take a revision number rather than a hash
Thu, 06 Nov 2008 11:17:38 +0100 Ronny Pfannschmidt export: fixed silent output file overwriting
Mon, 03 Nov 2008 16:48:23 +0100 Dirkjan Ochtman patch: turn patch.diff() into a generator
Tue, 28 Oct 2008 19:25:26 +0100 Benoit Boissinot remove unused variables
Wed, 22 Oct 2008 17:34:08 -0500 Matt Mackall findcmd: have dispatch look up strict flag
Sat, 18 Oct 2008 04:26:09 -0500 Matt Mackall rename: handle renaming to a target marked removed