log hgext/mq.py @ 2338:391c5d0f9ef3

age author description
Wed, 17 May 2006 19:38:41 +0200 Thomas Arendsen Hein Strip empty lines and trailing spaces around commit messages.
Wed, 17 May 2006 19:00:16 +0200 Thomas Arendsen Hein Use "# Date" instead of "# Timestamp" for dated export/import of patches.
Wed, 17 May 2006 18:54:30 +0200 Danek Duvall Add timestamp field to export format. Make import and mq use it.
Thu, 11 May 2006 18:24:58 -0700 Danek Duvall Fix issue240: mq: qpush fails on Solaris
Wed, 03 May 2006 11:57:14 +0200 Thomas Arendsen Hein Better help for mq: Corrected synopses, get qcommit options from commands.py.
Wed, 19 Apr 2006 11:41:27 -0700 Alexis S. L. Carvalho Fix hg qdiff <file>
Tue, 18 Apr 2006 14:56:54 -0700 Vadim Gelfer mq: do not fail if directory to create exists
Tue, 04 Apr 2006 16:35:20 -0700 Edouard Gomez Register qversion as a non repository related command
Wed, 08 Mar 2006 19:31:54 +0100 Thomas Arendsen Hein Removed script header from mq.py
Tue, 07 Mar 2006 22:41:24 +0100 Thomas Arendsen Hein Fix mq's usage of opener, which don't allow absolute paths now.
Mon, 06 Mar 2006 17:47:41 +0100 Thomas Arendsen Hein Create local ui object per repository, so .hg/hgrc don't get mixed.
Tue, 28 Feb 2006 23:25:34 +0100 Thomas Arendsen Hein Whitespace, tab and formatting cleanups, mainly in mq.py
Tue, 28 Feb 2006 12:25:26 -0600 mason Add mq extension