Mon, 11 Jun 2007 21:09:23 -0500 localrepo: break out the repo-finding walk into its own function
Matt Mackall <mpm@selenic.com> [Mon, 11 Jun 2007 21:09:23 -0500] rev 4541
localrepo: break out the repo-finding walk into its own function
Mon, 11 Jun 2007 12:14:31 -0700 Respect locale environment variables on darwin.
Brendan Cully <brendan@kublai.com> [Mon, 11 Jun 2007 12:14:31 -0700] rev 4540
Respect locale environment variables on darwin. In python 2.4+ on darwin, locale.getpreferredencoding() returns mac-roman regardless of what LC_CTYPE, LANG etc are set to. This can produce hard-to-notice conversion errors if input text is not in mac-roman. So this patch overrides it with setlocale/getlocale if the environment has been customized, on the assumption that the user has done so deliberately.
Mon, 11 Jun 2007 11:06:42 -0700 Small cleanups for the new tag code
Brendan Cully <brendan@kublai.com> [Mon, 11 Jun 2007 11:06:42 -0700] rev 4539
Small cleanups for the new tag code
Fri, 01 Jun 2007 19:56:39 -0400 gitweb: Display branch and tag labels
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Fri, 01 Jun 2007 19:56:39 -0400] rev 4538
gitweb: Display branch and tag labels Pages which display labels: - summary - shortlog - changelog - changeset - search
Sun, 10 Jun 2007 21:05:01 -0700 Merge with mpm
Brendan Cully <brendan@kublai.com> [Sun, 10 Jun 2007 21:05:01 -0700] rev 4537
Merge with mpm
Sun, 10 Jun 2007 21:16:58 -0500 commit: fix bug where dirstate for removed file is confused
Matt Mackall <mpm@selenic.com> [Sun, 10 Jun 2007 21:16:58 -0500] rev 4536
commit: fix bug where dirstate for removed file is confused This fixes issue586
Sun, 10 Jun 2007 19:16:20 -0500 hg serve: don't lookup user-supplied names/addresses
Matt Mackall <mpm@selenic.com> [Sun, 10 Jun 2007 19:16:20 -0500] rev 4535
hg serve: don't lookup user-supplied names/addresses
Sun, 10 Jun 2007 20:08:47 -0700 Split convert extension into common and repository type modules
Brendan Cully <brendan@kublai.com> [Sun, 10 Jun 2007 20:08:47 -0700] rev 4534
Split convert extension into common and repository type modules
Sat, 09 Jun 2007 13:25:54 +0200 Removed trailing \n in calls to util.Abort()
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 09 Jun 2007 13:25:54 +0200] rev 4533
Removed trailing \n in calls to util.Abort()
Sat, 09 Jun 2007 13:17:58 +0200 Some small cleanups for convert extension:
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 09 Jun 2007 13:17:58 +0200] rev 4532
Some small cleanups for convert extension: - repo doesn't need to be imported - util.Abort doesn't need \n - space after comma - long lines - spacing
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 tip