summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2012-12-03 10:30:48 +0100
committerJean Delvare <jdelvare@suse.de>2012-12-03 10:30:48 +0100
commit9907d7cb0870b1fcc34311a5e3ef92eaffaec265 (patch)
tree9b555e5aa12139b156d05d95b628bc74c2da798d /quilt.changes
parent005922085f0135c35baa4b0e8db6f05d78586377 (diff)
downloadquilt-9907d7cb0870b1fcc34311a5e3ef92eaffaec265.tar.gz
push: Always let the user force pushing a patch
Let the user force pushing a patch even if patch returns with error code 2. The user should know better. This happens when pushing a patch with a header but no actual contents, for example.
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes5
1 files changed, 5 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index 5615d27..cb5f351 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Dec 3 10:29:57 CET 2012 - jdelvare@suse.de
+
+- push: Always let the user force pushing a patch.
+
+-------------------------------------------------------------------
Mon Dec 3 10:27:46 CET 2012 - jdelvare@suse.de
- pop: Fix timestamp comparison.