Package: mr
Version: 0.33
Severity: minor
Tags: patch

It looks like mr calls "darcs pull <upstream url>", but just uses
"darcs push".  Either both should include the URL or neither should.
I believe it is less surprising if both do.

This can cause problems when working with more than two repositories,
because without arguments darcs push and pull will both use
_darcs/prefs/defaultrepo.

diff -ud /usr/bin/mr /tmp/buffer-content-5627NPY
--- /usr/bin/mr 2008-07-23 05:21:36.000000000 +1000
+++ /tmp/buffer-content-5627NPY 2008-08-20 15:49:54.993139984 +1000
@@ -1298,7 +1298,7 @@
 bzr_push = bzr push "$@"
 cvs_push = :
 hg_push = hg push "$@"
-darcs_push = darcs push -a
+darcs_push = darcs push -a "$@"
 
 svn_diff = svn diff "$@"
 git_diff = git diff "$@"

Diff finished.  Wed Aug 20 15:49:55 2008


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

mr depends on no packages.

mr recommends no packages.

Versions of packages mr suggests:
pn  bzr                        <none>        (no description available)
pn  cvs                        <none>        (no description available)
ii  darcs                      2.0.2-2       an advanced revision control syste
ii  git-core                   1:1.5.6.3-1.1 fast, scalable, distributed revisi
ii  mercurial                  1.0.1-3       Scalable distributed version contr
pn  subversion                 <none>        (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to