summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2012-10-25 17:42:47 +0200
committerJean Delvare <jdelvare@suse.de>2012-10-25 17:42:47 +0200
commitf163a60ea78987724414d542b1978d1ccf6ef3ca (patch)
tree3cd7408e3639731f8d8a3a96d7e4a1c986d242c8 /quilt.changes
parent4137fa7e488cd00c0889f0c6a3cadb36431de4f4 (diff)
downloadquilt-f163a60ea78987724414d542b1978d1ccf6ef3ca.tar.gz
inspect: Refactor code to pwd_to_dir
Move the code deriving the directory from $PWD to a separate function to avoid code duplication.
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index af93d89..ff8a8c6 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -7,6 +7,7 @@ Thu Oct 25 15:05:42 CEST 2012 - jdelvare@suse.de
- setup/inspect: Handle zip archives.
- setup: Fix white space handling by check_for_existing_files.
- setup: Check for existing directories before unpacking.
+- inspect: Refactor code to pwd_to_dir.
-------------------------------------------------------------------
Thu Oct 25 15:05:10 CEST 2012 - jdelvare@suse.de