log mercurial/commands.py @ 4445:af8db3b42a4a

age author description
Thu, 17 May 2007 20:09:52 -0700 Eric Hopper Make hg import --exact work when a new branch is created by an import.
Thu, 17 May 2007 20:09:47 -0700 Eric Hopper Add ability to parse branch information to hg import
Thu, 17 May 2007 09:29:30 -0700 Eric Hopper Fix hg import --exact bug that hangs hg on failure.
Sat, 12 May 2007 21:09:31 +0200 Patrick Mezard Add ui.patch option.
Mon, 30 Apr 2007 09:32:44 -0700 Brendan Cully Also restore old rm -A behavior for inexact patterns
Mon, 30 Apr 2007 09:13:27 -0700 Brendan Cully Fix rm -A with no patterns, which I just broke.
Mon, 30 Apr 2007 08:51:59 -0700 Brendan Cully Make rm --after simply mark files as removed, unless --force is also given
Sat, 28 Apr 2007 11:53:36 +0200 Patrick Mezard Use patch.patch() when checking for patch availability.
Sat, 28 Apr 2007 09:03:47 -0700 Brendan Cully Merge with crew
Sat, 28 Apr 2007 16:28:54 +0200 Joel Rosdahl Fix bad reference to RepoError in import command
Fri, 27 Apr 2007 21:30:55 -0700 Bryan O'Sullivan Refactor commands.serve to allow other commands to run as services.
Tue, 24 Apr 2007 18:43:18 -0700 Brendan Cully Make copy --after work for files that have been hg added.
Sat, 07 Apr 2007 04:45:27 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Thu, 29 Mar 2007 10:25:19 -0500 TK Soh help: log --keyword is case-insensitive
Thu, 29 Mar 2007 09:28:10 -0500 TK Soh log: expand keyword search to full list of files
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
Wed, 04 Apr 2007 04:22:08 -0300 Alexis S. L. Carvalho Merge last few matcher/locate fixes.
Wed, 04 Apr 2007 04:22:06 -0300 Alexis S. L. Carvalho locate: don't print "file not found" messages.
Sat, 24 Mar 2007 02:57:27 -0500 Matt Mackall Merge with crew
Wed, 21 Mar 2007 23:20:56 -0400 Eric St-Jean Backup symbolic links when reverting
Sat, 24 Mar 2007 02:45:08 -0500 Matt Mackall Merge with -stable
Fri, 23 Mar 2007 00:12:28 -0500 Matt Mackall tags: require -f to replace an existing tag
Fri, 23 Mar 2007 01:04:21 -0500 Matt Mackall Merge with crew
Wed, 21 Mar 2007 14:06:25 -0700 Brendan Cully Make import opportunistically use merge information
Thu, 22 Mar 2007 10:44:59 -0700 Brendan Cully Add import --exact.
Thu, 22 Mar 2007 19:52:38 -0500 Matt Mackall revlog: simplify revlog version handling
Thu, 22 Mar 2007 19:12:03 -0500 Matt Mackall revlog: don't pass datafile as an argument
Tue, 20 Mar 2007 22:21:05 -0300 Alexis S. L. Carvalho Merge additional fixes for my matcher changes
Tue, 20 Mar 2007 22:09:51 -0300 Alexis S. L. Carvalho fix hg commit . in the repo root
Mon, 19 Mar 2007 19:16:35 -0300 Alexis S. L. Carvalho Merge with crew-stable.