Package: myrepos Version: 1.20141023 Severity: normal Tags: patch The clean action for vcsh was added as vcsh_commit, which is later overridden by the actual vcsh_commit. Attached patch fixes the action name.
-- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.16-2-486 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash myrepos depends on no packages. Versions of packages myrepos recommends: ii libhtml-parser-perl 3.71-1+b2 ii libio-pty-easy-perl 0.09-1 ii libwww-perl 6.08-1 ii perl 5.20.1-2 Versions of packages myrepos suggests: ii ack-grep 2.14-4 ii bzr 2.6.0+bzr6595-6 ii curl 7.38.0-2 pn cvs <none> ii darcs 2.8.5-1+b1 pn fossil <none> ii git [git-core] 1:2.1.1-1 pn kdesdk-scripts <none> ii liburi-perl 1.64-1 ii mercurial 3.1.2-1 ii subversion 1.8.10-2 pn subversion-tools <none> ii vcsh 1.20141009-1 -- no debconf information
>From f9af61211258cb8b09f68f85b762270d5ff01263 Mon Sep 17 00:00:00 2001 From: James McCoy <[email protected]> Date: Fri, 24 Oct 2014 12:09:22 -0400 Subject: [PATCH] Fix name for vcsh_clean Signed-off-by: James McCoy <[email protected]> --- mr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mr b/mr index 69c47c6..7fa3180 100755 --- a/mr +++ b/mr @@ -2069,7 +2069,7 @@ fossil_clean = else fossil clean --force --dotfiles --emptydirs "$@" fi -vcsh_commit = +vcsh_clean = if [ "x$1" = x-f ] ; then shift vcsh run "$MR_REPO" git clean -dx "$@" -- 2.1.1

