monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: 4df1d5ac7ba6f35282e9f1266d0


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 4df1d5ac7ba6f35282e9f1266d076f4b3272b774
Date: Thu, 17 Oct 2013 20:25:45 +0200 (CEST)

revision:            4df1d5ac7ba6f35282e9f1266d076f4b3272b774
date:                2013-10-17T18:28:59
author:              address@hidden
branch:              net.venge.monotone
changelog:
 * src/roster.cc: drop an inline hint, the shallow_equal() function is
   used in unit/tests/merge_roster.cc, so it needs to be exported.

manifest:
format_version "1"

new_manifest [dd378273d94a2cd0d45d2ee250fbdc0f37ccfff5]

old_revision [b63114b7bbe0943f1903d7053c2f9979a2da7223]

patch "src/roster.cc"
 from [b0608d6ec3e3f2d23a5c97bb64c4354eeb01773a]
   to [69b42b9a7b1a6db255a75975cd2fe96a52008eb5]
============================================================
--- src/roster.cc	b0608d6ec3e3f2d23a5c97bb64c4354eeb01773a
+++ src/roster.cc	69b42b9a7b1a6db255a75975cd2fe96a52008eb5
@@ -555,7 +555,7 @@ same_type(const_node_t a, const_node_t b
 }
 
 
-inline bool
+bool
 shallow_equal(const_node_t a, const_node_t b,
               bool shallow_compare_dir_children,
               bool compare_file_contents)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]