Jambunathan K | 8 Aug 2012 16:56
Picon

[PATCH] vc-dir-hide-some-states: New command


I am attaching a bzr bundle.  Can someone review and commit this?

# Bazaar merge directive format 2 (Bazaar 0.90)
# revision_id: kjambunathan <at> gmail.com-20120808144428-8msbw7xveglogy9b
# target_branch: bzr://bzr.savannah.gnu.org/emacs/trunk/
# testament_sha1: 0a43bb0d585f74c15f549d63dc6a08fa44154d2d
# timestamp: 2012-08-08 20:17:20 +0530
# source_branch: bzr://bzr.savannah.gnu.org/emacs/trunk
# base_revision_id: michael.albinus <at> gmx.de-20120808134045-\
#   t26l1voivvzfypey
# 
# Begin patch
=== modified file 'lisp/ChangeLog'
--- lisp/ChangeLog	2012-08-08 13:40:45 +0000
+++ lisp/ChangeLog	2012-08-08 14:44:28 +0000
 <at>  <at>  -1,3 +1,11  <at>  <at> 
+2012-08-08  Jambunathan K  <kjambunathan <at> gmail.com>
+
+	* vc/vc-dir.el (vc-dir-hide-these-states): New custom variable.
+	(vc-dir-hide-some-states): New command.
+	(vc-dir-hide-up-to-date): Use `vc-dir-hide-vc-states'.
+	(vc-dir-mode-map): Map "x" to `vc-dir-hide-vc-states' instead of
+	`vc-dir-hide-up-to-date'.
+
 2012-08-08  Michael Albinus  <michael.albinus <at> gmx.de>

 	* net/tramp-sh.el (tramp-find-file-exists-command): Protect the
(Continue reading)

Jambunathan K | 8 Aug 2012 17:15
Picon

Re: [PATCH] vc-dir-hide-some-states: New command

Jambunathan K <kjambunathan <at> gmail.com> writes:

> I am attaching a bzr bundle.  Can someone review and commit this?

There were some typos in the changelog.  I am attaching the revised
bundle.  It has 4 revisions.

In git world, I would have preferred to do this:

  git reset --soft origin/master # squash all the commits
  git format-patch

so as to show only my good face to the world.

Looks like bzr is working against my intentions.

# Bazaar merge directive format 2 (Bazaar 0.90)
# revision_id: kjambunathan <at> gmail.com-20120808150232-cvekujrpotm9qlwa
# target_branch: bzr://bzr.savannah.gnu.org/emacs/trunk/
# testament_sha1: 467acf56b28d7d9ee4be3368d2467cea25251eac
# timestamp: 2012-08-08 20:34:32 +0530
# source_branch: bzr://bzr.savannah.gnu.org/emacs/trunk
# base_revision_id: michael.albinus <at> gmx.de-20120808134045-\
#   t26l1voivvzfypey
# 
# Begin patch
=== modified file 'lisp/ChangeLog'
--- lisp/ChangeLog	2012-08-08 13:40:45 +0000
(Continue reading)


Gmane