summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorChristian Dywan <christian.dywan@canonical.com>2013-08-14 19:57:02 +0200
committerChristian Dywan <christian.dywan@canonical.com>2013-08-14 19:57:02 +0200
commit2dec203f85832bb2c269a20cb07dce7ccb26a468 (patch)
tree63e898ce5e8046150658dfc5142018ce282f4be6 /HACKING
parent23ac37b8df9538fd1727e8f916eb48f9aa2b69e0 (diff)
downloadmidori-2dec203f85832bb2c269a20cb07dce7ccb26a468.tar.gz
Bump version to 0.5.5
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING8
1 files changed, 7 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index e93eba7a..9321af79 100644
--- a/HACKING
+++ b/HACKING
@@ -1,4 +1,3 @@
-
====== Midori - Contribute ======
**This document is licensed under the LGPL 2.1.**
@@ -55,6 +54,13 @@ env G_DEBUG=all _build/default/midori/midori -g
For more specific debugging output, depending on the feature in question you may use
env MIDORI_DEBUG=help _build/default/midori/midori
+
+To verify a regression you might need to revert a particular change:
+
+
+# Revert only r6304
+bzr merge . -r 6304..6303
+
====== Coding style and quality ======
Midori code should in general have: