log mercurial/commands.py @ 528:648386fabf9c

age author description
Wed, 29 Jun 2005 21:55:25 -0800 mpm Fix clone bug wth trailing slash
Wed, 29 Jun 2005 14:20:54 -0800 mpm [PATCH] Add --traceback option
Wed, 29 Jun 2005 14:15:16 -0800 mpm show connect message on push
Wed, 29 Jun 2005 14:10:17 -0800 mpm [PATCH] Perform clone in place
Wed, 29 Jun 2005 14:04:56 -0800 mpm [PATCH] Force "hg clone" to always create a new directory
Wed, 29 Jun 2005 13:48:57 -0800 mpm Fix empty pull bug that appeared this morning
Wed, 29 Jun 2005 10:49:07 -0800 mpm Fix failed clone in current directory
Wed, 29 Jun 2005 10:46:41 -0800 mpm Add --repository option
Wed, 29 Jun 2005 10:44:16 -0800 mpm Change getchangegroup to findincoming
Wed, 29 Jun 2005 10:42:35 -0800 mpm Whitespace cleanups
Tue, 28 Jun 2005 10:50:13 -0800 mpm hg clone: don't try to delete "."
Tue, 28 Jun 2005 10:43:20 -0800 mpm Remove unnecessary deletion in hg clone
Tue, 28 Jun 2005 02:48:21 -0800 mpm [PATCH] replace history with log
Tue, 28 Jun 2005 02:38:33 -0800 mpm [PATCH] Harden os.system
Tue, 28 Jun 2005 02:30:36 -0800 mpm [PATCH] Add ui.expandpath command
Tue, 28 Jun 2005 02:22:45 -0800 mpm [PATCH] Fix "no-update" option to clone
Tue, 28 Jun 2005 02:08:14 -0800 mpm Fix troubles with clone and exception handling
Tue, 28 Jun 2005 00:59:59 -0800 mpm [PATCH] Clean up destination directory if a clone fails.
Tue, 28 Jun 2005 00:55:59 -0800 mpm Add exception class for repository errors
Mon, 27 Jun 2005 23:52:31 -0800 mpm [PATCH] simplify init
Mon, 27 Jun 2005 22:29:44 -0800 mpm Pull from TAH
Tue, 28 Jun 2005 06:50:28 +0100 Thomas Arendsen Hein Make show_changeset show added/deleted files only in debug mode.
Mon, 27 Jun 2005 06:17:28 +0100 Thomas Arendsen Hein Make show_changeset show added and deleted files in verbose mode.
Sun, 26 Jun 2005 15:20:46 -0800 mpm [PATCH] add clone command
Sun, 26 Jun 2005 15:12:51 -0800 mpm Pull from TAH
Sun, 26 Jun 2005 14:20:48 +0100 Thomas Arendsen Hein Removed some unused variables.
Sun, 26 Jun 2005 14:18:23 +0100 Thomas Arendsen Hein hg import checking for quiet mode didn't work. Fixed using the ui module.
Sun, 26 Jun 2005 14:14:52 +0100 Thomas Arendsen Hein Fixed call to ui.warn()
Sun, 26 Jun 2005 14:14:04 +0100 Thomas Arendsen Hein Cleaned up command alias handling in help.
Sun, 26 Jun 2005 13:25:07 +0100 Thomas Arendsen Hein Handle errors in .hgtags or hgrc [tags] section more gracefully.
Sat, 25 Jun 2005 00:16:39 -0800 mpm Fix up version module name and command conflict
Fri, 24 Jun 2005 23:22:46 -0800 mpm [PATCH] add "root" command
Fri, 24 Jun 2005 23:20:30 -0800 mpm Add version command
Fri, 24 Jun 2005 23:07:16 -0800 mpm Merge from http://moffetthome.net:8012/
Fri, 24 Jun 2005 22:58:14 -0800 mpm [PATCH] /dev/null for other OS
Fri, 24 Jun 2005 22:51:39 -0800 mpm add dirstate debugging commands
Thu, 23 Jun 2005 17:43:04 -0800 mpm rawcommit: do lookup of parents at the appropriate layer
Thu, 23 Jun 2005 13:29:35 -0800 mpm hg import error checking
Wed, 22 Jun 2005 22:31:25 -0800 mpm Commands cleanup
Tue, 21 Jun 2005 21:04:49 -0800 mpm Pull from TAH
Sat, 18 Jun 2005 16:32:41 +0100 Thomas Arendsen Hein Support for 'hg --version'. setup.py stores version from hg repository.
Tue, 21 Jun 2005 19:31:13 -0800 mpm [PATCH] file seperator handling for the other 'OS'
Tue, 21 Jun 2005 19:25:05 -0800 mpm [PATCH] file type fixes for the other 'OS'
Tue, 21 Jun 2005 18:04:25 -0800 mpm [PATCH] Unintuive use
Tue, 21 Jun 2005 17:53:01 -0800 mpm [PATCH] rawcommit fix again
Tue, 21 Jun 2005 17:47:28 -0800 mpm From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>
Fri, 17 Jun 2005 20:37:23 +0100 Thomas Arendsen Hein Show revisions in diffs like CVS, based on a patch from Goffredo Baroncelli.
Fri, 17 Jun 2005 11:03:44 -0800 mpm commands: report http exceptions nicely
Fri, 17 Jun 2005 09:03:22 -0800 mpm hg init: add -u flag to update
Fri, 17 Jun 2005 15:05:32 +0100 Thomas Arendsen Hein create .hg/hgrc with [paths] default entry only if source was given on hg init.
Fri, 17 Jun 2005 10:30:46 +0100 Thomas Arendsen Hein Show tags in hg history etc.
Fri, 17 Jun 2005 10:19:43 +0100 Thomas Arendsen Hein Improvements for hg identify:
Wed, 15 Jun 2005 19:52:41 -0800 mpm hg push: "default-push" default target path
Wed, 15 Jun 2005 17:18:06 -0800 mpm Use errno.EPIPE rather than 32
Wed, 15 Jun 2005 15:58:53 -0800 mpm One too many newlines in verbose output showed up in regression
Wed, 15 Jun 2005 15:57:07 -0800 mpm Add hg copy
Wed, 15 Jun 2005 10:02:41 -0800 mpm hg import: better file accounting
Wed, 15 Jun 2005 10:01:15 -0800 mpm hg commit: add -A flag
Wed, 15 Jun 2005 10:00:10 -0800 mpm hg addremove: take optional files list
Wed, 15 Jun 2005 00:33:57 -0800 mpm Merge with TAH