]> git.madduck.net Git - code/myrepos.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

releasing version 0.44
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 25 Nov 2009 18:03:39 +0000 (13:03 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 25 Nov 2009 18:03:39 +0000 (13:03 -0500)
debian/changelog
mr

index c480160bc66970515f0d6eae46eec1d97fedd440..9051f61316458734bb3d52e1d30ea30c0e9488e7 100644 (file)
@@ -1,11 +1,11 @@
-mr (0.44) UNRELEASED; urgency=low
+mr (0.44) unstable; urgency=low
 
   * Make mr -i pass -i to the shell, to ensure it knows it should be an
     interactive shell.
   * mr help: Support man on SunOS and OS X. (Geoff Davis)
   * mr bootstrap: Fix cross-device rename failure. Closes: #557962
 
- -- Joey Hess <joeyh@debian.org>  Thu, 24 Sep 2009 21:52:27 -0400
+ -- Joey Hess <joeyh@debian.org>  Wed, 25 Nov 2009 12:39:08 -0500
 
 mr (0.43) unstable; urgency=low
 
diff --git a/mr b/mr
index 98c96feb707865eed0aa56185b214f7f94a7738b..a431e8ac82ac989fdbfe1e5b1231e449d8508682 100755 (executable)
--- a/mr
+++ b/mr
@@ -1358,6 +1358,7 @@ sub bootstrap {
        }
        else {
                eval q{use File::Copy};
+               die $@ if $@;
                move($tmpconfig, ".mrconfig") || die "rename: $!";
        }