This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author elias
Recipients elias, ethan.furman, martin.panter
Date 2016-09-01.17:12:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472749959.93.0.314983539088.issue27923@psf.upfronthosting.co.za>
In-reply-to
Content
I tried running `hg import --no-commit "$(xclip -o)"` and got the following result:

bash: xclip: command not found
abort: need at least one patch to import

I am using OS X 10.11.6 and Mercurial 3.8.2. I did a bit of quick research on xclip, but it looks like yet another unfamiliar tool, and I don't know exactly what it does or how it is supposed to help me.

I looked at your suggestions for my patch, and I am working on them.

I am planning to look at the tutorial, and to look for, and maybe fix, deprecated calls, but so far, I don't have a clear idea how long it will take me, or if it is realistic for one person to do it.
History
Date User Action Args
2016-09-01 17:12:39eliassetrecipients: + elias, ethan.furman, martin.panter
2016-09-01 17:12:39eliassetmessageid: <1472749959.93.0.314983539088.issue27923@psf.upfronthosting.co.za>
2016-09-01 17:12:39eliaslinkissue27923 messages
2016-09-01 17:12:39eliascreate