[NEW] hg.push(), hg.pull()
authorRobin Luckey <robin@Tangier.local>
Wed, 21 Jan 2009 19:55:23 +0000 (11:55 -0800)
committerRobin Luckey <robin@Tangier.local>
Wed, 21 Jan 2009 19:55:23 +0000 (11:55 -0800)
commit4667dd577fb2bc0ba6d04dea322dc2ed9d2bd1e7
treebfbb0308225a27852549ea41c304305e38fd87bf
parentf281c6cfc18fc59fb85d088ec7c7bdd0957f74e9
[NEW] hg.push(), hg.pull()
[FIX] Subversion wasn't cleaning up its log files
lib/scm/adapters/hg/commits.rb
lib/scm/adapters/hg/pull.rb [new file with mode: 0644]
lib/scm/adapters/hg/push.rb [new file with mode: 0644]
lib/scm/adapters/hg/validation.rb
lib/scm/adapters/hg_adapter.rb
test/unit/hg_pull_test.rb [new file with mode: 0644]
test/unit/hg_push_test.rb [new file with mode: 0644]