log mercurial/hg.py @ 926:b765e970c9ff

age author description
Tue, 16 Aug 2005 19:17:01 -0800 mpm Add a local() method to repository classes
Tue, 16 Aug 2005 17:12:25 -0800 mpm Add basic https support for pull
Tue, 16 Aug 2005 15:30:26 -0800 mpm whitespace cleanup
Mon, 15 Aug 2005 08:08:11 +0100 Thomas Arendsen Hein Fix .hgignore parsing if last line has no EOL, ignore trailing white space.
Sun, 14 Aug 2005 20:09:21 -0800 mason Allow the changegroup generator to completely load the buffer.
Sun, 14 Aug 2005 20:09:01 -0800 mason Change repo.comit to return None on error or the new revision number on
Sun, 14 Aug 2005 20:08:35 -0800 mason Add force option to repo.commit, allowing commits where no files change
Sun, 14 Aug 2005 12:23:45 -0800 mason Add searching for named branches
Sat, 13 Aug 2005 19:43:42 -0800 mpm Merge with BOS
Sat, 13 Aug 2005 15:26:32 -0800 Bryan O'Sullivan Merge walk changes with Matt's tip.
Sat, 13 Aug 2005 15:23:06 -0800 Bryan O'Sullivan Merge with TAH.
Sat, 13 Aug 2005 15:09:37 -0800 Bryan O'Sullivan Fix bug involving "hg debugwalk -Ipattern" from repository root.
Fri, 12 Aug 2005 16:12:09 -0800 Bryan O'Sullivan Merge walk fixes.
Fri, 12 Aug 2005 15:10:09 -0800 Bryan O'Sullivan Merge Windows path fixes.
Fri, 12 Aug 2005 15:06:52 -0800 Bryan O'Sullivan Fix walk path handling on Windows