Stephen Leake | 2 Sep 2007 18:50
Favicon

rev 242: add dvc-revlist-diff-to-current-tree, bound to C-=

Committed revision 242 to http://stephe-leake.org/dvc

add dvc-revlist-diff-to-current-tree, bound to C-=

dvc-diff.el:
      improve docstrings.
      (dvc-diff-ediff): check dvc-diff-base and dvc-diff-modified.

  dvc-revlist.el:
      (dvc-revlist-diff-to-current-tree): new function
      (dvc-revlist-mode-map): bind it to C-=

  dvc-unified.el:
      (dvc-diff): add base-rev argument, expected by xmtn and xhg back-ends. Improve docstring. add FIXME:
very similar to xmtn-dvc-delta; don't need both.

  xmtn-dvc.el:
      (xmtn--revision-get-file-helper): try to use 'get_file_of', but it seems to be broken.
      (xmtn--insert-file-contents-by-name): new function (currently broken)
      (xmtn-dvc-revlist) : new alias

  xmtn-revlist.el:
      (xmtn-dvc-delta): add FIXME: very similar to xmtn-dvc-diff; don't need both. Fix bug in handling of
local-tree revisions.

--

-- 
-- Stephe
Stephen Leake | 2 Sep 2007 18:50
Favicon

rev 243: Implement `last-n' option for dvc-log, and in xmtn back-end.

Committed revision 243 to http://stephe-leake.org/dvc

Implement `last-n' option for dvc-log, and in xmtn back-end. This avoids
  having to wait for Emacs to format 5,000 entries in the monotone log just
  to see the last few.

  * xmtn-revlist.el : declare buffer-local variables as such
  (xmtn--revlist-setup-ewoc): add last-n parameter, implement.
  (xmtn--revlist-refresh, xmtn--setup-revlist, xmtn-dvc-log, xmtn-dvc-changelog,
xmtn--log-helper): implement last-n

  * dvc-unified.el (dvc-log): add last-n parameter, default to dvc-log-last-n

  * dvc-defs.el (dvc-log-last-n): new user option

  * dvc-core.el (dvc-run-dvc-async): set dvc-buffer-current-active-dvc in process output buffer, for
filter function.

--

-- 
-- Stephe
Stephen Leake | 2 Sep 2007 18:51
Favicon

rev 244: fix other calls to xmtn--setup-revlist

Committed revision 244 to http://stephe-leake.org/dvc

fix other calls to xmtn--setup-revlist

--

-- 
-- Stephe
Stefan Reichör | 2 Sep 2007 20:32
Picon

[commit] rev 242: Merged from Stephen Leake: xmtn improvements. Added dvc-revlist-diff-to-current-tree

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

Merged from Stephen Leake: xmtn improvements. Added dvc-revlist-diff-to-current-tree
    ------------------------------------------------------------
    revno: 241.1.3
    merged: stephe <at> lm000850872-20070902163206-eux3vm5wscm7a3ka
    committer: stephe <stephe <at> LM000850872>
    branch nick: dvc
    timestamp: Sun 2007-09-02 12:32:06 -0400
    message:
      fix other calls to xmtn--setup-revlist
    ------------------------------------------------------------
    revno: 241.1.2
    merged: stephe <at> lm000850872-20070902162400-9m1ksbb9f52i4ys0
    committer: stephe <stephe <at> LM000850872>
    branch nick: dvc
    timestamp: Sun 2007-09-02 12:24:00 -0400
    message:
      Implement `last-n' option for dvc-log, and in xmtn back-end. This avoids
      having to wait for Emacs to format 5,000 entries in the monotone log just
      to see the last few.

      * xmtn-revlist.el : declare buffer-local variables as such
      (xmtn--revlist-setup-ewoc): add last-n parameter, implement.
      (xmtn--revlist-refresh, xmtn--setup-revlist, xmtn-dvc-log, xmtn-dvc-changelog,
xmtn--log-helper): implement last-n

      * dvc-unified.el (dvc-log): add last-n parameter, default to dvc-log-last-n

      * dvc-defs.el (dvc-log-last-n): new user option
(Continue reading)

Michael Olson | 2 Sep 2007 21:01
Picon

[commit] rev 245: Fix dvc-diff for several backends, fix several xgit issues

Committed revision 245 to http://mwolson.org/bzr/dvc/

Fix dvc-diff for several backends, fix several xgit issues

  * Added base-rev argument to *-diff functions in baz, bzr, tla, xdarcs,
    and xgit.  These were all broken by stephe's revision 242.

  * lisp/xgit-annotate.el (xgit-annotate-show-rev): Fix compiler warnings
    by calling xgit-log rather than git-log and xgit-describe rather than
    xgit-describe-revision-at-point.

  * lisp/xgit.el (xgit-revision-get-last-revision): Take relative file name
    from the tree root, just like the previous version of this function.

--

-- 
       Michael Olson -- FSF Associate Member #652     |
 http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net  |  /` |\ | | |
            Sysadmin -- Hobbies: Lisp, GP2X, HCoop    | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
