summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-01Use the branch name as defined in revision when checking it out.Thibault Saunier1-1/+3
2016-07-29Avoid duplicated fieldsThibault Saunier1-3/+7
2016-07-29Allow applying patches that were raw pasted to phabricatorThibault Saunier1-5/+18
2016-07-29Implement checkout when no staging branch has been pushedThibault Saunier1-5/+40
2016-07-29Accept more exception type when trying to move to base commit cherry-picking ...Thibault Saunier1-1/+1
2016-07-29add requirements.txtGuillaume Desmottes2-7/+7
2016-07-29Add a runtime check on dependencies versionThibault Saunier1-0/+10
2016-07-28Add commit summarys in the task creation 'dialog'Thibault Saunier1-10/+39
2016-07-28Minor fixThibault Saunier1-5/+6
2016-07-27Enhance outputs all aroundThibault Saunier1-23/+23
2016-07-27Enhance printed information about attached commitThibault Saunier1-1/+2
2016-07-27Fix call to am_patch when calling `git phab merge`Thibault Saunier1-1/+1
2016-07-27Use staging repos if avalaibleThibault Saunier1-13/+87
2016-07-27Handle attaching first commit in a stack of several commitsThibault Saunier1-5/+8
2016-07-27Handle attaching binary filesThibault Saunier1-28/+64
2016-07-27Try to apply the `git format-patch` commit when cherry pickingThibault Saunier1-5/+20
2016-07-27Make setuptools-markdown a dependency only when uploading to pypyThibault Saunier1-1/+5
2016-07-27Enhance message to update previous commitThibault Saunier1-1/+2
2016-07-27Print traceback on exception while attaching a patchThibault Saunier1-3/+4
2016-07-27Use differential.creatediff to create diffsThibault Saunier1-23/+158
2016-07-27Use the pre-commit project to do the lintingThibault Saunier3-9/+89
2016-07-27Remove arcanist dependencyThibault Saunier3-160/+231
2016-07-21Use slugs rather than name for project lookupDaniel Stone1-10/+20
2016-07-15Do not fail if the commit hash is not present in the revisionThibault Saunier1-1/+6
2016-07-15Do not concider missing remote as being fatalThibault Saunier1-1/+3
2016-07-15Clean up output formatting a bitSjoerd Simons1-5/+6
2016-07-15Try harder to apply patches when cherry-pickingThibault Saunier1-6/+39
2016-07-15Handle error where no listed projects existPhilip Withnall1-0/+5
2016-07-07Eliminate duplicate Reviewed-by linesPhilip Withnall1-2/+2
2016-07-07Fix submitting the first commit in a repositoryPhilip Withnall1-2/+9
2016-07-07Document how to configure different push and fetch URLs for remotesAlexandru Băluț1-1/+14
2016-06-21Avoid failling when trying to remove a remote branch that has already been de...Thibault Saunier1-2/+6
2016-05-26Treat lines after "---" as as description of what was updatedSimon McVittie1-10/+51
2016-04-06Add a setup.py file so user can install with pip1.0.01.0Thibault Saunier4-2/+62
2016-04-06Add patch output support to cherry-pick/mergeSjoerd Simons1-3/+31
2016-03-25Add ability to specify a custom arcrc fileSjoerd Simons1-9/+21
2016-03-24Don't require a staging repositorySjoerd Simons1-20/+18
2016-03-24Don't ask for new task creating by defaultSjoerd Simons2-15/+26
2016-03-24Add a way to directly land a task in one stepThibault Saunier1-0/+13
2016-03-24Implement cherry-pick and mergeSjoerd Simons1-1/+156
2016-03-24Don't ask for push confirmation if not pushingSjoerd Simons1-6/+6
2015-12-18Remove dependency on GIThibault Saunier2-2/+3
2015-12-18Give information about possible faillure during pushing to phab' remoteThibault Saunier1-2/+8
2015-12-02create config dir if it doesn't existGuillaume Desmottes1-0/+5
2015-11-20Document where fullname->email mapping is storedXavier Claessens1-1/+3
2015-11-19Read emails mapping from ~/.config/git/phabXavier Claessens1-0/+31
2015-11-11Do not fetch already proposed commits if we have them locallyXavier Claessens1-3/+15
2015-11-11Inherit tracking branch when creating new branchXavier Claessens1-0/+4
2015-11-11attach: Add a few missing \n in summaryXavier Claessens1-3/+3
2015-11-06list.prepend() doesn't exist in pythonXavier Claessens1-1/+1