Mercurial > hg-stable
graph
-
clone: fall back to pull if we can't lock the source repoWed, 14 Sep 2005 15:48:34 -0500, by mpm
-
Fix hgit revtree bug with stop revision handlingWed, 14 Sep 2005 13:14:20 -0500, by root
-
Fix hg cat when the file cannot be found in the specified revisionWed, 14 Sep 2005 12:35:10 -0500, by Mikael Berthe
-
Add support for cloning with hardlinks on windows.Wed, 14 Sep 2005 12:22:20 -0500, by Stephen Darnell
-
Convert hgk to use the hgit extension, and upate to the latest gitkTue, 13 Sep 2005 19:33:18 -0500, by mason
-
Turn hgit into an extension, and add commands supporting the latest gitkTue, 13 Sep 2005 19:33:10 -0500, by mason
-
Add log -b to show the branch a specific revision lives inTue, 13 Sep 2005 19:32:53 -0500, by mason
-
Fix off by one in convert-repo tagsTue, 13 Sep 2005 19:32:43 -0500, by mason
-
Fix bug with co -C across branches, update testsTue, 13 Sep 2005 18:38:27 -0500, by mpm
-
Fix test-tag output for new abort messageTue, 13 Sep 2005 14:23:43 -0500, by mpm
-
Revert unrelated changes in previous commitTue, 13 Sep 2005 14:22:48 -0500, by mpm
-
Fix abort message for cloneTue, 13 Sep 2005 14:18:18 -0500, by mpm
-
Revert some exception type changes in revlogTue, 13 Sep 2005 14:16:15 -0500, by mpm
-
CONTRIBUTORS updateFri, 09 Sep 2005 12:19:24 -0700, by mpm
-
dirstate: two more stat -> lstat changesFri, 09 Sep 2005 12:17:51 -0700, by mpm
-
Fix comment typoFri, 09 Sep 2005 11:47:13 -0700, by mpm
-
Fix dangling symlink bug in dirstate walk codeFri, 09 Sep 2005 11:46:35 -0700, by mpm
-
Replace sequences of {ui.warn, return 1} with raise of util.Abort.Fri, 09 Sep 2005 11:34:34 -0700, by Bryan O'Sullivan
-
patchbomb: add TLS and SMTP AUTH support.Fri, 09 Sep 2005 10:59:05 -0700, by Bryan O'Sullivan
-
Add --debugger global optionThu, 08 Sep 2005 17:09:31 -0700, by mpm
-
Fix Windows status problem from new dirstate walk codeThu, 08 Sep 2005 15:01:33 -0700, by mpm
-
Update test-help for bundle/unbundleThu, 08 Sep 2005 12:17:24 -0700, by mpm
-
Fix missing docstring for unbundleThu, 08 Sep 2005 12:16:31 -0700, by mpm
-
clone: directory names take precedence over symbolic namesThu, 08 Sep 2005 12:10:59 -0700, by TK Soh
-
import: fix bug in mail-format detectionThu, 08 Sep 2005 12:10:43 -0700, by mpm
-
hgweb: fix scope for RepoErrorThu, 08 Sep 2005 10:49:33 -0700, by mpm
-
Add preliminary support for the bundle and unbundle commandsThu, 08 Sep 2005 01:27:25 -0700, by mpm
-
Add missing import for hgwebdirThu, 08 Sep 2005 00:13:52 -0700, by mpm
-
Cleanup of tabs and trailing spaces in documentation.Thu, 08 Sep 2005 09:11:17 +0200, by Thomas Arendsen Hein
-
Add reporting instructions to unknown exception backtracesWed, 07 Sep 2005 23:57:59 -0700, by mpm
-
Smarter handling of revlog key errorsWed, 07 Sep 2005 23:38:28 -0700, by mpm
-
Clean up hgweb importsWed, 07 Sep 2005 23:13:12 -0700, by mpm
-
Change grep -e to grep --allWed, 07 Sep 2005 20:50:23 -0700, by mpm
-
Fold import -m option into import -fWed, 07 Sep 2005 20:09:16 -0700, by mpm
-
Revert silly TypeError changeWed, 07 Sep 2005 20:05:22 -0700, by mpm
-
Tighten up clone lockingWed, 07 Sep 2005 19:37:11 -0700, by mpm
-
Clean up local clone file listWed, 07 Sep 2005 19:30:23 -0700, by mpm
-
Rewrite copytree as copyfilesWed, 07 Sep 2005 19:21:38 -0700, by mpm
-
Redo local clone hgrc fixWed, 07 Sep 2005 19:16:36 -0700, by mpm
-
Write out hgrc properly.Sun, 04 Sep 2005 15:47:59 -0700, by Bryan O'Sullivan
-
patchbomb: continue if we can't import readline.Sun, 04 Sep 2005 15:12:20 -0700, by Bryan O'Sullivan
-
Get test-commit to exit cleanly.Sun, 04 Sep 2005 14:48:33 -0700, by Bryan O'Sullivan
-
Commit date validation: more stringent checks, more useful error messages.Sun, 04 Sep 2005 14:47:02 -0700, by Bryan O'Sullivan
-
revlog: raise informative exception if file is missing.Sun, 04 Sep 2005 14:45:03 -0700, by Bryan O'Sullivan
-
Minor cleanups.Sun, 04 Sep 2005 14:21:53 -0700, by Bryan O'Sullivan
-
Created a class in util called chunkbuffer that buffers reads from anSun, 04 Sep 2005 14:11:51 -0700, by Eric Hopper
-
Add test output.Sat, 03 Sep 2005 23:52:39 -0700, by Bryan O'Sullivan
-
Date validation must check for 32-bit width. Don't use assert to check.Sat, 03 Sep 2005 23:51:53 -0700, by Bryan O'Sullivan
-
Make date/timezone validation in changelog.add more robust. Add test.Sat, 03 Sep 2005 23:28:15 -0700, by Bryan O'Sullivan
-
Validate user input of dates when adding a changelog entry.Sat, 03 Sep 2005 23:08:39 -0700, by Bryan O'Sullivan
-
Add doc string for debugrename.Thu, 01 Sep 2005 12:13:56 -0700, by bos
-
Fortify the recognition of a diff header.Thu, 01 Sep 2005 09:35:42 -0700, by bos
-
Add -p to incoming and outgoing commands to show patchThu, 01 Sep 2005 09:11:25 -0700, by TK Soh
-
Revert changeset 120aa5fc7ced1bf765b4f025f5a3a138cd87f49e.Thu, 01 Sep 2005 09:08:21 -0700, by bos
-
Make import command reject patches that resemble email messages.Thu, 01 Sep 2005 09:04:18 -0700, by bos
-
Make removal check more complete and informative.Thu, 01 Sep 2005 08:01:10 -0700, by Bryan O'Sullivan
-
Fix up remove command to use walk code.Thu, 01 Sep 2005 07:48:14 -0700, by Bryan O'Sullivan
-
From mercurial-bounces@selenic.com Thu Sep 1 07:01:32 2005Thu, 01 Sep 2005 07:47:26 -0700, by bos
-
Merge with myself.Thu, 01 Sep 2005 07:43:53 -0700, by bos
-
Output Content-encoding for tar.gz and tar.bz2 snapshotsThu, 01 Sep 2005 07:41:32 -0700, by Edouard Gomez