summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cvsps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cvsps.c b/cvsps.c
index 1e64e3c..0f9d194 100644
--- a/cvsps.c
+++ b/cvsps.c
@@ -2590,7 +2590,7 @@ static void determine_branch_ancestor(PatchSet * ps, PatchSet * head_ps)
/* HACK: we sometimes pretend to derive from the import branch.
* just don't do that. this is the easiest way to prevent...
*/
- d2 = (strcmp(rev->rev, "1.1.1.1") == 0) ? 0 : count_dots(rev->rev);
+ d2 = /*(strcmp(rev->rev, "1.1.1.1") == 0) ? 0 : */ count_dots(rev->rev);
if (d2 > d1)
head_ps->ancestor_branch = rev->branch;