# HG changeset patch # User joedrew # Date 1375367823 0 # Thu Aug 01 14:37:03 2013 +0000 # Branch joedrew/fix-httpsgithubcompbiggartrychooserissue-1375367828025 # Node ID d77628e68ba795db761013f487e36416d2761f21 # Parent 3d2fde3bcee26d7af87277e2c8cca8bdb2c10a8b Fix https://github.com/pbiggar/trychooser/issues/29 on the nice trychooser diff --git a/__init__.py b/__init__.py --- a/__init__.py +++ b/__init__.py @@ -336,7 +336,8 @@ ui.write("Push to try server...\n") try: - commands.push(ui, repo, "ssh://hg.mozilla.org/try", force=True) + commands.push(ui, repo, "ssh://hg.mozilla.org/try", force=True, + rev=[repo['.'].rev()]) # try server is running an old mercurial version that doesn't support # phases, so is assumed to be publishing. Undo the effects.