Sat, 27 Jun 2009 12:13:40 +0200 mq: standardize qfinish cmdline help string
Martin Geisler <mg@lazybytes.net> [Sat, 27 Jun 2009 12:13:40 +0200] rev 8948
mq: standardize qfinish cmdline help string
Sat, 27 Jun 2009 12:05:01 +0200 inotify: OPT -> OPTION in cmdline help string
Martin Geisler <mg@lazybytes.net> [Sat, 27 Jun 2009 12:05:01 +0200] rev 8947
inotify: OPT -> OPTION in cmdline help string
Sat, 27 Jun 2009 12:03:48 +0200 hgk: standardize cmdline help strings
Martin Geisler <mg@lazybytes.net> [Sat, 27 Jun 2009 12:03:48 +0200] rev 8946
hgk: standardize cmdline help strings
Thu, 25 Jun 2009 09:23:33 -0400 color: don't blow up if configured with unknown color (just warn).
Greg Ward <greg-hg@gerg.ca> [Thu, 25 Jun 2009 09:23:33 -0400] rev 8945
color: don't blow up if configured with unknown color (just warn).
Wed, 24 Jun 2009 19:20:59 +0200 bookmarks: Change references to "repo" by references to "self" (issue1611)
Isaac Jurado <diptongo@gmail.com> [Wed, 24 Jun 2009 19:20:59 +0200] rev 8944
bookmarks: Change references to "repo" by references to "self" (issue1611) Using "repo" instead of "self" inside bookmark_repo methods was causing a circular reference and, thus, a memory leak. It has been detected because the method bundlerepository.__del__ is never called, therefore leaving dangling uncompressed bundles inside .hg subdirectory.
Tue, 23 Jun 2009 22:20:54 -0400 run-tests: use os.path.realpath() to find hg's setup.py.
Greg Ward <greg-hg@gerg.ca> [Tue, 23 Jun 2009 22:20:54 -0400] rev 8943
run-tests: use os.path.realpath() to find hg's setup.py. Needed for running out-of-tree test suites without --with-hg/--local.
Wed, 24 Jun 2009 03:05:01 +0200 Make RPM spec in contrib more aligned with the one from Fedora
Mads Kiilerich <mads@kiilerich.com> [Wed, 24 Jun 2009 03:05:01 +0200] rev 8942
Make RPM spec in contrib more aligned with the one from Fedora This is mostly syntactical changes which make the real differences more obvious when looking at a diff. contrib/mergetools.rc is now also installed and enabled by default.
Tue, 23 Jun 2009 17:51:51 -0500 addremove: drop some silly variable assignments
Matt Mackall <mpm@selenic.com> [Tue, 23 Jun 2009 17:51:51 -0500] rev 8941
addremove: drop some silly variable assignments
Sun, 21 Jun 2009 03:13:38 +0200 ui.prompt: Show prompt and selection in non-interactive mode
Mads Kiilerich <mads@kiilerich.com> [Sun, 21 Jun 2009 03:13:38 +0200] rev 8940
ui.prompt: Show prompt and selection in non-interactive mode ui.prompt was completely silent in non-interactive mode, unless in verbose mode. It is fine that it chooses the default automatically, but it is confusing that the message and prompt shown interactively can't be found in scripted tests. The prompt and selection is now .write'ed instead of .note'ed.
Thu, 25 Jun 2009 09:53:47 +0200 keyword: make kwdemo more translation friendly
Christian Ebert <blacktrash@gmx.net> [Thu, 25 Jun 2009 09:53:47 +0200] rev 8939
keyword: make kwdemo more translation friendly
Wed, 24 Jun 2009 19:15:58 +0200 commands: wrap short descriptions in 'hg help'
Martin Geisler <mg@lazybytes.net> [Wed, 24 Jun 2009 19:15:58 +0200] rev 8938
commands: wrap short descriptions in 'hg help' The code for wrapping a single line of text with a hanging indent was duplicated in commands and help -- it's now moved to a new function called wrap in util. The function defaults to a line width is 78 chars, and this un-wraps some command line flag descriptions, hence the test output changes.
Wed, 24 Jun 2009 18:40:13 +0200 commands: add "--" to command line flag in branches docstring
Martin Geisler <mg@lazybytes.net> [Wed, 24 Jun 2009 18:40:13 +0200] rev 8937
commands: add "--" to command line flag in branches docstring
Wed, 24 Jun 2009 15:32:37 +0200 change wiki/bts URLs to point to new hostname
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 24 Jun 2009 15:32:37 +0200] rev 8936
change wiki/bts URLs to point to new hostname
Wed, 24 Jun 2009 13:42:34 +0200 extensions: change descriptions for hook-providing extensions
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 24 Jun 2009 13:42:34 +0200] rev 8935
extensions: change descriptions for hook-providing extensions Thanks to timeless and Dave Townsend for advice!
Wed, 24 Jun 2009 13:42:02 +0200 extensions: change descriptions for extensions providing a few commands
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 24 Jun 2009 13:42:02 +0200] rev 8934
extensions: change descriptions for extensions providing a few commands
Wed, 24 Jun 2009 13:10:05 +0200 help: rewrap extension description line length at 78 instead of 70
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 24 Jun 2009 13:10:05 +0200] rev 8933
help: rewrap extension description line length at 78 instead of 70
Wed, 24 Jun 2009 12:25:56 +0200 extensions: fix up description lines some more
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 24 Jun 2009 12:25:56 +0200] rev 8932
extensions: fix up description lines some more
Wed, 24 Jun 2009 12:04:19 +0200 commands: add note about import retrieving patches from URLs
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 24 Jun 2009 12:04:19 +0200] rev 8931
commands: add note about import retrieving patches from URLs
Wed, 24 Jun 2009 12:03:53 +0200 windows: import WinIOError from win32 module (issue1707)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 24 Jun 2009 12:03:53 +0200] rev 8930
windows: import WinIOError from win32 module (issue1707) Quick fix pending further refactoring of windows error handling.
Wed, 24 Jun 2009 12:03:13 +0200 mq: compact & rewrap documentation for qdelete command
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 24 Jun 2009 12:03:13 +0200] rev 8929
mq: compact & rewrap documentation for qdelete command
Tue, 23 Jun 2009 23:05:51 +0200 test-globalopts: broken by output change in 62e3b9466700
Martin Geisler <mg@lazybytes.net> [Tue, 23 Jun 2009 23:05:51 +0200] rev 8928
test-globalopts: broken by output change in 62e3b9466700
Tue, 23 Jun 2009 15:43:09 -0500 Merge with i18n
Matt Mackall <mpm@selenic.com> [Tue, 23 Jun 2009 15:43:09 -0500] rev 8927
Merge with i18n
Mon, 22 Jun 2009 15:58:22 -0300 i18n-pt_BR: synchronized with 3ad0b5ddae58
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 22 Jun 2009 15:58:22 -0300] rev 8926
i18n-pt_BR: synchronized with 3ad0b5ddae58
Mon, 22 Jun 2009 22:22:48 +0200 merged with crew
Martin Geisler <mg@lazybytes.net> [Mon, 22 Jun 2009 22:22:48 +0200] rev 8925
merged with crew
Mon, 22 Jun 2009 15:58:21 -0300 i18n-pt_BR: minor rewording and formatting fixes
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 22 Jun 2009 15:58:21 -0300] rev 8924
i18n-pt_BR: minor rewording and formatting fixes
Mon, 22 Jun 2009 15:58:12 -0300 i18n-pt_BR: synchronized with d9f4c182aeca
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 22 Jun 2009 15:58:12 -0300] rev 8923
i18n-pt_BR: synchronized with d9f4c182aeca
Fri, 19 Jun 2009 12:38:04 -0300 i18n-pt_BR: synchronized with 708938509732
Wagner Bruna <wbruna@softwareexpress.com.br> [Fri, 19 Jun 2009 12:38:04 -0300] rev 8922
i18n-pt_BR: synchronized with 708938509732
Fri, 19 Jun 2009 12:34:12 -0300 i18n-pt_BR: synchronized with fccdf5ca5065
Wagner Bruna <wbruna@softwareexpress.com.br> [Fri, 19 Jun 2009 12:34:12 -0300] rev 8921
i18n-pt_BR: synchronized with fccdf5ca5065
Sun, 21 Jun 2009 20:09:03 +0200 merged Greek translation
Martin Geisler <mg@lazybytes.net> [Sun, 21 Jun 2009 20:09:03 +0200] rev 8920
merged Greek translation
Sun, 25 Jan 2009 17:35:38 +0200 Add the start of a new translation of Mercurial to Greek (UTF-8)
Giorgos Keramidas <keramida@ceid.upatras.gr> [Sun, 25 Jan 2009 17:35:38 +0200] rev 8919
Add the start of a new translation of Mercurial to Greek (UTF-8)
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip