diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-23 03:15:58 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-23 03:15:58 +0000 |
commit | b0529e1604c1c2ee34c1d66485f3955d08838a03 (patch) | |
tree | d77bf0cb33ddf24dd4485f530cc17e3114656aae | |
parent | bb5145db896adc038388910226c902ed84acc177 (diff) |
web commit by http://bmalee.eu/~bma/: Add my opinion on darcs.
-rw-r--r-- | doc/about_rcs_backends.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/about_rcs_backends.mdwn b/doc/about_rcs_backends.mdwn index d1454bdda..8d6c00f9f 100644 --- a/doc/about_rcs_backends.mdwn +++ b/doc/about_rcs_backends.mdwn @@ -103,6 +103,8 @@ by Ikiwiki. This approach might be applicable to other distributed VCSs as well, although they're not as oriented towards transmitting changes with standalone patch bundles (often by email) as darcs is. +> The mercurial plugin seems to just use one repo and edit it directly - is there some reason that's okay there but not for darcs? I agree with tuomov that having just the one repo would be preferable; the point of a dvcs is that there's no difference between one repo and another. I've got a darcs.pm based on mercurial.pm, that's almost usable... --bma + ## [[Git]] Regarding the Git support, Recai says: |