Tue, 23 May 2006 10:44:40 +0200 document and fix findincoming
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 23 May 2006 10:44:40 +0200] rev 2339
document and fix findincoming - add documentation about what the function does, notably the fact that it updates 'base' - transform the workflow to a more simple 'if elif elif else' - do not call remote.branches if not necessary - some nodes where missing in 'base' (from what I understand, if the root of a branch is missing but one parent is present, the parent should be in 'base') - add a testcase for an incorrect outgoing that is fixed by this cset - add a testcase for an empty group bug, it needs fixing
Mon, 22 May 2006 12:17:44 -0400 Minor typo change to reflect actual values used.
"Daniel Santa Cruz <dansan@vikus.com>" [Mon, 22 May 2006 12:17:44 -0400] rev 2338
Minor typo change to reflect actual values used.
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.
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip