Mercurial > hgsubversion
log push_cmd.py @ 61:243c88c47d89
age | author | description |
---|---|---|
Thu, 06 Nov 2008 09:07:13 -0600 | Augie Fackler | Fixed a problem where if you edited an existing symlink by replacing with another symlink, things would get corrupt. |
Mon, 03 Nov 2008 14:24:18 -0600 | Augie Fackler | Don't try and add a directory more than once. |
Mon, 03 Nov 2008 08:44:31 -0600 | Patrick Mezard | push_cmd: remove redundant variable in commit_from_rev() |
Tue, 28 Oct 2008 11:39:36 -0500 | Augie Fackler | Fix an encoding bug that would occur if the local encoding was not utf-8. |
Sun, 26 Oct 2008 22:06:13 -0500 | Augie Fackler | Some more fixes of cases discovered in the melange repo. If anyone knows how I can reproduce a "replaced" state in Subversion, I'd love to be able to make a real test case for this code. |
Mon, 06 Oct 2008 14:14:50 -0500 | Augie Fackler | Fix partial implementation. |