Sun, 19 Oct 2008 12:34:34 +0200 Fix test-notify output for older diffstat versions.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 19 Oct 2008 12:34:34 +0200] rev 7165
Fix test-notify output for older diffstat versions.
Sun, 19 Oct 2008 12:19:55 +0200 Add util.popen3 fallback, simplify import of Popen3
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 19 Oct 2008 12:19:55 +0200] rev 7164
Add util.popen3 fallback, simplify import of Popen3
Sun, 19 Oct 2008 12:13:25 +0200 Fix util.popen2 for Python 2.3
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 19 Oct 2008 12:13:25 +0200] rev 7163
Fix util.popen2 for Python 2.3 1. trigger ImportError early, so fallbacks are activated 2. util.popen2 replaces previous usage of os.popen2, not popen2.popen2
Sat, 18 Oct 2008 21:52:22 -0700 mq: heavy rearrangement of qnew to make it recover reliably from errors.
Brendan Cully <brendan@kublai.com> [Sat, 18 Oct 2008 21:52:22 -0700] rev 7162
mq: heavy rearrangement of qnew to make it recover reliably from errors. Closes issue1269.
Sat, 18 Oct 2008 20:45:53 -0700 mq: abort qnew -f if any file in an explicit list cannot be read
Brendan Cully <brendan@kublai.com> [Sat, 18 Oct 2008 20:45:53 -0700] rev 7161
mq: abort qnew -f if any file in an explicit list cannot be read
Sat, 18 Oct 2008 17:29:45 -0700 mq: make qimport -f work properly. Closes issue1255.
Brendan Cully <brendan@kublai.com> [Sat, 18 Oct 2008 17:29:45 -0700] rev 7160
mq: make qimport -f work properly. Closes issue1255. From Bernhard Leiner.
Sat, 18 Oct 2008 16:53:44 -0700 Merge with crew
Brendan Cully <brendan@kublai.com> [Sat, 18 Oct 2008 16:53:44 -0700] rev 7159
Merge with crew
Sat, 18 Oct 2008 16:40:01 -0700 mq: let qimport read patches from URLs
Brendan Cully <brendan@kublai.com> [Sat, 18 Oct 2008 16:40:01 -0700] rev 7158
mq: let qimport read patches from URLs
Sat, 18 Oct 2008 16:33:10 -0700 mq: do not invoke editor until just before patch creation. Closes issue1346.
Brendan Cully <brendan@kublai.com> [Sat, 18 Oct 2008 16:33:10 -0700] rev 7157
mq: do not invoke editor until just before patch creation. Closes issue1346.
Sun, 19 Oct 2008 01:29:57 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 19 Oct 2008 01:29:57 +0200] rev 7156
merge with crew
Sun, 19 Oct 2008 01:28:35 +0200 add a missing +x to test-inotify-lookup
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 19 Oct 2008 01:28:35 +0200] rev 7155
add a missing +x to test-inotify-lookup
Sun, 19 Oct 2008 01:26:46 +0200 index parser: fix refcounting in case of errors, refactor
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 19 Oct 2008 01:26:46 +0200] rev 7154
index parser: fix refcounting in case of errors, refactor due to incorrect refcounting, on a bad revlog it was failing with: *** glibc detected *** /usr/bin/python: corrupted double-linked list: 0x0816d318 *** and a backtrace.
Sat, 18 Oct 2008 23:45:46 +0200 patch: pass linereader to binaryhunk.extract() instead of wrapped fp
Patrick Mezard <pmezard@gmail.com> [Sat, 18 Oct 2008 23:45:46 +0200] rev 7153
patch: pass linereader to binaryhunk.extract() instead of wrapped fp It unifies input patch file access methods
Sat, 18 Oct 2008 23:45:46 +0200 patch: pass linereader to scangitpatch(), extract from iterhunks()
Patrick Mezard <pmezard@gmail.com> [Sat, 18 Oct 2008 23:45:46 +0200] rev 7152
patch: pass linereader to scangitpatch(), extract from iterhunks() It's good because it unifies the patch file access methods.
Sat, 18 Oct 2008 23:45:45 +0200 patch: change functions definition order for readability
Patrick Mezard <pmezard@gmail.com> [Sat, 18 Oct 2008 23:45:45 +0200] rev 7151
patch: change functions definition order for readability
Sat, 18 Oct 2008 23:45:45 +0200 patch: map changed files to patchmeta directly
Patrick Mezard <pmezard@gmail.com> [Sat, 18 Oct 2008 23:45:45 +0200] rev 7150
patch: map changed files to patchmeta directly
Sat, 18 Oct 2008 23:45:45 +0200 patch: patchmeta gives (islink, isexec) tuple instead of int mode
Patrick Mezard <pmezard@gmail.com> [Sat, 18 Oct 2008 23:45:45 +0200] rev 7149
patch: patchmeta gives (islink, isexec) tuple instead of int mode
Sat, 18 Oct 2008 23:45:45 +0200 patch: extract and rename gitpatch into patchmeta, document
Patrick Mezard <pmezard@gmail.com> [Sat, 18 Oct 2008 23:45:45 +0200] rev 7148
patch: extract and rename gitpatch into patchmeta, document
Sat, 18 Oct 2008 23:45:45 +0200 patch: remove applydiff() useless updatedir and rejmerge arguments
Patrick Mezard <pmezard@gmail.com> [Sat, 18 Oct 2008 23:45:45 +0200] rev 7147
patch: remove applydiff() useless updatedir and rejmerge arguments
Sat, 18 Oct 2008 23:20:23 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 18 Oct 2008 23:20:23 +0200] rev 7146
merge with crew
Sat, 18 Oct 2008 23:06:29 +0200 inotify: fix status not showing "clean" files (issue907)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 18 Oct 2008 23:06:29 +0200] rev 7145
inotify: fix status not showing "clean" files (issue907) The inotify server uses 'c' for clean, not 'n'.
Sat, 18 Oct 2008 22:44:01 +0200 run-tests.py: report missing file as an error
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 18 Oct 2008 22:44:01 +0200] rev 7144
run-tests.py: report missing file as an error
Sat, 18 Oct 2008 13:22:46 -0700 Merge with crew
Brendan Cully <brendan@kublai.com> [Sat, 18 Oct 2008 13:22:46 -0700] rev 7143
Merge with crew
Sat, 18 Oct 2008 13:22:29 -0700 Prevent import over an applied patch (closes issue795)
Brendan Cully <brendan@kublai.com> [Sat, 18 Oct 2008 13:22:29 -0700] rev 7142
Prevent import over an applied patch (closes issue795)
Sat, 18 Oct 2008 14:43:14 -0400 issue 1144: prevent traceback on verify of bundles
John Mulligan <phlogistonjohn@asynchrono.us> [Sat, 18 Oct 2008 14:43:14 -0400] rev 7141
issue 1144: prevent traceback on verify of bundles
Sat, 18 Oct 2008 21:11:44 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 18 Oct 2008 21:11:44 +0200] rev 7140
merge with crew
Sat, 18 Oct 2008 21:08:44 +0200 run-tests.py: use --prefix instead of --home
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 18 Oct 2008 21:08:44 +0200] rev 7139
run-tests.py: use --prefix instead of --home Some SUSE version don't like --home, they fail with: "error: must supply either home or prefix/exec-prefix -- not both" this is due to SUSE shipping a distutils.cfg conflicting with --home.
Sat, 18 Oct 2008 20:47:47 +0200 test-permission: put sane permissions at the end of the test
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 18 Oct 2008 20:47:47 +0200] rev 7138
test-permission: put sane permissions at the end of the test If we don't do that, we won't delete all directories at the end of the test
Sat, 18 Oct 2008 20:50:08 +0200 util: handle EINVAL in _statfiles_clustered()
Patrick Mezard <pmezard@gmail.com> [Sat, 18 Oct 2008 20:50:08 +0200] rev 7137
util: handle EINVAL in _statfiles_clustered() Raised when osutil.listdir is called on a non-directory entry.
Sat, 18 Oct 2008 11:43:45 -0700 _listdir only uses dfd if AT_SYMLINK_NOFOLLOW is defined
Brendan Cully <brendan@kublai.com> [Sat, 18 Oct 2008 11:43:45 -0700] rev 7136
_listdir only uses dfd if AT_SYMLINK_NOFOLLOW is defined
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip