1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-19 00:58:56 +00:00

Remove [..] from test

This commit is contained in:
David 2018-01-02 22:36:32 +00:00
parent 2500b8bbc1
commit 04a3143523

View File

@ -17,12 +17,12 @@ To push the current branch and set the remote as upstream, use
def output_bitbucket(): def output_bitbucket():
return '''Total 0 (delta 0), reused 0 (delta 0) return '''Total 0 (delta 0), reused 0 (delta 0)
remote: remote:
remote: Create pull request for feature/[...]: remote: Create pull request for feature/test:
remote: https://bitbucket.org/[...] remote: https://bitbucket.org/test
remote: remote:
To git@bitbucket.org:[...].git To git@bitbucket.org:test.git
e5e7fbb..700d998 feature/[...] -> feature/[...] e5e7fbb..700d998 feature/test -> feature/test
Branch feature/[...] set up to track remote branch feature/[...] from origin. Branch feature/test set up to track remote branch feature/test from origin.
''' '''