Signed-off-by: Jani Nikula <[email protected]>
---
 dim | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/dim b/dim
index 1f51ab9292b1..d5149f01db34 100755
--- a/dim
+++ b/dim
@@ -373,6 +373,21 @@ function dim_push_branch
        update_linux_next
 }
 
+function dim_push_queued
+{
+       dim_push_branch drm-intel-next-queued "$@"
+}
+
+function dim_push_next_fixes
+{
+       dim_push_branch drm-intel-next-fixes "$@"
+}
+
+function dim_push_fixes
+{
+       dim_push_branch drm-intel-fixes "$@"
+}
+
 # ensure we're on branch $1, and apply patches. the rest of the arguments are
 # passed to git am.
 function dim_apply_branch
@@ -803,15 +818,6 @@ case "$subcmd" in
                cd $DIM_PREFIX/drm-intel-nightly
                cat > `cat .fixup_file_path`
                ;;
-       push-queued)
-               dim_push_branch drm-intel-next-queued "$@"
-               ;;
-       push-next-fixes)
-               dim_push_branch drm-intel-next-fixes "$@"
-               ;;
-       push-fixes)
-               dim_push_branch drm-intel-fixes "$@"
-               ;;
        conq)
                dim_checkout drm-intel-next-queued
                ;;
-- 
2.1.4

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to