mercurial/cmdutil.py
Tue, 19 Feb 2008 19:20:10 -0300 Alexis S. L. Carvalho cmdutil.walkchangerevs: use '-1:0' instead ot 'tip:0'
Sun, 17 Feb 2008 21:34:28 +0100 Thomas Arendsen Hein Fix bad behaviour when specifying an invalid date (issue700)
Fri, 15 Feb 2008 10:38:37 -0200 Alexis S. L. Carvalho cmdutil.commit: use relative paths in the error messages
Thu, 31 Jan 2008 14:44:19 -0600 Matt Mackall templates: move filters to their own module
Sun, 20 Jan 2008 14:39:25 +0100 Christian Ebert Prefer i in d over d.has_key(i)
Wed, 09 Jan 2008 21:30:35 +0900 Shun-ichi GOTO Add endswithsep() and use it instead of using os.sep and os.altsep directly.
Fri, 11 Jan 2008 01:36:20 +0000 mark williamson Tweak finddate to pass date directly.
Thu, 10 Jan 2008 12:07:18 +0300 Kirill Smelkov cmdutil.commit: extract 'addremove' from opts carefully
Fri, 04 Jan 2008 11:52:24 -0800 Bryan O'Sullivan serve: Don't change directory in the child if invoked with -d and --cwd
Sat, 29 Dec 2007 19:49:48 +0100 Thomas Arendsen Hein Removed tabs and trailing whitespace in python files
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall cmdutil: make bail_if_changed bail on uncommitted merge
Fri, 07 Dec 2007 02:29:55 -0600 Matt Mackall copy: handle rename internally
Fri, 07 Dec 2007 02:03:42 -0600 Matt Mackall copy: move rename logic
Fri, 07 Dec 2007 02:01:13 -0600 Matt Mackall copy: simplify inner copy
Fri, 07 Dec 2007 02:01:10 -0600 Matt Mackall copy: minor cleanups
Thu, 06 Dec 2007 15:15:47 -0600 Matt Mackall copy: propagate errors properly
Thu, 06 Dec 2007 14:58:57 -0600 Matt Mackall copy: refactor okaytocopy into walkpat
Sun, 02 Dec 2007 18:41:22 -0600 Matt Mackall copy: fix copying back with -A (issue836)
Sun, 02 Dec 2007 18:11:59 -0600 Matt Mackall move commands.docopy to cmdutil.copy
Sat, 24 Nov 2007 20:16:59 +0100 Patrick Mezard cmdutil: make "files" list all files, add "file_mods" for modified files
Sat, 24 Nov 2007 17:56:15 +0100 Patrick Mezard cmdutil: always expose "files_add", "files_del" and "manifest" templater properties
Mon, 05 Nov 2007 20:05:44 +0300 Maxim Dounin Fix file-changed-to-dir and dir-to-file commits (issue660).
Mon, 27 Aug 2007 02:21:58 -0300 Alexis S. L. Carvalho Merge with crew-stable
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho parseurl: also return the revision after the "#"; add a test
Wed, 15 Aug 2007 16:55:13 -0500 Matt Mackall dispatch: move command dispatching into its own module
Wed, 15 Aug 2007 16:10:36 -0500 Matt Mackall move parseurl from cmdutil to hg
Sat, 04 Aug 2007 22:27:52 +0200 Thomas Arendsen Hein merge with crew-stable
Sat, 04 Aug 2007 22:25:12 +0200 Thomas Arendsen Hein Simplify/correct finding the hg executable (fixes issue644)
Tue, 31 Jul 2007 16:28:05 -0700 Bryan O'Sullivan commands: move commit to cmdutil as wrapper for commit-like functions
Sat, 21 Jul 2007 16:44:38 -0500 Matt Mackall Merge with crew
Sat, 21 Jul 2007 17:36:45 +0200 Thomas Arendsen Hein Make [defaults] in .hg/hgrc work.
Sat, 21 Jul 2007 16:02:10 -0500 Matt Mackall Make repo locks recursive, eliminate all passing of lock/wlock
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: add __contains__ and make __getitem__ more useful
Wed, 11 Jul 2007 19:56:16 -0300 Alexis S. L. Carvalho archive: make the %r escape work.
Sun, 08 Jul 2007 12:52:08 +0200 Thomas Arendsen Hein hg log: Move filtering implicit parents to own method and use it in templater.
Sun, 08 Jul 2007 10:43:57 +0200 Thomas Arendsen Hein Strip whitespace from changeset description in changeset_templater.
Thu, 28 Jun 2007 16:03:45 +0200 Thomas Arendsen Hein Abort if earlygetopt fails to detect an option.
Thu, 28 Jun 2007 15:56:25 +0200 Thomas Arendsen Hein Simplified earlygetopt and made it remove parsed options and values.
Wed, 27 Jun 2007 20:37:33 +0200 Thomas Arendsen Hein Disallow short earlygetop option combined with other short options
Tue, 26 Jun 2007 18:35:31 +0200 Thomas Arendsen Hein Fix earlygetop for short options with unnecessary spaces removed
Mon, 25 Jun 2007 22:41:15 +0200 Thomas Arendsen Hein New config option: ui.report_untrusted (defaults to True)
Mon, 25 Jun 2007 22:08:10 +0200 Thomas Arendsen Hein Make earlygetopt return a list of all option values, use the last value.
Mon, 25 Jun 2007 11:29:17 -0700 Benoit Boissinot Make changeset_printer respect ui diffopts
Sat, 23 Jun 2007 20:21:10 +0200 Thomas Arendsen Hein Remember path to 'hg' executable and pass to external tools and hooks as $HG.
Thu, 21 Jun 2007 13:09:01 -0500 Matt Mackall identify: take a path to a remote repo
Thu, 21 Jun 2007 13:09:00 -0500 Matt Mackall dispatch: parse local hgrc for paths
Thu, 21 Jun 2007 11:54:16 -0500 Matt Mackall identify: work with remote repos
Wed, 20 Jun 2007 20:13:31 -0700 Brendan Cully Fix dispatch error message when not in a repo
Tue, 19 Jun 2007 08:51:34 +0200 Thomas Arendsen Hein Updated copyright notices and add "and others" to "hg version"
Tue, 19 Jun 2007 08:06:37 +0200 Thomas Arendsen Hein Cleanup of whitespace, indentation and line continuation.
Mon, 18 Jun 2007 21:30:27 -0500 Matt Mackall dispatch: report failed imports nicely
Mon, 18 Jun 2007 17:49:56 -0500 Matt Mackall dispatch: add generic pre- and post-command hooks
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dispatch: fix handling of incorrect number of arguments
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall encoding: pull fallbackencoding out of localrepo into early parsing
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall extensions: kill ui readhooks
Sun, 17 Jun 2007 20:35:32 +0200 Patrick Mezard cmdutil: add missing "time" import.
Wed, 13 Jun 2007 19:15:58 -0300 Alexis S. L. Carvalho addremove: use util.lexists
Tue, 12 Jun 2007 13:21:42 -0700 Brendan Cully dispatch: restore a dropped shlex import
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: accept an abbreviation of --repository
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: move findrepo to cmdutil
less more (0) -100 -60 tip