[Python-apps-commits] r11860 - in packages/mercurial/trunk/debian (3 files)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sun Apr 19 14:41:00 UTC 2015


    Date: Sunday, April 19, 2015 @ 14:40:59
  Author: vicho
Revision: 11860

Add patch for_upstream__fix_typo_in_man_page.patch to fix a typo spotted by lintian

Added:
  packages/mercurial/trunk/debian/patches/for_upstream__fix_typo_in_man_page.patch
Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/patches/series

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2015-04-19 10:30:55 UTC (rev 11859)
+++ packages/mercurial/trunk/debian/changelog	2015-04-19 14:40:59 UTC (rev 11860)
@@ -5,6 +5,8 @@
     applied upstream
   * Remove trailing spaces from empty lines in the descriptions.  It
     upsets lintian
+  * Add patch for_upstream__fix_typo_in_man_page.patch to fix a typo
+    spotted by lintian
 
  -- Javi Merino <vicho at debian.org>  Sun, 19 Apr 2015 10:38:59 +0100
 

Added: packages/mercurial/trunk/debian/patches/for_upstream__fix_typo_in_man_page.patch
===================================================================
--- packages/mercurial/trunk/debian/patches/for_upstream__fix_typo_in_man_page.patch	                        (rev 0)
+++ packages/mercurial/trunk/debian/patches/for_upstream__fix_typo_in_man_page.patch	2015-04-19 14:40:59 UTC (rev 11860)
@@ -0,0 +1,15 @@
+Description: help: fix typo commited -> committed
+Author: Javi Merino <merino.jav at gmail.com>
+
+diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt
+--- a/mercurial/help/config.txt
++++ b/mercurial/help/config.txt
+@@ -828,7 +828,7 @@ variables it is passed are listed with n
+   ``HG_PHASES_MOVED`` to ``1``, etc.
+ 
+ ``txnclose``
+-  Run after any repository transaction has been commited. At this
++  Run after any repository transaction has been committed. At this
+   point, the transaction can no longer be rolled back. The hook will run
+   after the lock is released. see ``pretxnclose`` docs for details about
+   available variables.

Modified: packages/mercurial/trunk/debian/patches/series
===================================================================
--- packages/mercurial/trunk/debian/patches/series	2015-04-19 10:30:55 UTC (rev 11859)
+++ packages/mercurial/trunk/debian/patches/series	2015-04-19 14:40:59 UTC (rev 11860)
@@ -5,3 +5,4 @@
 deb_specific__disable_libdir_replacement.patch
 for_upstream__dont_rm_usr_bin_python_when_running_testsuite.patch
 deb_specific__fix_fhs_paths.patch
+for_upstream__fix_typo_in_man_page.patch




More information about the Python-apps-commits mailing list