Quantcast
Channel: mercurialnet Discussions Rss Feed
Browsing latest articles
Browse All 20 View Live

New Post: Mercurial Timeout?

Thanks for the response, after I pulled the full source code for your project and did a little more stepping through I came across the Timeout property thanks for the response.

View Article



New Post: Mercurial Push Command

Hi,I have a little problem understanding how the push command works when using it inside a .net c# project and was wondering if someone could help me or give me an example of such. I am a MSc Student...

View Article

New Post: Mercurial Push Command

 You identify the repository you push from. When you construct the Repository object.A Mercurial repository have the notion of saved remote repositories, that have a "nickname", typically you will have...

View Article

New Post: Mercurial Push Command

Hi,Sorry for the delayed reply ok what I have done for the clone command is this:  protected void ButtonClone_Click(object sender, EventArgs e) { startClone.Visible = true; startClone.Text = "Cloning...

View Article

New Post: About Mercurial 2.x

Are there any plans to support Mercurial 2.x? That is what I am planning on using on my personal backup server, and I am trying to build a remote server management application for it.

View Article


New Post: http authorization required

hi everyone,in my actual proj. i got a MercurialExecutionException with the message "abort: http: authorization required" on my clone command.how do i add such authorization to my clone command ??? i...

View Article

New Post: PullCommand and PushCommand

Hello thereI am doing some experiment with Mercurial.NET and trying to do very basic stuff like pull, update etc.., see code below. I ended up missing a piece of the puzzle where I need to know when I...

View Article

New Post: Update Command with Branches

Hi,I am working with branches in Mercurial and I need an update command that uses the name of the branch to update to it. I investigate a little into your code and only found this function:public...

View Article


New Post: Update Command with Branches

You should be able to use the normal update command to do this. The update command takes a parameter already, which can be a lot of things, including the name of a branch or bookmark.So while I cannot...

View Article


New Post: Create mercurial pre-merge hook

Hi, i try to create a mercurial pre-merge hook. The goal is to write the merge comment in a file and increase a version number for each merge command. so, i am using MercurialPreCommandHook myHook =...

View Article

New Post: Reading Repository History

Hi I can'T find out wether it is possible to read with this library the history of the repository (Commits, Pushes , changed files and so on) is there a way to to this with mercurial.net ?

View Article

New Post: Reading Repository History

You can read the repository history, including changeset information (timestamp, hash, author, etc.) as well as which files was changed (and in what way) in each of those changesets. Pushes,...

View Article

New Post: The Mercurial command line client could not be located

The above exception appears only when a Repository object gets constucted in multi-threaded code. var repo = new Repository(path); // Must not be constructed in multi threaded code. Not a big issue but...

View Article


New Post: The Mercurial command line client could not be located

I think you must add some more examples. Here are some: Add & commit (multithreaded): // var file = @"C:\Users\fd\Documents\Visual Studio 2010\Projects\RabbitMQ\RabbitMQ.Client.xml"; // var path =...

View Article

New Post: Why commit has method WithPath and not WithPaths ???

You should be able to commit many fiels at once, right? Why doesn't a WithPaths() exit??? At least there is the Paths property... Same applies to log command. There is no Paths property here...! :( :(...

View Article


New Post: Why does the client uses that encoding?

I see that Mercurial.Client.Execute uses an encoding that has problems with unicode. It would be better if you changed that! :) I need to use unicode with this and I can't find how to do that. :( This...

View Article

New Post: Getting History of a Date Rage

Hi how can i read the history within a given daterange (for example from one month in the past till today) ?

View Article


New Post: Using Repository methods inside multithread?

How can it be possible to run Hg mercurial command inside concurrent threads without getting an error of "The Mercurial command line client could not be located", refering to this post...

View Article

New Post: Pull and Push with Mercurial.NET

Hi there, I'm setting a hook, and want to do some pull and push operations. Here is my scenario:I have a repository, and in this repository there is only one user, meI have a second repository with a...

View Article

New Post: Mercurial Push Command

The same problem here. I think the repo.Push() method will do the push logic. repo.Push("REPO URL", pushcommand); The pushcommand is a new instance of Mercurial.PushCommand. How can I use this...

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images