Rick Harris
Rick Harris
The IPv6 stringification on both and Mac and Linux is done by way of ``socket.inet_ntop`. Unfortunately, the implementations aren't exactly the same, so they produce slightly different results: Linux >>>...
I'm using Celery for messaging and recently noticed that my `task.delay` requests were blocking forever. I traced out the code from celery, into kombu, and eventually in py-amqp. I eventually...
The current ply state files .patch_conflict and .patch_stats are stored in the working tree. This mucks it up and makes it hard to do a `git add .`. It'd be...
rick@nova-dev:~/Documents/code/openstack/nova$ ply abort Traceback (most recent call last): File "/home/rick/.virtualenvs/openstack/bin/ply", line 9, in load_entry_point('plypatch==0.3.5', 'console_scripts', 'ply')() File "/home/rick/Documents/code/openstack/ply/plypatch/cli.py", line 271, in main args.func(args) File "/home/rick/Documents/code/openstack/ply/plypatch/cli.py", line 69, in do self.working_repo.abort()...
Looks like older versions of Git use a shorter version of the SHA1 which can lead to collisions. This causes missing BLOB breakage. -index 12e80f78..23cd274 100644 2063 +index 12e80f7..23cd274 100644...
If you have all your remotes stored in your ~/.gitconfig, then doing a fetch --all will cause _everything_ to be synced, not what we wanted. We should probably have the...
Right now we just give up ungracefully when `am --3way` fails. There might be ways to try harder on behalf of the user. For example, `git apply --3way` seems to...
If we ever want to use directories to store patch sets, we'll need this fixed.
Show which patches are being applied in verbose mode. Just show the number in regular mode. Show nothing in quiet mode.