gecko-dev/python/mozversioncontrol
Kagami Sascha Rosylight be0aac133d Bug 1543872 - Use `git log --not --remotes` r=glandium
The current way to get outgoing files in Git passes every branch to merge-base, which generates a way too long command that fails on Windows. This patch tries using `git log --not --remotes` instead of passing merge-base value.

Differential Revision: https://phabricator.services.mozilla.com/D71802
2020-04-28 07:27:51 +00:00
..
mozversioncontrol Bug 1543872 - Use `git log --not --remotes` r=glandium 2020-04-28 07:27:51 +00:00
test Bug 1621322 - Implement `mach lint --revset=REV` r=ahal 2020-03-22 22:12:18 +00:00
setup.py