Show More
@@ -242,6 +242,7 b' static void execcmdserver(const struct c' | |||||
242 | const char *baseargv[] = { |
|
242 | const char *baseargv[] = { | |
243 | hgcmd, |
|
243 | hgcmd, | |
244 | "serve", |
|
244 | "serve", | |
|
245 | "--no-profile", | |||
245 | "--cmdserver", |
|
246 | "--cmdserver", | |
246 | "chgunix", |
|
247 | "chgunix", | |
247 | "--address", |
|
248 | "--address", |
@@ -529,7 +529,7 b" FIXME: Run 4 should not be >3x Run 1's n" | |||||
529 | > EOF |
|
529 | > EOF | |
530 | Run 1: * samples (glob) |
|
530 | Run 1: * samples (glob) | |
531 | Run 4: * samples (glob) |
|
531 | Run 4: * samples (glob) | |
532 |
Run 4 > 3 * Run 1: |
|
532 | Run 4 > 3 * Run 1: False | |
533 | (Disabling with --no-profile on the commandline still works, but isn't permanent) |
|
533 | (Disabling with --no-profile on the commandline still works, but isn't permanent) | |
534 | $ newchg log -r . --no-profile |
|
534 | $ newchg log -r . --no-profile | |
535 | $ filteredchg log -r . |
|
535 | $ filteredchg log -r . |
General Comments 0
You need to be logged in to leave comments.
Login now