Stefan Reichör | 21 Jan 21:27
Picon

[commit] rev 571: Patch from Thierry Volpiatto: dvc-bookmarks.el: New function dvc-bookmarks-show-or-hide-all-subtrees (bound to Ha)

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

Patch from Thierry Volpiatto: dvc-bookmarks.el: New function
dvc-bookmarks-show-or-hide-all-subtrees (bound to Ha)
Victor Rodriguez | 21 Jan 15:16
Picon

Mercurial and xhg-log

Hello,

I think I have a problem using the mercurial integration.  After
running dvc-status, using 'l' or 'L' brings up the log for the tree,
except that it brings up *all* the log.  This is a problem since I
have a repository with a lot of history.

I found out that if I run xhg-log directly, for example using (xhg-log
-5), then hg log will be run with the "-l 5" parameter, displaying
only 5 log entries, which is exactly what I need.  The problem is that
I cannot figure out how to pass this parameter to xhg-log, or to set
it up permanently.  Setting the value of dvc-log-last-n does not have
any effect.

I'll appreciate any help.  At work, Emacs is losing the battle against
tortoise-hg! :-P

Cheers,

Victor Rodriguez.

ps. I'm running "GNU Emacs 23.1.91.5" and DVC revno 570.
Stefan Reichör | 15 Dec 21:13
Picon

[commit] rev 570: Merged from Daniel Dehennin: Update Debian package control files

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

Merged from Daniel Dehennin: Update Debian package control files
Stefan Reichör | 15 Dec 21:13
Picon

[commit] rev 569: Merged from Stephen Leake: xmtn improvements

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

Merged from Stephen Leake: xmtn improvements
Jürgen Erhard | 15 Dec 20:40
Picon

How to hide unversioned files? Or: how do I make it feel/behave/look more like psvn.el?

I'd really like to switch to a dvcs, but I'm lacking a good Emacs
interface... something like psvn.  dvc, while promising...
I'm used to using psvn.el almost as a dired replacement. With dvc,
what I'm missing is

* way to hide unversioned files
* a way to show unmodified files

Both as a toggle would be nice. psvn has "?" and "_" bound to these by
default.  I've looked all over (no, didn't read source or manual in
detail, I just grepped/searched for "unversioned" or "modified"), but
haven't found these toggles.

I'm sure there's more, but those two are the most important on my mind
right now.

Bye, J

_______________________________________________
Dvc-dev mailing list
Dvc-dev <at> gna.org
https://mail.gna.org/listinfo/dvc-dev
Stephen Leake | 15 Dec 15:38
Favicon

rev 546: improve xmtn-status-local-changes, share with xmtn-propagate.

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

improve xmtn-status-local-changes, share with xmtn-propagate.

  * lisp/xmtn-automate.el (xmtn-automate--session): delete
    next-mtn-command-number; not meaningful. rename
    xmtn-status-local-changes, move here.

  * lisp/xmtn-multi-status.el: move rename xmtn-status-local-changes to
    xmtn-automate.el

  * lisp/xmtn-propagate.el: use xmtn-status-local-changes

--

-- 
-- Stephe
Daniel Dehennin | 6 Dec 12:12

[commit] rev 224: Make lintian happy.

Committed revision 224 to http://www.asgardr.info/~nebu/archives/dvc.dev/

Make lintian happy.

  * debian/compat: Update to debhelper 7.

  * debian/control (Build-Depends): Versionned debhelper dependencies.
    (Depends): Add versionned dpkg or install-info.
    Add ${misc:Depends} as debhelper can add some.

  * debian/copyright (License): Fix "or (at your option) any later
    version", it's present in upstream COPYING.

--

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1

_______________________________________________
Dvc-dev mailing list
Dvc-dev <at> gna.org
https://mail.gna.org/listinfo/dvc-dev
Daniel Dehennin | 6 Dec 12:12

[commit] rev 223: Update debian/changelog and bump standard-version to 3.8.3.

Committed revision 223 to http://www.asgardr.info/~nebu/archives/dvc.dev/

Update debian/changelog and bump standard-version to 3.8.3.

--

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1
_______________________________________________
Dvc-dev mailing list
Dvc-dev <at> gna.org
https://mail.gna.org/listinfo/dvc-dev
Jürgen Erhard | 6 Dec 08:37
Picon

Status of Debian packaging?

Hey list!

Before I let rip with the other questions, I'm curious about the state of Debian packaging of dvc.  It appears the debian/ dir hasn't been worked on for some time...
Is anyone still interested in Debian packaging at all? Or has the rejection of the initial packaging attempt killed all interest?

Bye, J

_______________________________________________
Dvc-dev mailing list
Dvc-dev <at> gna.org
https://mail.gna.org/listinfo/dvc-dev
Stephen Leake | 4 Dec 13:49
Favicon

rev 545: eliminate more cl runtime in xmtn; fixed C-c bug.

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

eliminate more cl runtime in xmtn; fixed C-c bug.

  * lisp/xmtn-automate.el: rewrite sessions to be cached across user
    commands; reduce use of cl runtime.
   (xmtn-automate-with-session, xmtn-automate-with-command): delete

  * lisp/xmtn-dvc.el: eliminate xmtn-automate-with-session,
    xmtn-automate-with-command
    (xmtn--file-registered-p, xmtn--get-revision): delete; not used

  * lisp/xmtn-ids.el: eliminate xmtn-automate-with-session,
    xmtn-automate-with-command

  * lisp/xmtn-propagate.el (xmtn-propagate-local-changes): abort on error.

  * lisp/xmtn-revlist.el: eliminate xmtn-automate-with-session,
    xmtn-automate-with-command

  * lisp/xmtn-run.el (xmtn--run-command-sync): don't set
    coding-system-for-write; not needed.

--

-- 
-- Stephe
Stephen Leake | 4 Dec 13:48
Favicon

rev 543: clean up some use of cl runtime in xmtn

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

clean up some use of cl runtime in xmtn

  * lisp/xmtn-automate.el: delete xmtn--with-environment-for-subprocess;
    let user set env vars.

  * lisp/xmtn-compat.el: eliminate xmtn-compat functions for emacs 21

  * lisp/xmtn-conflicts.el: (xmtn-conflicts-do-merge,
    xmtn-conflicts-do-propagate): save the conflicts buffer

  * lisp/xmtn-dvc.el:
    (xmtn--insert-log-edit-hints): delete; not used
    (*-future): delete; broken, not useful.
    (xmtn--manifest-find-file, xmtn--revision-manifest-file-entry,
    xmtn--revision-file-contents-hash, xmtn--get-manifest): delete; not used

  * lisp/xmtn-propagate.el: manage conflicts buffer better
    (xmtn-propagate-printer): improve
    (xmtn-propagate-one): get default directory right in reused buffer.

  
  * lisp/xmtn-revlist.el (xmtn--revlist--log-get-info): split out for clarity
    (xmtn-revlist-disapprove): delete; not useful.

  * lisp/xmtn-run.el: delete xmtn--with-environment-for-subprocess;
    (xmtn--command-append-to-buffer-async, xmtn--command-lines-future,
    xmtn--command-output-lines-future,
    xmtn--command-error-output-lines-future): delete, not useful.

  * lisp/xmtn-multi-status.el: New file.

--

-- 
-- Stephe

Gmane