[meld] maint: Fix de-command-ified pull
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] maint: Fix de-command-ified pull
- Date: Sat, 23 Aug 2014 04:19:16 +0000 (UTC)
commit b3ef2d4d68c9897caa4738bf6147f6e878571c3a
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sat Aug 23 13:55:37 2014 +1000
maint: Fix de-command-ified pull
maint.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/maint.py b/maint.py
index 5a23617..80f0045 100755
--- a/maint.py
+++ b/maint.py
@@ -400,7 +400,7 @@ def version_bump():
@cli.command()
@click.pass_context
def make_release(ctx):
- ctx.forward(pull)
+ pull()
ctx.forward(news)
commit()
push()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]