Committed revision 182 to http://bzr.xsteve.at/dvc/

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: 181.1.9
    merged: [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: 181.1.8
    merged: [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: 181.1.7
    merged: [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: 181.1.6
    merged: [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: 181.1.5
    merged: [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: 181.1.4
    merged: [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: 181.1.3
    merged: [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: 181.1.2
    merged: [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: 181.1.1
    merged: [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)

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to