Bug#491865: mr: for DVCS, please push even if nothing to commit

2008-07-22 Thread Joey Hess
David Bremner wrote: > Either solution is fine with me. I still don't think the current > behaviour of mr commit makes sense; maybe just don't make pushing the > default (i.e. make commit = record by default). The current behavior of pushing to DVCS on commit is a bit of a throwback, since I dec

Bug#491865: mr: for DVCS, please push even if nothing to commit

2008-07-22 Thread David Bremner
> "Joey" == Joey Hess <[EMAIL PROTECTED]> writes: Joey> I put a line in my .mrconfig enabling a 'mr push': Joey> git_push = git push "$@" Joey> Perhaps it would be better if mr simply implements this for Joey> all DCVS? Non-distributed VCS repos would be skipped with Jo

Bug#491865: mr: for DVCS, please push even if nothing to commit

2008-07-22 Thread Joey Hess
David Bremner wrote: > My use case for mr is push everything to a server at the end of the > day from my working machine, and to pull everything onto my laptop. I put a line in my .mrconfig enabling a 'mr push': git_push = git push "$@" Perhaps it would be better if mr simply implements this f

Bug#491865: mr: for DVCS, please push even if nothing to commit

2008-07-22 Thread David Bremner
Package: mr Version: 0.31 Severity: wishlist My use case for mr is push everything to a server at the end of the day from my working machine, and to pull everything onto my laptop. This fails with the current defaults (at least for git) because git commit fails (returns status 1) if there is n