On Fri, Feb 23, 2007 at 11:27:34AM +0000, Matthew Sackman wrote:
> On Fri, Feb 23, 2007 at 02:49:45AM -0800, Nathaniel Smith wrote:
> > Applied, I think... there was a hunk rejected, for no reason I could
> > see (maybe whitespace differences or something?), and I think I fixed
> > it up by hand, but you might want to check.
>
> Yeah, it's gone wrong. Lines 171 and 172 should not exist. 'source'-ing
> the file in bash currently gives errors. Take lines 171 and 172 out and
> all is well.
And attached is the patch to do that, actually done now through a mtn
diff rather than messing with diff manually and getting it wrong.
Cheers,
Matthew
#
# old_revision [a752a918f3f8177c1308a44272059f8ca7b911e3]
#
# patch "contrib/monotone.bash_completion"
# from [5a998ff99c5107747ffd7fd78f05a1a7d7532c08]
# to [b8e16f2bd681a77e0dccb7a19fc295016378669b]
#
============================================================
--- contrib/monotone.bash_completion 5a998ff99c5107747ffd7fd78f05a1a7d7532c08
+++ contrib/monotone.bash_completion b8e16f2bd681a77e0dccb7a19fc295016378669b
@@ -167,9 +167,7 @@ _monotone() {
COMPREPLY=( $(compgen -W 'count dot none' -- $cur ) )
;;
--revision | -r )
- _monotone_complete revision
- ;;
- esac
+ _monotone_complete revision
;;
db )
COMPREPLY=( $(compgen -W 'init info version dump load migrate execute
_______________________________________________
Monotone-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/monotone-devel