log

age author description
Tue, 08 Aug 2006 16:37:41 -0700 Vadim Gelfer fetch: drop commands.doupdate
Tue, 08 Aug 2006 16:23:02 -0700 Vadim Gelfer test-fetch: make output stable
Tue, 08 Aug 2006 16:09:26 -0700 Vadim Gelfer fetch: fix breakage from mpm.
Tue, 08 Aug 2006 21:42:50 -0700 Vadim Gelfer mq: new commands qselect, qguard
Tue, 08 Aug 2006 18:14:03 -0700 Vadim Gelfer fix permission of test-mq-qsave
Tue, 08 Aug 2006 18:12:48 -0700 Vadim Gelfer mq: add join method
Mon, 07 Aug 2006 14:59:32 -0700 Brendan Cully Make mq camelcase consistent with the rest of hg.
Mon, 07 Aug 2006 14:48:24 -0700 Brendan Cully Add basic qsave/qrestore test.
Mon, 07 Aug 2006 14:48:18 -0700 Brendan Cully Update qsave to use StatusEntry; don't throw exception on bad status lines.
Mon, 07 Aug 2006 14:12:03 -0700 Brendan Cully Update mq to use new logmessage arglist from 2794:bd8a9a94139f
Mon, 07 Aug 2006 16:47:06 -0500 Matt Mackall Merge with crew
Mon, 07 Aug 2006 16:27:09 -0500 Matt Mackall Move repo.verify
Thu, 03 Aug 2006 21:24:19 -0500 Matt Mackall revlog.lookup optimization
Thu, 03 Aug 2006 20:06:05 -0500 Matt Mackall Remove **opts arg from commands.doupdate
Thu, 03 Aug 2006 15:24:41 -0500 Matt Mackall Move merge code to its own module
Thu, 03 Aug 2006 13:07:57 -0500 Matt Mackall Add a doc string
Mon, 07 Aug 2006 19:08:55 -0700 Vadim Gelfer fetch: add missing import.
Mon, 07 Aug 2006 17:33:14 -0700 Vadim Gelfer fetch: do not fetch if working dir modified
Mon, 07 Aug 2006 17:27:38 -0700 Vadim Gelfer new extension: fetch -> combine pull and merge/update
Mon, 07 Aug 2006 17:23:04 -0700 Vadim Gelfer commands.logmessage: simplify calling.
Mon, 07 Aug 2006 17:22:17 -0700 Vadim Gelfer localrepo.update: allow to suppress commit reminder.
Sun, 06 Aug 2006 17:27:05 +0200 Benoit Boissinot mq: unused variables, improper usage of 'is [not]', undefined variable
Sun, 06 Aug 2006 17:24:13 +0200 Benoit Boissinot mq: codingstyle
Sun, 06 Aug 2006 17:20:51 +0200 Benoit Boissinot mq: remove unecessary test
Sun, 06 Aug 2006 17:18:53 +0200 Benoit Boissinot mq: fix variables shadowing builtin
Sun, 06 Aug 2006 16:42:36 +0200 Benoit Boissinot util.patch: use shellquote
Sat, 05 Aug 2006 14:59:47 -0700 Brendan Cully mq: use more portable util.parse_patch_output instead of handrolled version.
Sat, 05 Aug 2006 15:23:26 -0700 Brendan Cully Add portable shell-quoting function; teach mq to use it.
Sun, 06 Aug 2006 16:03:02 +0200 Benoit Boissinot mailbomb: add a comment and remove the bcc in a more pythonic way
Fri, 04 Aug 2006 14:36:03 -0700 Brendan Cully Add '.' as a shortcut revision name for the working directory parent.