mercurial-ruby icon indicating copy to clipboard operation
mercurial-ruby copied to clipboard

Ruby API for Mercurial DVCS.

Results 7 mercurial-ruby issues
Sort by recently updated
recently updated
newest added

Bumps [git](https://github.com/ruby-git/ruby-git) from 1.2.5 to 1.13.0. Release notes Sourced from git's releases. Release v1.13.0 Full Changelog 8349224 Update list of maintainers (#598) 4fe8738 In ls-files do not unescape file paths...

dependencies

Bumps [rdoc](https://github.com/ruby/rdoc) from 4.0.1 to 6.3.2. Changelog Sourced from rdoc's changelog. === 5.1.0 / 2017-02-24 Bug fixes Fix an issue that rdoc fails when running on Windows with RUBYOPT=-U. PR...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 10.0.4 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

I hit two stumbling blocks when trying to use mercurial-ruby on windows: - popen4 ultimately calls fork, which is unsupported - shell tries to wrap command arguments in single quotes,...

## My Environment - Windows 10 - ruby 2.2.4p230 (2015-12-16 revision 53155) [x64-mingw32] - Bundler version 1.11.2 ## Problem ### First: Open4 is not compatible with windows because windows doesn't...

There doesn't appear to be a way to specify a particular branch that you can clone when you use Repository::clone. Also, it does not appear that there is anyway to...

Hi, Great gem! I'm trying to get the commit number. I would assume its in the Commit object, but all I see are hash ids. is this possible? Thanks!