Michael Olson | 2 Sep 2007 21:30
Picon

[commit] rev 246: Fix some compiler warnings

Committed revision 246 to http://mwolson.org/bzr/dvc/

Fix some compiler warnings

  * lisp/dvc-bookmarks.el: Require ewoc to silence compiler warning.

  * lisp/dvc-build.el: Add contribdir to end of list rather than beginning,
    because we want the version of ewoc bundled with Emacs to trump our
    version.  Update some autoloads for DVC.

  * lisp/dvc-preload.el: Silence compiler warning about
    dvc-current-file-list.

  * lisp/dvc-utils.el: Require ewoc to silence compiler warning.

--

-- 
       Michael Olson -- FSF Associate Member #652     |
 http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net  |  /` |\ | | |
            Sysadmin -- Hobbies: Lisp, GP2X, HCoop    | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
Stefan Reichör | 2 Sep 2007 21:40
Picon

[commit] rev 243: Merged from Michael Olson: dvc diff fixes + other minor improvements

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

Merged from Michael Olson: dvc diff fixes + other minor improvements
    ------------------------------------------------------------
    revno: 241.1.5
    merged: mwolson <at> gnu.org-20070902193025-53gw922pve1w8u2y
    committer: Michael W. Olson <mwolson <at> gnu.org>
    branch nick: mwolson
    timestamp: Sun 2007-09-02 15:30:25 -0400
    message:
      Fix some compiler warnings

      * lisp/dvc-bookmarks.el: Require ewoc to silence compiler warning.

      * lisp/dvc-build.el: Add contribdir to end of list rather than beginning,
        because we want the version of ewoc bundled with Emacs to trump our
        version.  Update some autoloads for DVC.

      * lisp/dvc-preload.el: Silence compiler warning about
        dvc-current-file-list.

      * lisp/dvc-utils.el: Require ewoc to silence compiler warning.
    ------------------------------------------------------------
    revno: 241.1.4
    merged: mwolson <at> gnu.org-20070902190123-gko7nj32121irtz0
    committer: Michael W. Olson <mwolson <at> gnu.org>
    branch nick: mwolson
    timestamp: Sun 2007-09-02 15:01:23 -0400
    message:
      Fix dvc-diff for several backends, fix several xgit issues
(Continue reading)

Michael Olson | 2 Sep 2007 23:47
Face
Picon
Picon

[commit] rev 247: Fix tla--message-with-rolling compiler warning

Committed revision 247 to http://mwolson.org/bzr/dvc/

Fix tla--message-with-rolling compiler warning

  * lisp/tla.el: Fix typo in comment.  Require dvc-about since we want to
    use dvc-about-message-with-rolling.  Use dvc-about-message-with-rolling
    rather than tla--message-with-rolling to fix compiler warning.

--

-- 
       Michael Olson -- FSF Associate Member #652     |
 http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net  |  /` |\ | | |
            Sysadmin -- Hobbies: Lisp, GP2X, HCoop    | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
_______________________________________________
Dvc-dev mailing list
Dvc-dev <at> gna.org
https://mail.gna.org/listinfo/dvc-dev
Michael Olson | 2 Sep 2007 23:47
Face
Picon
Picon

[commit] rev 248: Fix remaining xgit compiler warnings

Committed revision 248 to http://mwolson.org/bzr/dvc/

Fix remaining xgit compiler warnings

  * lisp/xgit-gnus.el (xgit-gnus-apply-patch): Pass directory argument to
    xgit-log in order to silence compiler warning.

  * lisp/xgit-revision.el (xgit-dvc-log-parse): Use commit instead of
    changeset, and xgit instead of cg.  This fixes the last compiler
    warning that I am aware of.

--

-- 
       Michael Olson -- FSF Associate Member #652     |
 http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net  |  /` |\ | | |
            Sysadmin -- Hobbies: Lisp, GP2X, HCoop    | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
_______________________________________________
Dvc-dev mailing list
Dvc-dev <at> gna.org
https://mail.gna.org/listinfo/dvc-dev
Michael Olson | 3 Sep 2007 02:13
Face
Picon

[commit] rev 249: Implement xgit-delta

Committed revision 249 to http://mwolson.org/bzr/dvc/

Implement xgit-delta

  * lisp/dvc-core.el (dvc-revision-to-string): Take optional prev-format
    argument, which specifies the format string to use for generating
    previous revisions.  We default to the bzr syntax for now.  It would be
    best to just figure this value out rather than requiring it to be
    passed to the function, but this will do for now.

  * lisp/xgit-dvc.el: Add defalias for xgit-delta.

  * lisp/xgit.el (xgit-diff): Handle base-rev and against arguments
    properly.
    (xgit-prev-format-string): New variable used with
    dvc-revision-to-string.

--

-- 
       Michael Olson -- FSF Associate Member #652     |
 http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net  |  /` |\ | | |
            Sysadmin -- Hobbies: Lisp, GP2X, HCoop    | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
_______________________________________________
Dvc-dev mailing list
Dvc-dev <at> gna.org
https://mail.gna.org/listinfo/dvc-dev

Gmane