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
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
localrepo: don't search from path
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: use the repo path found by early parsing
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: parse and apply -R early
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: parse and apply cwd opt early
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: rename variables after code motion
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: hoist debugging hook to runcatch
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move dispatching code to cmdutil
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move runcommand to cmdutil
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Add dirstate.pathto and localrepo.pathto.
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Use absolute paths in addremove.
|
Fri, 01 Jun 2007 18:40:14 -0500 |
Matt Mackall |
Add support for url#id syntax
|
Fri, 01 Jun 2007 16:00:40 +0200 |
Thomas Arendsen Hein |
addremove: comparing two empty files caused ZeroDivisionError
|
Fri, 27 Apr 2007 21:30:55 -0700 |
Bryan O'Sullivan |
Refactor commands.serve to allow other commands to run as services.
|
Mon, 16 Apr 2007 12:37:30 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 16 Apr 2007 13:00:23 -0300 |
Alexis S. L. Carvalho |
command line templates: add formatnode filter
|
Mon, 16 Apr 2007 13:00:23 -0300 |
Alexis S. L. Carvalho |
fix 'hg <not-log> -v --template foo' with revisions without copies
|
Fri, 16 Mar 2007 00:45:18 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Fri, 16 Mar 2007 00:22:57 -0300 |
Alexis S. L. Carvalho |
pass repo.root to util.pathto() in preparation for the next patch
|
Wed, 14 Mar 2007 01:26:09 -0500 |
Matt Mackall |
Merge with -stable, fix small test failure
|
Sat, 10 Mar 2007 23:21:33 -0300 |
Alexis S. L. Carvalho |
Merge a bunch of matcher and locate fixes.
|
Sat, 10 Mar 2007 23:00:59 -0300 |
Alexis S. L. Carvalho |
remove unused "head" hack from util._matcher
|
Sat, 10 Mar 2007 23:00:57 -0300 |
Alexis S. L. Carvalho |
change locate to use relglobs by default
|
Sat, 10 Mar 2007 23:00:46 -0300 |
Alexis S. L. Carvalho |
Leave normalization of patterns to util._matcher
|
Tue, 13 Mar 2007 15:02:33 -0300 |
Alexis S. L. Carvalho |
"default" is the default branch name
|
Fri, 05 Jan 2007 21:28:49 +0200 |
Giorgos Keramidas |
Fix addremove for symlinks to non-existent files
|
Sun, 18 Feb 2007 20:39:25 +0100 |
Erling Ellingsen |
Avoid some false positives for addremove -s
|
Tue, 30 Jan 2007 19:36:56 -0200 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Tue, 30 Jan 2007 18:32:20 -0200 |
Alexis S. L. Carvalho |
docopy: deal with globs on windows in a better way
|
Tue, 26 Dec 2006 03:12:51 +0100 |
Benoit Boissinot |
cmdutil.py: use contexts in findrenames
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Tue, 12 Dec 2006 18:16:23 -0600 |
Matt Mackall |
Remove deprecated old-style branch support
|
Sat, 09 Dec 2006 09:30:29 +0100 |
Thomas Arendsen Hein |
Use util.always instead of creating a new lambda function in show_changeset
|
Fri, 08 Dec 2006 20:44:58 -0600 |
Matt Mackall |
Fix log regression where log -p file showed diffs for other files
|
Fri, 08 Dec 2006 01:36:50 -0200 |
Alexis S. L. Carvalho |
log: convert branch names to the local encoding
|
Thu, 07 Dec 2006 14:15:11 -0200 |
Alexis S. L. Carvalho |
fix hg diff -r ''
|