New revision in http://www-verimag.imag.fr/~moy/bzr/dvc/moy/ ------------------------------------------------------------ revno: 178 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Matthieu Moy <[EMAIL PROTECTED]> branch nick: moy timestamp: Sat 2007-06-16 16:28:59 +0200 message: merge from upstream added: docs/CONTRIBUTORS contributors-20070607190144-97403u3vfgbnbuak-1 lisp/dvc-annotate.el dvcannotate.el-20070603125653-5qfhc44pi1g9li8e-1 lisp/xgit-annotate.el xgitannotate.el-20070603125611-j00eniccvyyy21u8-1 modified: .bzrignore bzrignore-20060701105852-er2escjfqktvi63g-1 docs/HACKING HACKING-20060607202431-32d0bc4c4116ef0e lisp/bzr.el bzr.el-20060607202431-396291df0f2a15ec lisp/dvc-bookmarks.el dvcbookmarks.el-20060607202432-5495fb1e6efe6f85 lisp/dvc-log.el dvclog.el-20060607202432-68bf784fa072ed8d lisp/dvc-unified.el dvcunified.el-20060607202432-97434bc621edb01e lisp/tla-dvc.el tladvc.el-20060607202432-cccc340800b98535 lisp/tla.el tla.el-20060607202432-cb1c24722bd9074c lisp/xgit-core.el cgcore.el-20060607202431-d1e2de4dbc437c30 lisp/xgit-dvc.el cgdvc.el-20060607202432-0f39a3f798b8b2ad lisp/xgit-log.el cglog.el-20060607202431-4e4051edccde5130 lisp/xgit-revision.el cgrevision.el-20060607202431-67c71ee1ca37290f lisp/xgit.el cg.el-20060607202431-5e471937fe2510d5 lisp/xhg-log.el xhglog.el-20060607202431-f0d384a7d02ac181 lisp/xhg-mq.el xhgmq.el-20060607202431-915fc25de36ee776 lisp/xhg.el xhg.el-20060607202432-415d7e0bc75dcd99 ------------------------------------------------------------ revno: 176.1.13 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Stefan Reichoer <[EMAIL PROTECTED]> branch nick: dvc timestamp: Thu 2007-06-14 21:00:04 +0200 message: Add Michael Olson to CONTRIBUTORS ------------------------------------------------------------ revno: 176.1.12 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Stefan Reichoer <[EMAIL PROTECTED]> branch nick: dvc timestamp: Sun 2007-06-10 09:57:30 +0200 message: Miscellaneous compatibility and regexp fixes Patch from Michael Olson <[EMAIL PROTECTED]> * lisp/xgit-annotate.el (xgit-annotate-font-lock-keywords) (xgit-info-to-allbutlinenum, xgit-annotate-revision-regexp) (xgit-annotate-show-rev): Use "\\s" instead of "\s" and "^" instead of "^^?" and "^^". (_xgit-annotate-hide-revinfo): Pass 1 to `previous-line' for Emacs21 compatibility. * lisp/xgit.el (xgit-annotate): Use `dvc-line-number-at-pos' instead of `line-number-at-pos'. * lisp/xhg-mq.el (xhg-mq-ewoc-data-at-point): Use `dvc-line-number-at-pos' instead of `line-number-at-pos'. ------------------------------------------------------------ revno: 176.1.11 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Stefan Reichoer <[EMAIL PROTECTED]> branch nick: dvc timestamp: Thu 2007-06-07 21:02:30 +0200 message: Added the CONTRIBUTORS file (suggested by Masatake) ------------------------------------------------------------ revno: 176.1.10 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Stefan Reichoer <[EMAIL PROTECTED]> branch nick: dvc timestamp: Thu 2007-06-07 20:55:44 +0200 message: Fixed a problem in bzr status buffers, when a conflict occured (patch from Dan Lipsitt) ------------------------------------------------------------ revno: 176.1.9 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Stefan Reichoer <[EMAIL PROTECTED]> branch nick: dvc timestamp: Tue 2007-06-05 21:31:52 +0200 message: dvc-bookmarks: Added ability to show the defined partners in the *dvc-bookmarks* buffer ------------------------------------------------------------ revno: 176.1.8 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Stefan Reichoer <[EMAIL PROTECTED]> branch nick: dvc timestamp: Tue 2007-06-05 20:23:00 +0200 message: Bugfix for xhg-save-diff (xhg-save-diff): Ensure that the opened diff buffer is writeable before attempting to insert the diff ------------------------------------------------------------ revno: 176.1.7 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Stefan Reichoer <[EMAIL PROTECTED]> branch nick: dvc timestamp: Tue 2007-06-05 20:22:24 +0200 message: Fix a bogus newline difference when running dvc-diff-ediff in mercurial repositories Patch from Magnus Carlsson (xhg-revision-get-last-revision): Don't drop the final newline from the hg cat output ------------------------------------------------------------ revno: 176.1.6 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Stefan Reichoer <[EMAIL PROTECTED]> branch nick: dvc timestamp: Tue 2007-06-05 20:21:08 +0200 message: Merged the major git improvement from O'hara Takuzo The main new features are a much enhanced xgit-log-mode and a new xgit-annotate-mode ------------------------------------------------------------ revno: 176.1.5.1.9 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Takuzo O'hara <[EMAIL PROTECTED]> branch nick: dvc-takuzo timestamp: Mon 2007-06-04 23:28:03 +0900 message: Fixed 'cg to 'xgit in xgit-revision.el. ------------------------------------------------------------ revno: 176.1.5.1.8 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Takuzo O'hara <[EMAIL PROTECTED]> branch nick: dvc-takuzo timestamp: Mon 2007-06-04 23:26:22 +0900 message: fixed typo in line. ------------------------------------------------------------ revno: 176.1.5.1.7 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Takuzo O'hara <[EMAIL PROTECTED]> branch nick: dvc-takuzo timestamp: Sun 2007-06-03 21:57:30 +0900 message: Adds dvc-annotate, generic color support to dvc-annotate. This is just a proof of concept, that something like this should be in DVC. The code is shamelessly hacked up from vc.el in Emacs distribution. Changes made to vc.el is: -. Removed parts not required in annotation. -. Modified names with vc.. -> dvc.. to not to conflict with vc.el. -. Changed (vc-call-backend ...) to use hardcoded values: (defalias 'dvc-annotate-time 'xgit-annotate-time) I still have too small knowledge on how DVC switches parameters between different VCS, I wrote it like this to probe this works. ------------------------------------------------------------ revno: 176.1.5.1.6 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Takuzo O'hara <[EMAIL PROTECTED]> branch nick: dvc-takuzo timestamp: Sun 2007-06-03 21:56:28 +0900 message: Added xgit-annotate mode. ------------------------------------------------------------ revno: 176.1.5.1.5 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Takuzo O'hara <[EMAIL PROTECTED]> branch nick: dvc-takuzo timestamp: Sun 2007-06-03 21:52:15 +0900 message: Adds better support for xgit-log mode. -. Adds customizable max count to xgit-log, as git repositories like Linux kernel have huge logs and listing all logs is heavy on slow machines. -. Adds xgit-show-revision-at-point, bound to '='. -. Adds xgit-describe-revision-at-point, bound to 'd'. -. Adds utilities in xgit-log mode: -. Filter logs to ones with log message that matches the specified pattern. (git-log-grep) -. Filter logs to ones related to specified filename. (git-log-file) -. Filter logs to ones whose diffs matche given pattern. (git-log-diff-grep) -. Find log for the specified commit. (git-log-revision) -. --pretty= option can be passed by customizable variable to git-log(1). You can choose from 'oneline', 'short', 'medium', 'full', 'fuller', 'email' or 'raw', and output are parsable by xgit-log. -. Added more patterns for font-lock. ------------------------------------------------------------ revno: 176.1.5.1.4 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Takuzo O'hara <[EMAIL PROTECTED]> branch nick: dvc-takuzo timestamp: Sun 2007-06-03 21:49:43 +0900 message: Adds dvc-xgit customize group. ------------------------------------------------------------ revno: 176.1.5.1.3 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Takuzo O'hara <[EMAIL PROTECTED]> branch nick: dvc-takuzo timestamp: Sun 2007-06-03 21:48:04 +0900 message: Added xgit-git-dir which appends --git-dir option to git command. This is useful as directories other than default-direcoty can be passed to xgit commands if they are implemented using this function. ------------------------------------------------------------ revno: 176.1.5.1.2 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Takuzo O'hara <[EMAIL PROTECTED]> branch nick: dvc-takuzo timestamp: Sun 2007-06-03 21:40:32 +0900 message: Utility function. any-to-string Tries to convert anything passed to args to a string. There must be something like these in standard emacs distributions but I couldn't find them. ------------------------------------------------------------ revno: 176.1.5.1.1 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Takuzo O'hara <[EMAIL PROTECTED]> branch nick: dvc-takuzo timestamp: Sun 2007-06-03 00:25:42 +0900 message: [basic] changed .bzrignore to ignore quilt related files (patches/, .pc) ------------------------------------------------------------ revno: 176.1.5 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Stefan Reichoer <[EMAIL PROTECTED]> branch nick: dvc timestamp: Thu 2007-05-24 19:57:44 +0200 message: Fix use of message and format Patch from Michael Olson <[EMAIL PROTECTED]> * lisp/bzr.el (bzr-init, bzr-init-repository, bzr-checkout) (bzr-pull, bzr-merge, bzr-update): Use `message', rather than both `message' and `format'. (bzr-add): Fix error message when adding file names with "%" in them. ------------------------------------------------------------ revno: 176.1.4 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Stefan Reichoer <[EMAIL PROTECTED]> branch nick: dvc timestamp: Thu 2007-05-24 19:53:20 +0200 message: q now runs dvc-buffer-quit in xhg-log buffers ------------------------------------------------------------ revno: 176.1.3 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Stefan Reichoer <[EMAIL PROTECTED]> branch nick: dvc timestamp: Thu 2007-05-17 21:20:07 +0200 message: xgit: First steps to make committing work (now just runs "git commit -a") ------------------------------------------------------------ revno: 176.1.2 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Stefan Reichoer <[EMAIL PROTECTED]> branch nick: dvc timestamp: Wed 2007-05-16 21:17:56 +0200 message: Make filling in dvc-log-edit more convenient, fix bug Patch from Michael Olson <[EMAIL PROTECTED]> * lisp/dvc-log.el (dvc-log-edit-mode): Set fill-paragraph-function to dvc-log-fill-paragraph. (dvc-log-fill-paragraph): New function copied from add-log-fill-paragraph in add-log.el which ensures that entries like "(function-name): Description" are filled correctly. (dvc-add-log-entry-internal): Handle edge case where there is no newline at the end of the buffer. Instead of throwing an error, it moves to the end of the paragraph and makes a newline. ------------------------------------------------------------ revno: 176.1.1 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Stefan Reichoer <[EMAIL PROTECTED]> branch nick: dvc timestamp: Fri 2007-05-11 22:33:19 +0200 message: Implemented rename for the Gnu Arch backend: function tla-dvc-rename
_______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
