log

age author description
Mon, 31 Jul 2006 20:33:56 -0700 Brendan Cully New mq command qfold: Merge patches into the current patch.
Mon, 31 Jul 2006 18:39:31 -0700 Brendan Cully Add command qheader to display the header of a given patch.
Mon, 31 Jul 2006 17:55:43 -0700 Brendan Cully Add option -e/--edit to qrefresh, to edit the existing header.
Mon, 31 Jul 2006 18:47:43 -0700 Brendan Cully Change patch header as well as commit message with qrefresh -m or -l.
Tue, 01 Aug 2006 02:23:05 -0700 Brendan Cully Remove pointless reposetup hook from hgk.py
Mon, 31 Jul 2006 12:02:13 -0700 Vadim Gelfer import: switch from application/x-patch to text/x-diff
Mon, 31 Jul 2006 14:22:17 -0300 Alexis S. L. Carvalho mq: correct the use of super
Mon, 31 Jul 2006 07:31:31 -0700 Vadim Gelfer log: add -f/--follow option, to follow rename/copy
Mon, 31 Jul 2006 07:11:12 -0700 Vadim Gelfer clean up hg.py: move repo constructor code into each repo module
Sun, 30 Jul 2006 22:52:34 -0700 Vadim Gelfer merge with mpm.
Mon, 31 Jul 2006 00:47:43 -0500 Matt Mackall Kill ui.setconfig_remoteopts
Sun, 30 Jul 2006 21:46:38 -0700 Vadim Gelfer pull: allow to pull from bundle file without need for bundle: syntax
Sun, 30 Jul 2006 09:37:08 +0300 Giorgos Keramidas avoid calling (cd ...) with `nil' as a directory name
Sat, 29 Jul 2006 18:15:08 +0200 Christian Ebert fix output file format %r
Fri, 28 Jul 2006 21:20:41 -0300 Alexis S. L. Carvalho hbisect.py: don't rely on __del__ to write the current state.