Mon, 13 Apr 2009 14:36:55 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Mon, 13 Apr 2009 14:36:55 +0200] rev 8055
Merge with crew-stable
Mon, 13 Apr 2009 14:33:47 +0200 httprepo: hide password in debug traces too
Patrick Mezard <pmezard@gmail.com> [Mon, 13 Apr 2009 14:33:47 +0200] rev 8054
httprepo: hide password in debug traces too
Sat, 11 Apr 2009 18:34:21 -0500 hide passwords in httprepo error messages
Steve Borho <steve@borho.org> [Sat, 11 Apr 2009 18:34:21 -0500] rev 8053
hide passwords in httprepo error messages
Sat, 11 Apr 2009 23:43:24 +0200 convert/mtn: allow monotone database files as sources
Patrick Mezard <pmezard@gmail.com> [Sat, 11 Apr 2009 23:43:24 +0200] rev 8052
convert/mtn: allow monotone database files as sources
Sat, 11 Apr 2009 23:21:39 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 11 Apr 2009 23:21:39 +0200] rev 8051
Merge with crew-stable
Sat, 11 Apr 2009 23:12:42 +0200 convert/mtn: record changes from directory renames (issue1587)
Patrick Mezard <pmezard@gmail.com> [Sat, 11 Apr 2009 23:12:42 +0200] rev 8050
convert/mtn: record changes from directory renames (issue1587) Bug report and initial path by Pavel Volkovitskiy <int@mtx.ru>
Sat, 04 Apr 2009 20:39:46 -0500 test-convert-svn-sink: rewrite output for svn compatibility
Augie Fackler <durin42@gmail.com> [Sat, 04 Apr 2009 20:39:46 -0500] rev 8049
test-convert-svn-sink: rewrite output for svn compatibility Addition by Patrick Mezard <pmezard@gmail.com>: * drop 'kind=' lines from svn 1.6 output
Sat, 11 Apr 2009 21:17:11 +0200 convert/cvs: delay CVS log parsing after initialization (issue1581/2)
Patrick Mezard <pmezard@gmail.com> [Sat, 11 Apr 2009 21:17:11 +0200] rev 8048
convert/cvs: delay CVS log parsing after initialization (issue1581/2) Source and destination constructors should be fast so configurations issues are hit quickly, including authentication and filemap/authormap/splicemap issues. Delaying might be a problem if the remove side disconnects idle connections while the log is being read. It did not happen when converting openafs repository, where log retrieval took at least 10mn.
Sat, 11 Apr 2009 21:15:27 +0200 convert: better mapfile parsing errors (issue1581/1)
Patrick Mezard <pmezard@gmail.com> [Sat, 11 Apr 2009 21:15:27 +0200] rev 8047
convert: better mapfile parsing errors (issue1581/1)
Sat, 11 Apr 2009 20:49:47 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 11 Apr 2009 20:49:47 +0200] rev 8046
Merge with crew-stable
Sat, 11 Apr 2009 20:18:51 +0200 convert/bzr: fix file rename replaced by a dir case (issue1583)
Patrick Mezard <pmezard@gmail.com> [Sat, 11 Apr 2009 20:18:51 +0200] rev 8045
convert/bzr: fix file rename replaced by a dir case (issue1583) We were not checking entry types, and getting file content was working with directories instead of raising IOError.
Sat, 11 Apr 2009 00:13:18 +0200 purge: fix b777dd8f7836 (remove read-only files)
Patrick Mezard <pmezard@gmail.com> [Sat, 11 Apr 2009 00:13:18 +0200] rev 8044
purge: fix b777dd8f7836 (remove read-only files) - use try/except to avoid unnecessary work - edit only mode bits
Fri, 10 Apr 2009 21:20:28 +0200 purge: remove read-only files under Windows (issue583)
Patrick Mezard <pmezard@gmail.com> [Fri, 10 Apr 2009 21:20:28 +0200] rev 8043
purge: remove read-only files under Windows (issue583) Initial version by Benoit Boissinot <bboissin@gmail.com>
Fri, 10 Apr 2009 13:06:02 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Fri, 10 Apr 2009 13:06:02 +0200] rev 8042
Merge with crew-stable
Fri, 10 Apr 2009 13:00:28 +0200 Fix manifest default rev doc when no rev is checked out (issue1603)
Patrick Mezard <pmezard@gmail.com> [Fri, 10 Apr 2009 13:00:28 +0200] rev 8041
Fix manifest default rev doc when no rev is checked out (issue1603)
Thu, 09 Apr 2009 20:00:48 +0200 commands: more informative description of "!" files in status
Martin Geisler <mg@lazybytes.net> [Thu, 09 Apr 2009 20:00:48 +0200] rev 8040
commands: more informative description of "!" files in status This makes the description more similar to the one used by Subversion. Suggestion by Dennis Brakhane.
Thu, 09 Apr 2009 14:43:02 +0200 commands: automatically word-wrap cmdline options
Martin Geisler <mg@lazybytes.net> [Thu, 09 Apr 2009 14:43:02 +0200] rev 8039
commands: automatically word-wrap cmdline options Some of the descriptions of command line options were getting quite long, and when translated they are likely to grow even longer. This word-wraps them at 70 characters, just like the help texts. We could have opted to wrap them at the terminal width instead, but I think it looks better to have them be consistent with the help texts.
Thu, 09 Apr 2009 10:48:07 +0200 commands: removed bad linebreak in import help
Martin Geisler <mg@lazybytes.net> [Thu, 09 Apr 2009 10:48:07 +0200] rev 8038
commands: removed bad linebreak in import help
Wed, 08 Apr 2009 23:24:22 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Wed, 08 Apr 2009 23:24:22 +0200] rev 8037
Merge with crew-stable
Wed, 08 Apr 2009 23:17:33 +0200 test-convert-bzr: check renamed files are removed (issue1505)
Patrick Mezard <pmezard@gmail.com> [Wed, 08 Apr 2009 23:17:33 +0200] rev 8036
test-convert-bzr: check renamed files are removed (issue1505)
Wed, 08 Apr 2009 22:59:02 +0200 convert: remove renamed source files (issue1505)
Xavier ALT <dex@phoenix-ind.net> [Wed, 08 Apr 2009 22:59:02 +0200] rev 8035
convert: remove renamed source files (issue1505)
Wed, 08 Apr 2009 22:07:20 +0200 commands: lower-case --import-branch help text
Martin Geisler <mg@lazybytes.net> [Wed, 08 Apr 2009 22:07:20 +0200] rev 8034
commands: lower-case --import-branch help text
Wed, 08 Apr 2009 21:20:31 +0200 commands: consistently write switches as -a/--abc
Martin Geisler <mg@lazybytes.net> [Wed, 08 Apr 2009 21:20:31 +0200] rev 8033
commands: consistently write switches as -a/--abc
Wed, 08 Apr 2009 20:51:09 +0200 commands: use double quotes consistently in help texts
Martin Geisler <mg@lazybytes.net> [Wed, 08 Apr 2009 20:51:09 +0200] rev 8032
commands: use double quotes consistently in help texts
Wed, 08 Apr 2009 20:43:19 +0200 upper-case command line meta variables
Martin Geisler <mg@lazybytes.net> [Wed, 08 Apr 2009 20:43:19 +0200] rev 8031
upper-case command line meta variables
Wed, 08 Apr 2009 00:48:05 +0200 i18n-da: synchronized
Martin Geisler <mg@lazybytes.net> [Wed, 08 Apr 2009 00:48:05 +0200] rev 8030
i18n-da: synchronized
Wed, 08 Apr 2009 00:41:07 +0200 notify, commands: word-wrap help strings
Martin Geisler <mg@lazybytes.net> [Wed, 08 Apr 2009 00:41:07 +0200] rev 8029
notify, commands: word-wrap help strings
Tue, 07 Apr 2009 23:06:50 +0200 expand "rev" to "revision" in help texts
Martin Geisler <mg@lazybytes.net> [Tue, 07 Apr 2009 23:06:50 +0200] rev 8028
expand "rev" to "revision" in help texts
(0) -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip