[PATCH v3] nmbug: Translate to Python

David Bremner bremner at debian.org
Tue Aug 5 18:24:10 PDT 2014


David Bremner <bremner at debian.org> writes:


> I did notice that merging was noticably noisier than I remembered. 
>

Hmm. I just noticed hit another problem with merge. I have a local
commit that deletes a couple tags; when I attempt to merge I get
complaints about local changes to files. 

error: Your local changes to the following files would be overwritten by merge:
	tags/1406859003-11561-2-git-send-email-amdragon at mit.edu/needs-review
	tags/1406859003-11561-3-git-send-email-amdragon at mit.edu/needs-review
Please, commit your changes or stash them before you can merge.
Aborting
Traceback (most recent call last):
  File "/home/bremner/config/scripts/nmbug", line 766, in <module>
    args.func(**kwargs)
  File "/home/bremner/config/scripts/nmbug", line 437, in merge
    wait=True)
  File "/home/bremner/config/scripts/nmbug", line 210, in _git
    return _spawn(args=args, **kwargs)
  File "/home/bremner/config/scripts/nmbug", line 193, in _spawn
    args=args, status=status, stdout=stdout, stderr=stderr)
__main__.SubprocessError: ['git', '--git-dir', '/home/bremner/.nmbug',
	'merge', '@{upstream}'] exited with 128

Calling the perl version of nmbug successfully creates a little 
diamond merge



More information about the notmuch mailing list