Do not explicitly return False at end updatehook
authorChristian Ebert <blacktrash@gmx.net>
Sun, 17 Dec 2006 14:09:06 +0100
branchupdatehook
changeset 27 d00d45c7ddaf
parent 26 bda0dec1aaf1
child 28 c7f5821f3513
Do not explicitly return False at end
hgkw/pretxnkw.py
--- a/hgkw/pretxnkw.py	Sun Dec 17 13:38:28 2006 +0100
+++ b/hgkw/pretxnkw.py	Sun Dec 17 14:09:06 2006 +0100
@@ -24,5 +24,3 @@
         n = args['node'][:12]
         # TODO: check whether we need parent1&2 like in updatekw
         return kwexpander.expandkw(ui, repo, r, n, candidates, update=False)
-
-    return False