Stefan Reichör | 3 Jun 19:42
Picon

[commit] rev 550: Patch from Thierry Volpiatto: New commands: xhg-bundle, xhg-unbundle

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

Patch from Thierry Volpiatto: New commands: xhg-bundle, xhg-unbundle
Bojan Nikolic | 6 Jun 00:26
Picon

[MERGE] bzr-push shows the default push location


The bundle to do this is attached, also pushed to
lp:~bojan-bnikolic/dvc/dev

-- 
Bojan Nikolic          ||          http://www.bnikolic.co.uk

# Bazaar merge directive format 2 (Bazaar 0.90)
# revision_id: b.nikolic <at> mrao.cam.ac.uk-20090605221937-\
#   e70mdjoo3ffwgeai
# target_branch: http://bzr.xsteve.at/dvc/
# testament_sha1: 723b1bc1e390514e71c2d8684597798e8b8b752f
# timestamp: 2009-06-05 23:23:14 +0100
# source_branch: ../main/
# base_revision_id: stefan <at> xsteve.at-20090603174201-fk7gnb07dabchcn7
# 
# Begin patch
=== modified file 'lisp/bzr.el'
--- lisp/bzr.el	2009-03-15 14:09:56 +0000
+++ lisp/bzr.el	2009-06-05 22:19:37 +0000
@@ -156,7 +156,11 @@
 (defun bzr-push (&optional repo-path)
   "Run bzr push.
 When called with a prefix argument, add the --remember option"
-  (interactive (list (read-string (format "Push %sto bzr repository: " (if current-prefix-arg
"--remember " "")))))
+  (interactive (list (let ((push-branch (bzr-info-branchinfo "push")))
+		       (read-string (format "Push %sto bzr repository [%s]: " 
(Continue reading)

Bojan Nikolic | 6 Jun 00:28
Picon

[Bug 349070] Re: bzr-push doesn't show the default target branch when it asks where you want to push to

** Branch linked: lp:~bojan-bnikolic/dvc/dev

--

-- 
bzr-push doesn't show the default target branch when it asks where you want to push to
https://bugs.launchpad.net/bugs/349070
You received this bug notification because you are a member of dvc-dev,
which is the registrant for dvc.

Status in Bazaar Version Control System: Invalid
Status in Distributed Version Control for Emacs: Confirmed

Bug description:
I'm not sure how to get at the default target branch from a non-python script, though.
Bojan Nikolic | 6 Jun 21:34
Picon

Re: [Bug 337995] [NEW] bzr-log appears to be stuck in --short mode


I can see the merge history fine with bzr-log. 

However, we should perhaps consider a "short" version since that will
be faster for very large projects.

status invalid

-- 
Bojan Nikolic          ||          http://www.bnikolic.co.uk

--

-- 
bzr-log appears to be stuck in --short mode
https://bugs.launchpad.net/bugs/337995
You received this bug notification because you are a member of dvc-dev,
which is the registrant for dvc.

Status in Distributed Version Control for Emacs: New

Bug description:
It would be nice to be able to look at the histories of the merged-in branches too without having to switch to
the shell.
Bojan Nikolic | 9 Jun 08:37
Picon
Picon
Favicon

[MERGE] Add function to find the root of a checkout branch


I've pushed one more revision to
https://code.launchpad.net/~bojan-bnikolic/dvc/dev, this one is useful
for when working with checkouts of local branches. 

------------------------------------------------------------
revno: 440
committer: Bojan Nikolic <b.nikolic <at> mrao.cam.ac.uk>
branch nick: nikolic
timestamp: Mon 2009-06-08 19:02:53 +0100
message:
  Add function to find the root of a checkout branch

# Bazaar merge directive format 2 (Bazaar 0.90)
# revision_id: b.nikolic <at> mrao.cam.ac.uk-20090608180253-\
#   qwt90wi5h4y0v9dz
# target_branch: http://bzr.xsteve.at/dvc/
# testament_sha1: 4229034734537de40109f625c03e35bdc76e1764
# timestamp: 2009-06-09 07:24:48 +0100
# source_branch: ../main/
# base_revision_id: stefan <at> xsteve.at-20090603174201-fk7gnb07dabchcn7
# 
# Begin patch
=== modified file 'lisp/bzr.el'
--- lisp/bzr.el	2009-03-15 14:09:56 +0000
+++ lisp/bzr.el	2009-06-08 18:02:53 +0000
@@ -156,7 +156,11 @@
 (defun bzr-push (&optional repo-path)
(Continue reading)

Stefan Reichör | 9 Jun 21:04
Picon

[commit] rev 551: dvc-gnus: dvc-gnus-article-apply-patch: Fixed a wrong placed )

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

dvc-gnus: dvc-gnus-article-apply-patch: Fixed a wrong placed )
Stefan Reichör | 9 Jun 21:04
Picon

[commit] rev 552: Merged from Bojan Nikolic: Add function to find the root of a checkout bzr branch

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

Merged from Bojan Nikolic: Add function to find the root of a checkout bzr branch
Stefan Reichör | 9 Jun 21:05
Picon

[commit] rev 553: bzr.el: bzr-parse-status: Add support for the "pending merges tips:" line

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

bzr.el: bzr-parse-status: Add support for the "pending merges tips:" line
Phil Hudson | 13 Jun 20:42
Favicon

[Bug 386779] [NEW] make fails on OS X at "date" call

Public bug reported:

Symptom:

On OS X, when running 'make' in /path/to/dvc/++build/ as per
instructions (that is, after running 'autoconf' and 'configure'), exits
abruptly with an error message citing unexpected 'date' behavior. (Sorry
not to have copied it, should be deterministically easy to reproduce).

Workaround:

1. Install gdate (typically by installing the GNU 'coreutils' package via MacPorts/Fink).
2. Symlink 'gdate' as 'date' in some path directory which appears earlier in $PATH than /bin/date.

DVC's 'make' then runs to successful completion on both 10.4.11 on Intel
and 10.5.6 on PPC, so probably works on all OS X.

Fix:

Test for GNU 'date' in 'configure' and abort if not (or find a way to
make the build script work with OS X 'date').

Analysis:

It seems likely that this defect will occur on other BSD derivatives
(though I have no data to submit).

** Affects: dvc
     Importance: Undecided
         Status: New
(Continue reading)

Stefan Reichör | 22 Jun 20:25
Picon

[commit] rev 554: Patch from Thierry Volpiatto: Improve dvc-apply-patch

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

Patch from Thierry Volpiatto: Improve dvc-apply-patch

Gmane