The unified diff between revisions [869f0c37..] and [e24ccc23..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'app_state.cc'
#
#
# patch "app_state.cc"
# from [7059471c5febbb78676ba5b2e7e432ce3fe39977]
# to [1e2cfd4af8c4ccc2b721c758469659dc3d7f4131]
#
============================================================
--- app_state.cc 7059471c5febbb78676ba5b2e7e432ce3fe39977
+++ app_state.cc 1e2cfd4af8c4ccc2b721c758469659dc3d7f4131
@@ -31,7 +31,7 @@ app_state::app_state()
app_state::app_state()
: branch_name(""), db(""), stdhooks(true), rcfiles(true), diffs(false),
- search_root("/"), depth(-1), last(-1), verbose(false)
+ verbose(false), search_root("/"), depth(-1), last(-1)
{
db.set_app(this);
}