log mercurial/commands.py @ 470:0ab093b473c5

age author description
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