log

age author description
Tue, 31 Jan 2006 08:13:03 -0800 Vadim Gelfer forgot to add import statement for _.
Tue, 31 Jan 2006 08:08:43 -0800 Vadim Gelfer add _ to several strings
Tue, 31 Jan 2006 08:06:35 -0800 Vadim Gelfer turn patchbomb script into an extension module.
Sun, 05 Feb 2006 20:52:55 -0500 Josef "Jeff" Sipek [hgweb] Added rename information to gitweb templates & misc cleanups
Mon, 30 Jan 2006 19:34:35 +1300 Matt Mackall verify: notice extra data in indices
Mon, 30 Jan 2006 13:01:16 +1300 Matt Mackall Added tag 0.8 for changeset 3a56574f329a368d645853e0f9e09472aee62349
Mon, 30 Jan 2006 12:04:36 +1300 Matt Mackall Merge with crew 0.8
Mon, 30 Jan 2006 12:02:12 +1300 Brendan Cully Safer version of FileMerge merge
Mon, 30 Jan 2006 12:02:06 +1300 Benoit Boissinot return a non-zero exit code when a merge failed
Sun, 29 Jan 2006 14:36:11 +0100 Thomas Arendsen Hein Added missing quote in warning text to tests, too.
Sun, 29 Jan 2006 14:33:12 +0100 Thomas Arendsen Hein Added missing quote in warning text.
Sun, 29 Jan 2006 20:30:41 +1300 Matt Mackall Fix revlog signature check for empty revlogs
Sun, 29 Jan 2006 20:27:58 +1300 Matt Mackall Add revlog version signature check
Sun, 29 Jan 2006 20:13:43 +1300 Matt Mackall doc: clone and outgoing point to pull for valid path docs
Sun, 29 Jan 2006 19:06:42 +1300 Matt Mackall deprecate the rawcommit command
Sun, 29 Jan 2006 18:38:56 +1300 Matt Mackall convert-repo: use commit rather than rawcommit
Sun, 29 Jan 2006 17:22:03 +1300 Matt Mackall convert-repo: automatically create empty map file
Sun, 29 Jan 2006 17:12:31 +1300 Benoit Boissinot deprecate the use of 'hg tag NAME [REV]'
Sun, 29 Jan 2006 17:10:38 +1300 Matt Mackall hgweb: show copy/rename links in file history
Sun, 29 Jan 2006 00:31:11 +0100 Peter van Dijk unbreak templates/summary-gitweb.tmpl
Sun, 29 Jan 2006 12:23:52 +1300 Matt Mackall Fix comment syntax
Sun, 29 Jan 2006 00:18:52 +0100 Peter van Dijk changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
Sun, 29 Jan 2006 11:17:54 +1300 Matt Mackall hgweb: fix breakage on manifest subdirs from path cleaning
Sun, 29 Jan 2006 10:10:16 +1300 Petr Mazanec Process working files through encode filters in dodiff()
Sun, 29 Jan 2006 10:10:00 +1300 Christian Ebert Use of opendiff as merge program on MacOS X
Sun, 29 Jan 2006 09:10:13 +1300 Matt Mackall Clean up paths passed to hgweb
Sun, 29 Jan 2006 08:38:31 +1300 Benoit Boissinot add removed files to the changelog file list
Sat, 28 Jan 2006 17:16:15 +1300 mason Remove duplicate bunidiff code from hgdiff, importing from mdiff.py instead
Fri, 27 Jan 2006 12:15:39 +0100 Alexis S. L. Carvalho bash_completion: ignore hg help error messages
Fri, 27 Jan 2006 12:11:14 +0100 Alexis S. L. Carvalho bash_completion: always use single quotes with compgen -W
Fri, 27 Jan 2006 12:10:35 +0100 Alexis S. L. Carvalho bash_completion: be more careful about whitespaces
Thu, 26 Jan 2006 16:37:31 +0100 Thomas Arendsen Hein Added hint to hg-ssh that you can use shell pattern matching.
Thu, 26 Jan 2006 15:07:46 +0100 Thomas Arendsen Hein _hg_status improvements in bash_completion:
Thu, 26 Jan 2006 14:52:26 +0100 Alexis S. L. Carvalho bash_completion: small updates and fixes
Tue, 24 Jan 2006 15:02:10 +1300 mason Add new bdiff based unidiff generation.
Tue, 24 Jan 2006 14:49:19 +1300 Matt Mackall contrib: add Chris Mason's stand-alone diff tool
Tue, 24 Jan 2006 13:59:11 +1300 efiring Fix rcpath for hgwebdir case (sys.argv is empty)
Tue, 24 Jan 2006 13:59:01 +1300 Robin Farine copy & rename can ignore removed source files
Tue, 24 Jan 2006 13:57:09 +1300 Robin Farine copy/rename '.' or '..' correctly
Tue, 24 Jan 2006 13:50:40 +1300 Matt Mackall Merge with Eric
Tue, 24 Jan 2006 13:49:20 +1300 Matt Mackall Merge with crew
Fri, 20 Jan 2006 09:35:43 -0800 Eric Hopper This fixes a bug that Chris Mason found. As for a test case, I can't
Sun, 22 Jan 2006 18:54:25 +0100 Thomas Arendsen Hein Copy manifest map before modifying it (see issue86)
Mon, 23 Jan 2006 16:36:44 +1300 Matt Mackall [hgweb] Prevent search engine bots from indexing the entire repository
Wed, 18 Jan 2006 17:07:48 +0100 Benoit Boissinot fix for hgweb.filterfiles
Wed, 18 Jan 2006 16:55:05 +0100 Benoit Boissinot make the order of the arguments for filterfiles consistent
Tue, 17 Jan 2006 16:10:22 +0100 Benoit Boissinot correct the relative path when walking from a subdir
Tue, 17 Jan 2006 16:00:55 +0100 Thomas Arendsen Hein Added test for relative paths and all status flags for 'hg status'
Tue, 17 Jan 2006 15:03:47 +0100 Thomas Arendsen Hein Added test for the currently broken addremove with the expected output.
Mon, 16 Jan 2006 15:51:09 +0100 Benoit Boissinot fix locate broken since 63799b01985c
Thu, 12 Jan 2006 21:55:19 +0100 Thomas Arendsen Hein Restored old behaviour for 'hg co' and 'hg co -C' for removed files.
Thu, 12 Jan 2006 21:02:38 +0100 Thomas Arendsen Hein Adjusted all but one test output for the new behaviour of localrepo.changes()
Thu, 12 Jan 2006 13:58:36 +0100 Thomas Arendsen Hein Distinguish removed and deleted files. Tests are not fixed yet.
Thu, 12 Jan 2006 13:35:09 +0100 Thomas Arendsen Hein Renamed c, a, d, u to modified, added, removed, unknown for users of changes()
Thu, 12 Jan 2006 12:22:28 +0100 Thomas Arendsen Hein Make localrepo.changes() internally distinguish between removed and deleted.
Thu, 12 Jan 2006 11:32:07 +0100 Thomas Arendsen Hein Cleaned up localrepo.changes()
Thu, 12 Jan 2006 07:57:58 +0100 Thomas Arendsen Hein Cleanup of indentation, spacing, newlines, strings and line length
Thu, 12 Jan 2006 06:29:06 +0100 Vincent Danjean hgk.py is not a script (no '#!' line needed)
Tue, 10 Jan 2006 13:12:13 +0100 Guy Brand Added archives links to gitweb template
Sat, 07 Jan 2006 16:34:20 +0100 Thomas Arendsen Hein Adjusted test output to match new hgignore error messages.
Mon, 02 Jan 2006 15:52:56 -0800 Vadim Gelfer make invalid pattern message not confusing.
Mon, 02 Jan 2006 15:48:16 -0800 Vadim Gelfer if hgignore contains errors, print message that is not confusing.
Mon, 02 Jan 2006 15:25:33 -0800 Vadim Gelfer eliminate backtrace when piping output on windows.
Mon, 02 Jan 2006 14:31:25 -0800 Vadim Gelfer document revert command more accurately.
Thu, 29 Dec 2005 14:59:19 -0600 Muli Ben-Yehuda add '_' to several strings
Thu, 29 Dec 2005 14:51:29 -0600 Muli Ben-Yehuda - duplicate the parent link logic to show child links
Wed, 28 Dec 2005 07:22:26 -0800 Vadim Gelfer merge with mainline
Wed, 28 Dec 2005 07:13:52 -0800 Vadim Gelfer add --plain option to patchbomb.
Wed, 28 Dec 2005 07:11:46 -0800 Vadim Gelfer make patchbomb work with recent changes to export
Wed, 28 Dec 2005 00:27:05 -0600 Muli Ben-Yehuda strictly adher to 80 chars per line
Tue, 27 Dec 2005 16:18:00 -0600 Matt Mackall Error handling for unbundle, fix option line wrapping
Tue, 27 Dec 2005 16:16:06 -0600 Muli Ben-Yehuda add --update support to 'hg unbundle'
Tue, 27 Dec 2005 13:12:53 -0600 Benoit Boissinot remove the gpg stuff from hgeditor (superseded by the signing extension)
Tue, 27 Dec 2005 13:09:49 -0600 Benoit Boissinot cleanup of revlog.group when repository is local
Tue, 27 Dec 2005 12:52:25 -0600 Benoit Boissinot remove a duplicate check in commit / fix a bug when merging files
Tue, 27 Dec 2005 12:52:10 -0600 Benoit Boissinot fix 'hg tag <tagname> <revision>
Thu, 22 Dec 2005 13:18:44 -0600 Matt Mackall Re-enable the renamed check fastpath
Fri, 16 Dec 2005 11:13:08 -0600 Matt Mackall Merge with crew
Thu, 15 Dec 2005 17:50:10 +0100 Benoit Boissinot if a filename contains spaces, patch adds quote around it
Fri, 16 Dec 2005 11:12:08 -0600 Benoit Boissinot gpg signing extension for hg
Fri, 16 Dec 2005 01:32:44 -0600 Benoit Boissinot do not copy atime and mtime in util.copyfiles
Fri, 16 Dec 2005 01:32:28 -0600 Benoit Boissinot reloads manifest and changelog after recovering
Fri, 16 Dec 2005 00:12:00 -0600 Benoit Boissinot fix a bug in hg export --switch-parent
Thu, 15 Dec 2005 16:19:23 +0100 Thomas Arendsen Hein Better error message (without /.hg appended) when repository is not found.
Thu, 15 Dec 2005 15:40:14 +0100 Daniel Kobras Less annoying directory completion (see http://bugs.debian.org/343458)
Thu, 15 Dec 2005 15:39:20 +0100 Thomas Arendsen Hein Merge with upstream.
Mon, 12 Dec 2005 07:50:43 -0800 Vadim Gelfer delete unintended print statement
Sun, 11 Dec 2005 15:38:42 -0800 Vadim Gelfer merge with crew
Fri, 04 Nov 2005 11:51:01 -0800 Vadim Gelfer make mercurial look in more places for config files.
Tue, 06 Dec 2005 14:10:38 +0100 Benoit Boissinot fix the cat command
Wed, 14 Dec 2005 22:19:03 -0600 Benoit Boissinot abort when merging two heads and repository has local changes
Wed, 14 Dec 2005 22:12:18 -0600 Matt Mackall Merge http://sh0n.net/jeffpc/repos/hg-gitweb/
Mon, 12 Dec 2005 02:05:08 -0500 Josef "Jeff" Sipek Remove tabs, and trailing whitespace from hgweb.py
Mon, 12 Dec 2005 01:25:24 -0500 Josef "Jeff" Sipek [hgweb] Remove reference to a non-existing file
Sat, 10 Dec 2005 00:26:32 -0500 Josef "Jeff" Sipek [hgweb] Fixed up bad link
Sat, 10 Dec 2005 00:09:13 -0500 Josef "Jeff" Sipek File log and some FIXMEs
Mon, 05 Dec 2005 07:07:40 -0500 Josef "Jeff" Sipek [hgweb] gitweb style: File annotate converted, file revision made more like the deafault style
Mon, 05 Dec 2005 05:01:28 -0500 Josef "Jeff" Sipek [hgweb] More gitweb style related fixes
Mon, 05 Dec 2005 04:49:37 -0500 Josef "Jeff" Sipek File revision style fixed
Mon, 05 Dec 2005 04:30:47 -0500 Josef "Jeff" Sipek [hgweb] Initial import of the "gitweb" style
Wed, 14 Dec 2005 21:01:57 -0600 Benoit Boissinot add a --switch-parent option to export against the other parent
Wed, 14 Dec 2005 20:53:45 -0600 Benoit Boissinot hg log -p should show file deletions
Wed, 14 Dec 2005 20:38:11 -0600 Benoit Boissinot quote the filename when calling HGEDITOR
Thu, 01 Dec 2005 10:51:45 -0600 Benoit Boissinot make all commands be repo-wide by default
Thu, 01 Dec 2005 10:51:33 -0600 TK Soh make command defaults works for aliases
Thu, 01 Dec 2005 10:48:42 -0600 Arun Sharma Handle hg under /
Thu, 01 Dec 2005 10:48:35 -0600 Robin Farine fix rename --after
Thu, 01 Dec 2005 10:48:29 -0600 Benoit Boissinot Re: [PATCH 2 of 3] remove walk warning about nonexistent files
Thu, 01 Dec 2005 10:48:22 -0600 Robin Farine export patkind() from util
Thu, 01 Dec 2005 10:48:18 -0600 Christian Boos Fix walkhelper on windows.
Tue, 29 Nov 2005 22:29:14 +0100 Benoit Boissinot disallow '\n' and '\r' in tag names
Tue, 29 Nov 2005 18:06:23 +0100 Thomas Arendsen Hein Merge with http://hg.omnifarious.org/~hopper/mercurial
Fri, 18 Nov 2005 22:48:47 -0800 Eric Hopper Convert all classes to new-style classes by deriving them from object.
Sun, 27 Nov 2005 16:37:18 +0100 Robin Farine fix run-tests' PYTHONPATH
Wed, 23 Nov 2005 18:36:44 +0100 Thomas Arendsen Hein Updated help text for 'hg log'.
Wed, 23 Nov 2005 08:07:27 +0100 Thomas Arendsen Hein Space/Tab cleanup in bash_completion.
Wed, 23 Nov 2005 08:02:35 +0100 Alexis S. L. Carvalho bash_completion: use hg --debug help to get the list of debug commands.
Thu, 17 Nov 2005 19:38:57 +0100 Thomas Arendsen Hein Catch IOErrors and RepoErrors when serving repositories via hgweb.
Thu, 17 Nov 2005 19:18:33 +0100 Thomas Arendsen Hein Merge with mercurial/crew
Wed, 16 Nov 2005 19:19:39 +0100 Thomas Arendsen Hein Added version information to "report bug" message for unknown exceptions.