Fri, 15 Jun 2007 14:48:21 -0500 |
TK Soh |
tag: abort when trying to remove nonexistent tags
|
file |
diff |
annotate
|
Wed, 20 Jun 2007 17:53:11 -0700 |
Brendan Cully |
Small fixes for 8e503fa54d2d (hg heads branch)
|
file |
diff |
annotate
|
Tue, 19 Jun 2007 08:37:43 -0700 |
Eric Hopper |
Add option to heads to show only heads for current branch.
|
file |
diff |
annotate
|
Tue, 19 Jun 2007 17:03:31 +0200 |
Patrick Mezard |
Fix read mode when importing patch.
|
file |
diff |
annotate
|
Wed, 20 Jun 2007 00:22:51 +0200 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Wed, 20 Jun 2007 00:09:30 +0200 |
Patrick Mezard |
Fix debugrename --rev option
|
file |
diff |
annotate
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
file |
diff |
annotate
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: hide internal vars
|
file |
diff |
annotate
|
Mon, 18 Jun 2007 10:44:43 -0700 |
Brendan Cully |
Notify the user that hg branch does not create a branch until commit
|
file |
diff |
annotate
|
Sun, 17 Jun 2007 14:11:30 +0200 |
Thomas Arendsen Hein |
Make --import-branch option actually work (- is translated to _)
|
file |
diff |
annotate
|
Thu, 14 Jun 2007 09:01:51 -0700 |
Eric Hopper |
Add --import-branch option to hg import to pull in branch information without --exact
|
file |
diff |
annotate
|
Thu, 14 Jun 2007 13:32:35 -0700 |
Brendan Cully |
Merge with stable
|
file |
diff |
annotate
|
Thu, 14 Jun 2007 10:58:49 -0700 |
Brendan Cully |
Make parents with a file but not a revision use working directory revision.
|
file |
diff |
annotate
|
Thu, 14 Jun 2007 10:58:49 -0700 |
Brendan Cully |
Make parents with a file but not a revision use working directory revision.
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
commands.remove: don't use the unknown list
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
commands.commit: don't use the unknown list
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
revert: use util.lexists
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
commands.commit: symlinks are supported
|
file |
diff |
annotate
|
Tue, 12 Jun 2007 17:39:57 +0200 |
Thomas Arendsen Hein |
Revive commands.dispatch as a simple way to call hg from other pythons scripts.
|
file |
diff |
annotate
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move dispatching code to cmdutil
|
file |
diff |
annotate
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move runcommand to cmdutil
|
file |
diff |
annotate
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: pull final command execution into its own function
|
file |
diff |
annotate
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
dispatch: reduce nesting by moving parsing exceptions
|
file |
diff |
annotate
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
dispatch: move signal and exception handling to its own function
|
file |
diff |
annotate
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
Create a separate module for managing extensions
|
file |
diff |
annotate
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
extensions: separate function for loading single extensions
|
file |
diff |
annotate
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
dispatch: reorder functions
|
file |
diff |
annotate
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
docopy: use repo.pathto to format paths for printing
|
file |
diff |
annotate
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Add dirstate.pathto and localrepo.pathto.
|
file |
diff |
annotate
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Use absolute paths in revert.
|
file |
diff |
annotate
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Use absolute paths in docopy.
|
file |
diff |
annotate
|
Wed, 06 Jun 2007 20:22:52 +0200 |
Thomas Arendsen Hein |
Removed trailing whitespace and tabs from python files
|
file |
diff |
annotate
|
Mon, 04 Jun 2007 21:49:01 +0200 |
Joel Rosdahl |
Fix bug in "hg serve -v"
|
file |
diff |
annotate
|
Sat, 02 Jun 2007 09:04:23 -0700 |
Bryan O'Sullivan |
Merge with crew.
|
file |
diff |
annotate
|
Sun, 27 May 2007 14:43:29 -0700 |
Bryan O'Sullivan |
Automated merge with http://hg.intevation.org/mercurial/crew
|
file |
diff |
annotate
|
Sun, 27 May 2007 14:26:54 -0700 |
Bryan O'Sullivan |
Introduce find_exe. Use instead of find_in_path for programs.
|
file |
diff |
annotate
|
Fri, 01 Jun 2007 18:40:14 -0500 |
Matt Mackall |
Add support for url#id syntax
|
file |
diff |
annotate
|
Fri, 01 Jun 2007 19:49:09 +0200 |
Thomas Arendsen Hein |
merge with stable
|
file |
diff |
annotate
|
Fri, 01 Jun 2007 19:45:05 +0200 |
Thomas Arendsen Hein |
Make "hg incoming -r revision_number" work for remote repos (issue566)
|
file |
diff |
annotate
|
Thu, 17 May 2007 13:55:24 -0400 |
Daniel Holth |
accept -r REV in more places
|
file |
diff |
annotate
|
Thu, 17 May 2007 20:09:52 -0700 |
Eric Hopper |
Make hg import --exact work when a new branch is created by an import.
|
file |
diff |
annotate
|
Thu, 17 May 2007 20:09:47 -0700 |
Eric Hopper |
Add ability to parse branch information to hg import
|
file |
diff |
annotate
|
Thu, 17 May 2007 09:29:30 -0700 |
Eric Hopper |
Fix hg import --exact bug that hangs hg on failure.
|
file |
diff |
annotate
|
Sat, 12 May 2007 21:09:31 +0200 |
Patrick Mezard |
Add ui.patch option.
|
file |
diff |
annotate
|
Mon, 30 Apr 2007 09:32:44 -0700 |
Brendan Cully |
Also restore old rm -A behavior for inexact patterns
|
file |
diff |
annotate
|
Mon, 30 Apr 2007 09:13:27 -0700 |
Brendan Cully |
Fix rm -A with no patterns, which I just broke.
|
file |
diff |
annotate
|
Mon, 30 Apr 2007 08:51:59 -0700 |
Brendan Cully |
Make rm --after simply mark files as removed, unless --force is also given
|
file |
diff |
annotate
|
Sat, 28 Apr 2007 11:53:36 +0200 |
Patrick Mezard |
Use patch.patch() when checking for patch availability.
|
file |
diff |
annotate
|
Sat, 28 Apr 2007 09:03:47 -0700 |
Brendan Cully |
Merge with crew
|
file |
diff |
annotate
|
Sat, 28 Apr 2007 16:28:54 +0200 |
Joel Rosdahl |
Fix bad reference to RepoError in import command
|
file |
diff |
annotate
|
Fri, 27 Apr 2007 21:30:55 -0700 |
Bryan O'Sullivan |
Refactor commands.serve to allow other commands to run as services.
|
file |
diff |
annotate
|
Tue, 24 Apr 2007 18:43:18 -0700 |
Brendan Cully |
Make copy --after work for files that have been hg added.
|
file |
diff |
annotate
|
Sat, 07 Apr 2007 04:45:27 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable.
|
file |
diff |
annotate
|
Thu, 29 Mar 2007 10:25:19 -0500 |
TK Soh |
help: log --keyword is case-insensitive
|
file |
diff |
annotate
|
Thu, 29 Mar 2007 09:28:10 -0500 |
TK Soh |
log: expand keyword search to full list of files
|
file |
diff |
annotate
|
Sat, 07 Apr 2007 04:27:55 -0300 |
Alexis S. L. Carvalho |
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output
|
file |
diff |
annotate
|
Wed, 04 Apr 2007 04:22:08 -0300 |
Alexis S. L. Carvalho |
Merge last few matcher/locate fixes.
|
file |
diff |
annotate
|
Wed, 04 Apr 2007 04:22:06 -0300 |
Alexis S. L. Carvalho |
locate: don't print "file not found" messages.
|
file |
diff |
annotate
|
Sat, 24 Mar 2007 02:57:27 -0500 |
Matt Mackall |
Merge with crew
|
file |
diff |
annotate
|
Wed, 21 Mar 2007 23:20:56 -0400 |
Eric St-Jean |
Backup symbolic links when reverting
|
file |
diff |
annotate
|