git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Catalin Marinas" <catalin.marinas@gmail.com>
To: "Karl Hasselström" <kha@treskal.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 2/2] Allow deletion of several patches at once
Date: Mon, 23 Oct 2006 12:57:03 +0100	[thread overview]
Message-ID: <b0943d9e0610230457l2ff82a05pd9c7eddfcfac68f2@mail.gmail.com> (raw)
In-Reply-To: <20061022125816.15194.3341.stgit@localhost>

On 22/10/06, Karl Hasselström <kha@treskal.com> wrote:
> +    applied = {}
> +    unapplied = {}
> +    dontexist = {}
> +    for patch in args:

Any reason for not using the parse_patches() function in
stgit.command.common? It allows one to specify patch ranges like
patch1..patch2. Have a look at how it is used for the push or float
commands.

-- 
Catalin

  parent reply	other threads:[~2006-10-23 11:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-22 12:53 [PATCH 0/2] Teach "stg delete" to delete several patches at once Karl Hasselström
2006-10-22 12:58 ` [PATCH 1/2] Regression test for "stg delete" Karl Hasselström
2006-10-22 12:58 ` [PATCH 2/2] Allow deletion of several patches at once Karl Hasselström
2006-10-22 13:01   ` Karl Hasselström
2006-10-23 11:57   ` Catalin Marinas [this message]
2006-10-23 12:37     ` Karl Hasselström
2006-11-01  9:07       ` [PATCH] " Karl Hasselström
2006-11-02 10:36         ` Catalin Marinas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b0943d9e0610230457l2ff82a05pd9c7eddfcfac68f2@mail.gmail.com \
    --to=catalin.marinas@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=kha@treskal.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).