Sat, 07 Oct 2006 16:21:33 -0700 Handle odd-sized base85 input and output
Brendan Cully <brendan@kublai.com> [Sat, 07 Oct 2006 16:21:33 -0700] rev 3287
Handle odd-sized base85 input and output
Sat, 07 Oct 2006 22:11:02 +0200 Put in backslash again, it was needed to disable an asciidoc macro.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 07 Oct 2006 22:11:02 +0200] rev 3286
Put in backslash again, it was needed to disable an asciidoc macro. Backed out changeset c05b0cc6b1485bb240e118a2be9e1d52bb25fd65
Sat, 07 Oct 2006 22:02:56 +0200 Corrected typo in date format, found by Rob Landley.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 07 Oct 2006 22:02:56 +0200] rev 3285
Corrected typo in date format, found by Rob Landley.
Sat, 07 Oct 2006 18:14:03 +0200 Make test-bundle-r executable.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 07 Oct 2006 18:14:03 +0200] rev 3284
Make test-bundle-r executable.
Thu, 20 Jul 2006 19:25:11 +0200 add -r/--rev and --base option to bundle
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 20 Jul 2006 19:25:11 +0200] rev 3283
add -r/--rev and --base option to bundle --rev is used to specify a target rev (like pull or clone) --base REV is used to specify a base instead of a target repo the target repo is assumed to have all the rev specified in --base
Fri, 06 Oct 2006 17:14:50 -0500 Update test output
Matt Mackall <mpm@selenic.com> [Fri, 06 Oct 2006 17:14:50 -0500] rev 3282
Update test output
Fri, 06 Oct 2006 17:14:18 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Fri, 06 Oct 2006 17:14:18 -0500] rev 3281
Merge with crew
Fri, 06 Oct 2006 16:55:11 -0500 merge: copy fixes and tests
Matt Mackall <mpm@selenic.com> [Fri, 06 Oct 2006 16:55:11 -0500] rev 3280
merge: copy fixes and tests Fix up "already seen" logic Fix merge action in remote copy case Add status message Add lots of merge+copy/move test cases
Fri, 06 Oct 2006 13:01:54 -0700 Add a base85 codec
Brendan Cully <brendan@kublai.com> [Fri, 06 Oct 2006 13:01:54 -0700] rev 3279
Add a base85 codec
Fri, 06 Oct 2006 12:58:50 -0700 hgweb: fix filerevision raw URL
Brendan Cully <brendan@kublai.com> [Fri, 06 Oct 2006 12:58:50 -0700] rev 3278
hgweb: fix filerevision raw URL
Fri, 06 Oct 2006 19:21:43 +0200 disallow commands on non local repository
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 06 Oct 2006 19:21:43 +0200] rev 3277
disallow commands on non local repository
Fri, 06 Oct 2006 18:38:32 +0200 Moved hgweb map-* files into their style directories and adjusted them.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 06 Oct 2006 18:38:32 +0200] rev 3276
Moved hgweb map-* files into their style directories and adjusted them.
Fri, 06 Oct 2006 18:28:50 +0200 hgweb: Search templates in templatepath/style/map, too, using a common function.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 06 Oct 2006 18:28:50 +0200] rev 3275
hgweb: Search templates in templatepath/style/map, too, using a common function. This allows for web templates to be self-contained in a directory, which makes copying and modifying them easier.
Fri, 06 Oct 2006 16:24:14 +0200 ssh: make the error message more clear, add a testcase
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 06 Oct 2006 16:24:14 +0200] rev 3274
ssh: make the error message more clear, add a testcase
Thu, 05 Oct 2006 15:36:53 -0700 hgweb: be more conservative about expanding SCRIPT_NAME
Brendan Cully <brendan@kublai.com> [Thu, 05 Oct 2006 15:36:53 -0700] rev 3273
hgweb: be more conservative about expanding SCRIPT_NAME
Thu, 05 Oct 2006 15:04:15 -0700 Add {getentries} to default style
Brendan Cully <brendan@kublai.com> [Thu, 05 Oct 2006 15:04:15 -0700] rev 3272
Add {getentries} to default style
Thu, 05 Oct 2006 14:45:15 -0700 hgweb: fix NWI parsing when hgwebdir isn't at /
Brendan Cully <brendan@kublai.com> [Thu, 05 Oct 2006 14:45:15 -0700] rev 3271
hgweb: fix NWI parsing when hgwebdir isn't at /
Thu, 05 Oct 2006 14:27:14 -0700 hgweb: convert gitweb to NWI
Brendan Cully <brendan@kublai.com> [Thu, 05 Oct 2006 14:27:14 -0700] rev 3270
hgweb: convert gitweb to NWI
Thu, 05 Oct 2006 14:27:14 -0700 hgweb: provide means for handling query parameters
Brendan Cully <brendan@kublai.com> [Thu, 05 Oct 2006 14:27:14 -0700] rev 3269
hgweb: provide means for handling query parameters
Thu, 05 Oct 2006 20:03:38 +0200 Some versions of sed don't support .\+, so use ..* instead.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 05 Oct 2006 20:03:38 +0200] rev 3268
Some versions of sed don't support .\+, so use ..* instead. Reported by Christian Ebert for MacOS X.
Thu, 05 Oct 2006 15:51:54 +0200 Un-debugify debugconfig to showconfig. (issue 317)
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 05 Oct 2006 15:51:54 +0200] rev 3267
Un-debugify debugconfig to showconfig. (issue 317)
Thu, 05 Oct 2006 11:57:38 +0200 hgweb: Added safety net for PATH_INFO starting with double slash.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 05 Oct 2006 11:57:38 +0200] rev 3266
hgweb: Added safety net for PATH_INFO starting with double slash. This happens e.g. when using the following apache config: RewriteRule (.*) /hgwebdir/$1 [PT] instead of the less readable (but more correct): RewriteRule (.*) /hgwebdir$1 [PT]
Thu, 05 Oct 2006 10:15:22 +0200 merged NewWebInterface
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 05 Oct 2006 10:15:22 +0200] rev 3265
merged NewWebInterface
Wed, 04 Oct 2006 17:04:40 -0700 Update templates to use NewWebInterface
Brendan Cully <brendan@kublai.com> [Wed, 04 Oct 2006 17:04:40 -0700] rev 3264
Update templates to use NewWebInterface
Wed, 04 Oct 2006 17:04:40 -0700 Rename default style to old
Brendan Cully <brendan@kublai.com> [Wed, 04 Oct 2006 17:04:40 -0700] rev 3263
Rename default style to old
Wed, 04 Oct 2006 17:04:40 -0700 hgweb: support for generating and parsing NWI URLs
Brendan Cully <brendan@kublai.com> [Wed, 04 Oct 2006 17:04:40 -0700] rev 3262
hgweb: support for generating and parsing NWI URLs
Wed, 04 Oct 2006 17:04:40 -0700 Teach hgwebdir about new interface
Brendan Cully <brendan@kublai.com> [Wed, 04 Oct 2006 17:04:40 -0700] rev 3261
Teach hgwebdir about new interface
Wed, 04 Oct 2006 17:04:40 -0700 hgweb: extract raw prefix from NWI commands
Brendan Cully <brendan@kublai.com> [Wed, 04 Oct 2006 17:04:40 -0700] rev 3260
hgweb: extract raw prefix from NWI commands
Wed, 04 Oct 2006 17:04:40 -0700 hgweb: accept NewWebInterface URLs
Brendan Cully <brendan@kublai.com> [Wed, 04 Oct 2006 17:04:40 -0700] rev 3259
hgweb: accept NewWebInterface URLs
Thu, 05 Oct 2006 10:07:40 +0200 merge with upstream
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 05 Oct 2006 10:07:40 +0200] rev 3258
merge with upstream
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip