Mon, 22 May 2006 15:42:49 -0700 http: fix many problems with url parsing and auth. added proxy test.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 22 May 2006 15:42:49 -0700] rev 2337
http: fix many problems with url parsing and auth. added proxy test. problems fixed: - https scheme handled properly for real and proxy urls. - url of form "http://user:password@host:port/path" now ok. - no-proxy check uses proper host names.
Mon, 22 May 2006 09:00:24 -0700 http: print better error if exception happens.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 22 May 2006 09:00:24 -0700] rev 2336
http: print better error if exception happens.
Mon, 22 May 2006 08:47:53 -0700 add ui.print_exc(), make all traceback printing central.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 22 May 2006 08:47:53 -0700] rev 2335
add ui.print_exc(), make all traceback printing central.
Sun, 21 May 2006 23:39:25 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 21 May 2006 23:39:25 -0700] rev 2334
merge with crew.
Sun, 21 May 2006 23:39:07 -0700 new extension: extdiff. allows to use external diff program.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 21 May 2006 23:39:07 -0700] rev 2333
new extension: extdiff. allows to use external diff program.
Sun, 21 May 2006 23:07:50 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 21 May 2006 23:07:50 -0700] rev 2332
merge with crew.
Sun, 21 May 2006 23:07:19 -0700 diff: allow to use -rA:B syntax as well as -rA -rB
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 21 May 2006 23:07:19 -0700] rev 2331
diff: allow to use -rA:B syntax as well as -rA -rB
Sun, 21 May 2006 22:14:11 -0700 add 'uisetup' function to extension module protocol.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 21 May 2006 22:14:11 -0700] rev 2330
add 'uisetup' function to extension module protocol. if uisetup functin exists in extension, is called before cmdtable examined. called with ui object as parameter. lets module modify cmdtable before commands.py sees it.
Sat, 20 May 2006 12:52:02 -0700 notify: add debug output. do not fail if no config file.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 20 May 2006 12:52:02 -0700] rev 2329
notify: add debug output. do not fail if no config file. use --debug to see debug output.
Sat, 20 May 2006 15:34:19 -0300 hgweb.manifest: revno of manifest and changelog aren't always the same
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 20 May 2006 15:34:19 -0300] rev 2328
hgweb.manifest: revno of manifest and changelog aren't always the same In the v4l-dvb repo, the manifest revno and the changelog revno are not in sync. This happened because the same patch was applied to the same revision in two different branches, resulting in the same manifest text, with the same parents and so the first revision was reused. Since hgweb.manifest was assuming the revnos of the manifest and of the changelog were always the same, clicking on manifest -> bz2 in the v4l-dvb site would download the wrong revision. Use the linkrev to go from manifest revision to changelog revision. This still won't be perfect since the page will still talk about "manifest for changeset XYZ", where XYZ was the first changeset to have this manifest, which is not necessarily the same changeset that the user clicked to get to this page - but at least the contents will be the same.
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip