~ubuntu-branches/ubuntu/precise/mercurial/precise-updates

« back to all changes in this revision

Viewing changes to debian/patches/bash_completion_is_not_a_script.patch

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Danjean
  • Date: 2005-09-23 11:45:13 UTC
  • Revision ID: james.westby@ubuntu.com-20050923114513-819v977ptuvi8c0e
Tags: 0.7-4
* backport from upstream of
  - use of 'hgext' directory for extensions
  - 'hgk.py' extension (was hgit before)
  => 'hg view' works ;-)
* add 'Recommands: wish' for the hgk extension

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: mercurial-0.7/contrib/bash_completion
 
2
===================================================================
 
3
--- mercurial-0.7.orig/contrib/bash_completion  2005-09-16 23:02:33.000000000 +0200
 
4
+++ mercurial-0.7/contrib/bash_completion       2005-09-17 16:19:45.000000000 +0200
 
5
@@ -1,5 +1,3 @@
 
6
-#!/bin/bash
 
7
-
 
8
 _hg_commands()
 
9
 {
 
10
     local commands="$(hg -v help | sed -e '1,/^list of commands:/d' \