Tue, 03 Jul 2007 03:06:40 -0300 hgweb: use lrwxrwxrwx as the permissions of a symlink
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 03 Jul 2007 03:06:40 -0300] rev 4778
hgweb: use lrwxrwxrwx as the permissions of a symlink
Tue, 03 Jul 2007 03:06:40 -0300 Make hg add foo; hg mv foo bar work.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 03 Jul 2007 03:06:40 -0300] rev 4777
Make hg add foo; hg mv foo bar work. - foo will be removed (the user has a copy of its contents in bar) - bar will not be marked as a copy (there was no committed version of foo). We print a warning telling that to the user. Fixes issue269.
Tue, 03 Jul 2007 03:06:40 -0300 test-copy2: use status -C instead of debugstate | grep copy
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 03 Jul 2007 03:06:40 -0300] rev 4776
test-copy2: use status -C instead of debugstate | grep copy
Tue, 03 Jul 2007 03:06:40 -0300 test-rename: use hg status -C; don't use hg debugstate | grep copy
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 03 Jul 2007 03:06:40 -0300] rev 4775
test-rename: use hg status -C; don't use hg debugstate | grep copy
Mon, 02 Jul 2007 22:34:38 -0700 Merge with tah
Brendan Cully <brendan@kublai.com> [Mon, 02 Jul 2007 22:34:38 -0700] rev 4774
Merge with tah
Mon, 02 Jul 2007 22:33:48 -0700 convert: make convertsource option handling transparent
Brendan Cully <brendan@kublai.com> [Mon, 02 Jul 2007 22:33:48 -0700] rev 4773
convert: make convertsource option handling transparent
Mon, 02 Jul 2007 22:45:58 +0200 Added import test for [PATCH] subject and message body with subject
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 02 Jul 2007 22:45:58 +0200] rev 4772
Added import test for [PATCH] subject and message body with subject
Mon, 02 Jul 2007 13:26:12 -0700 patch.extract: fix test-import breakage introduced in the previous changeset
Brendan Cully <brendan@kublai.com> [Mon, 02 Jul 2007 13:26:12 -0700] rev 4771
patch.extract: fix test-import breakage introduced in the previous changeset
Mon, 02 Jul 2007 10:59:16 -0700 patch.extract: do not prepend subject if the description already starts with it
Brendan Cully <brendan@kublai.com> [Mon, 02 Jul 2007 10:59:16 -0700] rev 4770
patch.extract: do not prepend subject if the description already starts with it
Mon, 02 Jul 2007 08:31:02 -0700 convert: svn: skip revisions without file entries
Brendan Cully <brendan@kublai.com> [Mon, 02 Jul 2007 08:31:02 -0700] rev 4769
convert: svn: skip revisions without file entries
Mon, 02 Jul 2007 07:54:51 -0700 convert: svn: disable batched fetch - get the whole log immediately
Brendan Cully <brendan@kublai.com> [Mon, 02 Jul 2007 07:54:51 -0700] rev 4768
convert: svn: disable batched fetch - get the whole log immediately
Mon, 02 Jul 2007 07:28:54 -0700 convert: svn: add revnum() to convert rev to revnum
Brendan Cully <brendan@kublai.com> [Mon, 02 Jul 2007 07:28:54 -0700] rev 4767
convert: svn: add revnum() to convert rev to revnum
Mon, 02 Jul 2007 07:22:11 -0700 convert: svn: abort if module stat fails
Brendan Cully <brendan@kublai.com> [Mon, 02 Jul 2007 07:22:11 -0700] rev 4766
convert: svn: abort if module stat fails
Sun, 01 Jul 2007 23:28:21 -0700 convert: fetch svn changes on demand (in batches)
Brendan Cully <brendan@kublai.com> [Sun, 01 Jul 2007 23:28:21 -0700] rev 4765
convert: fetch svn changes on demand (in batches)
Sun, 01 Jul 2007 22:23:33 -0700 convert: svn: convert branch trunk to default
Brendan Cully <brendan@kublai.com> [Sun, 01 Jul 2007 22:23:33 -0700] rev 4764
convert: svn: convert branch trunk to default
Sun, 01 Jul 2007 22:21:05 -0700 convert: svn: fix fallback directory listing code when importing a submodule
Brendan Cully <brendan@kublai.com> [Sun, 01 Jul 2007 22:21:05 -0700] rev 4763
convert: svn: fix fallback directory listing code when importing a submodule
Sun, 01 Jul 2007 22:09:33 -0700 convert: remove svn debugger trap
Brendan Cully <brendan@kublai.com> [Sun, 01 Jul 2007 22:09:33 -0700] rev 4762
convert: remove svn debugger trap
Sun, 01 Jul 2007 22:00:25 -0700 convert: import all branches from git repositories
Brendan Cully <brendan@kublai.com> [Sun, 01 Jul 2007 22:00:25 -0700] rev 4761
convert: import all branches from git repositories
Sun, 01 Jul 2007 21:09:08 -0700 convert: gitcmd wrapper for os.popen
Brendan Cully <brendan@kublai.com> [Sun, 01 Jul 2007 21:09:08 -0700] rev 4760
convert: gitcmd wrapper for os.popen
Sun, 01 Jul 2007 20:30:04 -0700 convert: activate subversion engine
Brendan Cully <brendan@kublai.com> [Sun, 01 Jul 2007 20:30:04 -0700] rev 4759
convert: activate subversion engine Fail gracefully if the subversion python bindings are not installed. Support --rev option to convert as well as URL@rev.
Sun, 01 Jul 2007 23:56:11 +0200 convert extension: Add SVN converter
Daniel Holth <dholth@fastmail.fm> [Sun, 01 Jul 2007 23:56:11 +0200] rev 4758
convert extension: Add SVN converter
Sun, 01 Jul 2007 17:15:54 +0200 convert extension: stripped-down svn transport module
Daniel Holth <dholth@fastmail.fm> [Sun, 01 Jul 2007 17:15:54 +0200] rev 4757
convert extension: stripped-down svn transport module
Sun, 01 Jul 2007 19:58:19 -0700 convert: split converter into convertsource and convertsink
Brendan Cully <brendan@kublai.com> [Sun, 01 Jul 2007 19:58:19 -0700] rev 4756
convert: split converter into convertsource and convertsink
Sun, 01 Jul 2007 19:40:02 -0700 convert: move *** empty log message *** into commit class
Brendan Cully <brendan@kublai.com> [Sun, 01 Jul 2007 19:40:02 -0700] rev 4755
convert: move *** empty log message *** into commit class
Sun, 01 Jul 2007 19:23:10 -0700 convert: initialize source after destination, cleaning up if source is unusable
Brendan Cully <brendan@kublai.com> [Sun, 01 Jul 2007 19:23:10 -0700] rev 4754
convert: initialize source after destination, cleaning up if source is unusable
Sun, 01 Jul 2007 15:02:15 -0700 convert: add -r argument specifying latest revision to convert
Brendan Cully <brendan@kublai.com> [Sun, 01 Jul 2007 15:02:15 -0700] rev 4753
convert: add -r argument specifying latest revision to convert
Sun, 01 Jul 2007 12:58:08 -0700 convert: ove recode method into converter_source
Brendan Cully <brendan@kublai.com> [Sun, 01 Jul 2007 12:58:08 -0700] rev 4752
convert: ove recode method into converter_source
Sun, 01 Jul 2007 19:19:42 +0200 Merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 01 Jul 2007 19:19:42 +0200] rev 4751
Merge with crew-stable
Sun, 01 Jul 2007 19:15:25 +0200 Make hgk handle filenames with spaces (issue49)
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 01 Jul 2007 19:15:25 +0200] rev 4750
Make hgk handle filenames with spaces (issue49)
Sun, 01 Jul 2007 15:22:49 +0200 Use "--config ui.report_untrusted=false" for hg calls in hgk, fixes issue523.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 01 Jul 2007 15:22:49 +0200] rev 4749
Use "--config ui.report_untrusted=false" for hg calls in hgk, fixes issue523. tcl's exec yields an error if output to stderr happens and isn't redirected to a file, so the warnings about untrusted .hg/hgrc caused problems in hgk. The warning is still printed when executing 'hg view', so the user can see it when using it from the shell.
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip