log

age author description
Wed, 06 Jun 2007 19:49:47 +0200 Thomas Arendsen Hein Move convert-repo to hgext/convert/__init__.py
Wed, 06 Jun 2007 19:06:43 +0200 Thomas Arendsen Hein Fixed test output for changed glog (. instead of @)
Wed, 06 Jun 2007 19:05:18 +0200 Thomas Arendsen Hein Issue a warning if "-r ." is used with two working directory parents.
Wed, 06 Jun 2007 18:28:48 +0200 Thomas Arendsen Hein graphlog: Print . instead of @ for working directory parents
Tue, 05 Jun 2007 19:55:27 -0300 Alexis S. L. Carvalho Remove atomicfile class.
Tue, 05 Jun 2007 19:55:27 -0300 Alexis S. L. Carvalho Use atomictemp files to write the dirstate.
Tue, 05 Jun 2007 19:26:36 -0300 Alexis S. L. Carvalho test-serve: let run-tests.py kill the daemons
Mon, 04 Jun 2007 21:49:01 +0200 Joel Rosdahl Fix bug in "hg serve -v"
Mon, 04 Jun 2007 21:48:59 +0200 Joel Rosdahl Add test reproducing a bug in "hg serve -v"
Mon, 04 Jun 2007 22:56:42 +0200 Patrick Mezard Merge with crew-stable
Mon, 04 Jun 2007 09:16:53 -0500 TK Soh hgk: display tags that contain spaces
Mon, 04 Jun 2007 16:54:52 +1000 Bela Babik hgk: added -selectbackground grey to canvases
Mon, 04 Jun 2007 22:08:42 +0200 Thomas Arendsen Hein merge with stable
Mon, 04 Jun 2007 22:05:47 +0200 Thomas Arendsen Hein Obfuscate author in gitweb shortlog (issue578)
Mon, 04 Jun 2007 22:02:17 +0200 Thomas Arendsen Hein Fixed indentation in hgext/notify.py
Mon, 04 Jun 2007 00:26:53 -0300 Alexis S. L. Carvalho merge with crew-stable
Mon, 04 Jun 2007 00:24:48 -0300 Alexis S. L. Carvalho wsgicgi: change stdin to binary mode
Mon, 04 Jun 2007 00:24:48 -0300 Alexis S. L. Carvalho Also check the index file size when deciding whether to reload a revlog.
Mon, 04 Jun 2007 00:24:48 -0300 Alexis S. L. Carvalho use .extend instead of .append in readtags
Fri, 20 Apr 2007 16:17:42 -0500 TK Soh hbisect: fix a typo in error message
Sun, 03 Jun 2007 14:38:52 -0300 Alexis S. L. Carvalho patch.diff: avoid calling workingctx().manifest()
Sun, 03 Jun 2007 17:18:48 +0200 Patrick Mezard Merge with crew-stable
Fri, 15 Dec 2006 10:32:57 +0300 Andrei Vermel hgk - fix CR issues on windows
Thu, 24 May 2007 16:32:38 +0200 Mathieu Clabaut Add sending date to notify message.
Sat, 02 Jun 2007 09:04:23 -0700 Bryan O'Sullivan Merge with crew.
Sun, 27 May 2007 14:58:59 -0700 Bryan O'Sullivan patchbomb: Fail early if no revs given to email
Sun, 27 May 2007 14:54:00 -0700 Bryan O'Sullivan patchbomb: Fix typo.
Sun, 27 May 2007 14:53:46 -0700 Bryan O'Sullivan patchbomb: Hoist sender config higher.
Sun, 27 May 2007 14:43:29 -0700 Bryan O'Sullivan Automated merge with http://hg.intevation.org/mercurial/crew
Sun, 27 May 2007 14:40:14 -0700 Bryan O'Sullivan patchbomb: Validate email config before we start prompting for info.
Sun, 27 May 2007 14:26:54 -0700 Bryan O'Sullivan Introduce find_exe. Use instead of find_in_path for programs.
Sun, 27 May 2007 13:50:59 -0700 Bryan O'Sullivan ui: Rename has_config to has_section.
Sun, 27 May 2007 13:41:35 -0700 Bryan O'Sullivan patchbomb: Defer the import of readline.
Sun, 27 May 2007 13:29:04 -0700 Bryan O'Sullivan patchbomb: Don't prompt for headers until sure we have revs to export.
Fri, 01 Jun 2007 18:40:14 -0500 Matt Mackall Add support for url#id syntax
Fri, 01 Jun 2007 18:52:18 -0500 Matt Mackall clone: checkout the "default" branch if available
Sat, 02 Jun 2007 09:21:56 -0500 Matt Mackall mq: pass a URL to clone
Fri, 01 Jun 2007 14:07:42 -0500 Matt Mackall Warn about large files on hg add
Fri, 01 Jun 2007 19:49:09 +0200 Thomas Arendsen Hein merge with stable
Fri, 01 Jun 2007 19:45:05 +0200 Thomas Arendsen Hein Make "hg incoming -r revision_number" work for remote repos (issue566)
Fri, 01 Jun 2007 16:02:49 +0200 Thomas Arendsen Hein Corrected similarity parameter used in test-addremove
Fri, 01 Jun 2007 16:00:40 +0200 Thomas Arendsen Hein addremove: comparing two empty files caused ZeroDivisionError
Fri, 01 Jun 2007 13:03:21 +0200 Thomas Arendsen Hein Add archive download links to hgweb search template
Fri, 01 Jun 2007 13:00:27 +0200 Thomas Arendsen Hein merge with crew
Thu, 31 May 2007 20:12:40 -0400 Josef "Jeff" Sipek gitweb: Fixed-up search template
Thu, 31 May 2007 19:59:02 -0400 Josef "Jeff" Sipek gitweb: Add search box to the summary page
Tue, 29 May 2007 06:52:40 -0400 Josef "Jeff" Sipek gitweb: file diff: Display metadata in same order as changeset does
Tue, 29 May 2007 11:16:57 -0400 Josef "Jeff" Sipek gitweb: file annotate: Display metadata in same order as changeset does
Tue, 29 May 2007 11:10:28 -0400 Josef "Jeff" Sipek gitweb: file rev template: Display metadata in same order as changeset does
Tue, 29 May 2007 11:07:33 -0400 Josef "Jeff" Sipek gitweb: changeset template: remove manifest link from cset metadata
Fri, 11 May 2007 17:05:44 +0200 Emanuele Aina purge: add --include and --exclude options
Tue, 29 May 2007 16:42:05 +0200 Thomas Arendsen Hein hgweb: use generator to count parity of horizontal stripes for easier reading.
Tue, 29 May 2007 07:00:36 -0400 Josef "Jeff" Sipek gitweb: shortlog: display nav links near the bottom
Tue, 29 May 2007 07:00:26 -0400 Josef "Jeff" Sipek gitweb: file log: display nav links near the bottom
Tue, 29 May 2007 06:35:45 -0400 Josef "Jeff" Sipek gitweb: file log template: removed excesive whitespace
Tue, 29 May 2007 05:08:01 -0400 Josef "Jeff" Sipek hgweb: manifest: pass parity for the '[up]' link
Tue, 29 May 2007 04:57:12 -0400 Josef "Jeff" Sipek gitweb: manifest template: do not include trailing slash in directory names
Tue, 29 May 2007 03:37:03 -0400 Josef "Jeff" Sipek gitweb: Add title separator to tags template
Tue, 29 May 2007 15:31:29 +0200 Josef "Jeff" Sipek gitweb: changelog template: removed excessive whitespace
Tue, 29 May 2007 15:30:40 +0200 Josef "Jeff" Sipek gitweb: shortlog template: removed excessive whitespace, added title bar.
Tue, 29 May 2007 03:27:02 -0400 Josef "Jeff" Sipek gitweb: Fixed manifest template opening an extra div tag
Tue, 29 May 2007 03:19:45 -0400 Josef "Jeff" Sipek gitweb: Fix summary page ellipsis line colspans
Thu, 17 May 2007 13:55:24 -0400 Daniel Holth accept -r REV in more places
Sun, 20 May 2007 19:32:22 +0200 Patrick Mezard Merge with crew-stable.
Sun, 20 May 2007 19:27:14 +0200 Henri Precheur Fix issue 563: error in _hg_commit in the contrib/zsh_completion script.
Wed, 16 May 2007 01:10:12 -0400 Daniel Holth use documented convert-repo interface
Wed, 16 May 2007 01:07:27 -0400 Daniel Holth document conversion interface
Sat, 19 May 2007 22:51:43 +0200 Patrick Mezard Merge with crew-stable.
Sat, 19 May 2007 22:47:01 +0200 Patrick Mezard Fix issue 562: .hgignore requires newline at end.
Sat, 19 May 2007 22:46:59 +0200 Patrick Mezard Test issue 562: .hgignore requires newline at end
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:49 -0700 Eric Hopper Alter test to test import --exact to make sure it works with branches.
Thu, 17 May 2007 20:09:47 -0700 Eric Hopper Add ability to parse branch information to hg import
Thu, 17 May 2007 20:09:44 -0700 Eric Hopper Add a test for the Branch header being in hg export.
Thu, 17 May 2007 09:29:30 -0700 Eric Hopper Fix hg import --exact bug that hangs hg on failure.
Sun, 13 May 2007 19:15:54 -0700 Brendan Cully Make mergepatch save queue now that qpush isn't.
Thu, 10 May 2007 13:42:36 -0700 Eric Hopper Add branch information to hg export.
Sat, 12 May 2007 21:09:31 +0200 Patrick Mezard Add ui.patch option.
Sat, 12 May 2007 21:09:29 +0200 Patrick Mezard Fix issue483 - mq does not work under windows with gnu-win32 patch.
Mon, 07 May 2007 21:44:11 +0900 NIIMI Satoshi mercurial.el: fix error on hg-read-rev() with small tip, and cleanups
Tue, 08 May 2007 13:10:27 -0700 Bryan O'Sullivan mq: add qgoto command.
Tue, 08 May 2007 11:51:16 -0700 Bryan O'Sullivan Fix typo in bugzilla extension.
Tue, 08 May 2007 13:08:20 -0700 Brendan Cully Fix test-patchbomb for crew
Tue, 08 May 2007 11:54:39 -0700 Bryan O'Sullivan mq.el: add mq-signoff, to sign off on a patch
Tue, 08 May 2007 11:54:39 -0700 Bryan O'Sullivan mq.el: don't fill half the screen with a single line of output.
Tue, 08 May 2007 11:54:39 -0700 Bryan O'Sullivan mq.el: add hook to run when finishing the edit of a patch.
Tue, 08 May 2007 11:54:39 -0700 Bryan O'Sullivan imported patch mq-refresh-git.patch
Tue, 08 May 2007 11:54:39 -0700 Bryan O'Sullivan mq.el: allow mq-diff to take a git option.
Tue, 08 May 2007 11:54:39 -0700 Bryan O'Sullivan mq.el: add mq-diff function.
Tue, 08 May 2007 11:54:39 -0700 Bryan O'Sullivan mq.el: add mq-edit-series function.
Tue, 08 May 2007 11:54:39 -0700 Bryan O'Sullivan mq.el: add mq-new function.
Tue, 08 May 2007 12:36:34 -0700 Brendan Cully Fix up patchbomb test
Tue, 08 May 2007 12:20:13 -0700 Bryan O'Sullivan add test for patchbomb extension.
Tue, 08 May 2007 11:51:25 -0700 Bryan O'Sullivan contrib/hgsh: Check for .hg/store as well as .hg/data.
Tue, 08 May 2007 12:16:02 -0700 Bryan O'Sullivan MQ: tidy up if a qpush is interrupted.
Tue, 08 May 2007 11:42:48 -0500 Matt Mackall Merge with stable
Tue, 08 May 2007 02:59:13 -0500 Matt Mackall merge: fix spurious merges for copies in linear updates
Tue, 08 May 2007 02:57:05 -0500 Matt Mackall branch.cache: silently ignore I/O and OS errors
Mon, 07 May 2007 22:30:36 -0500 Matt Mackall context: fix workingfilectx._changectx
Sat, 05 May 2007 15:56:49 +0900 NIIMI Satoshi mercurial.el: don't raise an error from find-file-hook
Sat, 05 May 2007 15:50:40 +0900 NIIMI Satoshi mercurial.el: move defmacro of hg-do-across-repo before use
Mon, 07 May 2007 08:42:48 -0700 Brendan Cully Unconfuse font-lock
Sun, 06 May 2007 20:27:45 -0700 Brendan Cully Add fast-forward branch merging
Mon, 07 May 2007 00:12:35 +0200 Patrick Mezard Merge with crew-stable.
Sun, 06 May 2007 23:44:18 +0200 Patrick Mezard mq: fix qtop failure when the series ends with guarded patches.
Sun, 06 May 2007 18:19:25 +0200 Patrick Mezard Test qtop breaking when series ends with guarded patches.
Sun, 06 May 2007 16:40:53 +0200 Patrick Mezard simplemerge: flush stdout before writing to stderr.
Sun, 06 May 2007 16:40:53 +0200 Patrick Mezard Move win32 find_in_files from util_win32 to util.
Thu, 03 May 2007 17:27:21 -0500 Matt Mackall Merge with stable
Thu, 03 May 2007 17:26:21 -0500 Matt Mackall Merge with crew-stable
Thu, 03 May 2007 14:09:09 -0700 Lee Cantey Update Windows build instructions.
Thu, 03 May 2007 17:24:43 -0500 Matt Mackall merge: reorganize some hunks in findcopies
Thu, 03 May 2007 17:24:43 -0500 Matt Mackall merge: simplify a check in checkcopies
Thu, 03 May 2007 17:24:43 -0500 Matt Mackall merge: expand and simplify the invalid handling for directory moves
Thu, 03 May 2007 17:24:43 -0500 Matt Mackall merge: fix a bug detecting directory moves
Thu, 03 May 2007 17:24:43 -0500 Matt Mackall merge: clarify the findcopies code
Tue, 01 May 2007 13:23:32 -0700 Brendan Cully mq: account for readheaders munging in qrefresh
Tue, 01 May 2007 14:42:54 -0500 Matt Mackall verify: hold write lock
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.