Mercurial > hg
graph
-
Return 0 as 'hg bisect reset' is successfulTue, 14 Aug 2007 14:29:36 +0200, by Guillaume Chazarain
-
Test --time, --profile and --lsprofTue, 14 Aug 2007 16:27:35 +0200, by Patrick Mezard
-
demandimport: ignore resource module, not available under Windows.Tue, 14 Aug 2007 16:03:15 +0200, by Patrick Mezard
-
demandimport: ignore pwd and grp.Mon, 13 Aug 2007 19:42:52 +0200, by Patrick Mezard
-
merge: fix a copy detection bug (issue672)Sun, 12 Aug 2007 12:15:10 -0300, by Alexis S. L. Carvalho
-
Added test for commands.dispatch (especially 88803a69b24)Sat, 11 Aug 2007 13:34:19 +0200, by Thomas Arendsen Hein
-
test-context.py: Don't create second repo instance (fixed since 7b5723c95a82)Sat, 11 Aug 2007 13:17:24 +0200, by Thomas Arendsen Hein
-
fancyopts: Copy list arguments in command table before modifying.Sat, 11 Aug 2007 13:07:47 +0200, by Thomas Arendsen Hein
-
Print less scary message if the system supports symlinks:Sat, 11 Aug 2007 12:47:58 +0200, by Thomas Arendsen Hein
-
Hide absolute path from test-no-symlinks output.Sat, 11 Aug 2007 12:36:04 +0200, by Thomas Arendsen Hein
-
hghave: prefix temporary files with "hg-hghave-"Thu, 09 Aug 2007 23:14:52 +0200, by Patrick Mezard
-
test-no-symlinks: rename .bundle into .hg for consistency.Thu, 09 Aug 2007 23:14:50 +0200, by Patrick Mezard
-
fix up previous commit for stableThu, 09 Aug 2007 12:34:25 -0700, by Brendan Cully
-
Cache extension load failures.Wed, 08 Aug 2007 18:04:06 -0700, by Brendan Cully
-
unobfuscate part of f94dbc6c7eafThu, 09 Aug 2007 01:04:27 +0200, by Benoit Boissinot
-
Test symlink handling on platform not supporting themWed, 08 Aug 2007 22:47:18 +0200, by Patrick Mezard
-
hghave: feature absence can be checked by prefixing with 'no-'Wed, 08 Aug 2007 23:07:39 +0200, by Patrick Mezard
-
Fix hgwebdir after 9858477ed74cce9dc8f4069f9453a1bda0e13ba1 broke it.Wed, 08 Aug 2007 22:47:30 +0200, by Eric Hopper
-
CVS import: Support new-style .cvspass-file format.Tue, 07 Aug 2007 15:56:26 +0200, by Thomas Arendsen Hein
-
Remove trailing spacesTue, 07 Aug 2007 10:24:33 +0200, by Thomas Arendsen Hein
-
Update on pull -u when heads were closed (fixes issue666).Mon, 06 Aug 2007 20:25:50 +0200, by Thomas Arendsen Hein
-
gitweb: add notfound templateThu, 05 Jul 2007 19:47:04 -0700, by Brendan Cully
-
Add message to test output if a test is aborted due to a timeout.Mon, 06 Aug 2007 14:45:43 +0200, by Thomas Arendsen Hein
-
Fix issue 653: symlinks checkout failure on non-supporting platformsMon, 06 Aug 2007 10:08:28 +0200, by Patrick Mezard
-
test-oldcgi: replace shebangs with explicit python calls to help pysh.Mon, 06 Aug 2007 09:57:23 +0200, by Patrick Mezard
-
test-issue352: skip tests if platform does not support EOL in paths.Mon, 06 Aug 2007 09:57:23 +0200, by Patrick Mezard
-
hghave: detect support for EOL in paths.Mon, 06 Aug 2007 09:57:23 +0200, by Patrick Mezard
-
test-git-import: fake executable permissions.Mon, 06 Aug 2007 10:38:07 +0200, by Patrick Mezard
-
hghave: detect executable permission availability.Mon, 06 Aug 2007 10:26:04 +0200, by Patrick Mezard
-
test-clone-failure: fake output upon fifo unavailabityMon, 06 Aug 2007 09:57:23 +0200, by Patrick Mezard
-
hghave: detect FIFO availabilityMon, 06 Aug 2007 09:57:23 +0200, by Patrick Mezard
-
Skip test-archive-symlinks if symlinks are not availableMon, 06 Aug 2007 09:57:23 +0200, by Patrick Mezard
-
posixfile_nt: '+' should allow read access.Wed, 25 Jul 2007 15:58:10 +0900, by Shun-ichi GOTO
-
posixfile_nt: '+' was understood as read mode instead of update.Tue, 17 Jul 2007 23:33:42 +0200, by Patrick Mezard
-
httprepo: quote the path part of the URLMon, 06 Aug 2007 00:35:06 -0300, by Alexis S. L. Carvalho
-
dirstate: fix rebuild; add a testSun, 05 Aug 2007 23:04:56 -0300, by Alexis S. L. Carvalho
-
hgweb: don't use os.path.join to build URL partsSun, 05 Aug 2007 22:36:39 -0300, by Alexis S. L. Carvalho
-
hgwebdir: change os.sep in the name of repos to "/"Sun, 05 Aug 2007 22:36:39 -0300, by Alexis S. L. Carvalho
-
Simplify/correct finding the hg executable (fixes issue644)Sat, 04 Aug 2007 22:25:12 +0200, by Thomas Arendsen Hein
-
archive: abort on empty repository. Fixes #624.Tue, 10 Jul 2007 10:06:24 -0700, by Brendan Cully
-
Merge with -stableThu, 02 Aug 2007 13:23:53 -0500, by Matt Mackall
-
merge: avoid double deletion mentioned in issue636Thu, 02 Aug 2007 12:29:10 -0500, by Matt Mackall
-
merge with hg-stableThu, 02 Aug 2007 13:03:25 +0200, by Thomas Arendsen Hein
-
The >| redirection does not exist in plain sh.Thu, 02 Aug 2007 14:51:49 +0200, by Thomas Arendsen Hein
-
imerge: sorted() is only available in python2.4 and aboveThu, 02 Aug 2007 14:04:51 +0200, by Thomas Arendsen Hein
-
imerge: tarfile.extractall is only available in python2.5Thu, 02 Aug 2007 14:04:00 +0200, by Benoit Boissinot
-
Update imerge for new filemerge interfaceWed, 01 Aug 2007 23:59:19 -0700, by Brendan Cully
-
del transaction before lock before wlockThu, 02 Aug 2007 01:56:08 -0300, by Alexis S. L. Carvalho
-
convert: fix locking orderThu, 02 Aug 2007 01:56:08 -0300, by Alexis S. L. Carvalho
-
update tests outputThu, 02 Aug 2007 01:56:08 -0300, by Alexis S. L. Carvalho
-
convert: (svn) simplify _find_childrenWed, 01 Aug 2007 15:16:42 -0700, by Brendan Cully
-
Merge with stableWed, 01 Aug 2007 14:32:53 -0700, by Brendan Cully
-
Update asciidoc instructions to suggest html4 for newer versionsWed, 01 Aug 2007 14:32:05 -0700, by Brendan Cully
-
Merge with mpmWed, 01 Aug 2007 14:26:30 -0700, by Brendan Cully
-
Automated merge with http://hg.intevation.org/mercurial/crewWed, 01 Aug 2007 12:03:50 -0700, by Bryan O'Sullivan
-
dirstate: improve error message on file/directory clashWed, 01 Aug 2007 12:03:10 -0700, by Bryan O'Sullivan
-
imerge extension and testWed, 01 Aug 2007 11:37:11 -0700, by Brendan Cully
-
Merge with stableWed, 01 Aug 2007 14:03:48 -0500, by Matt Mackall
-
merge: do early copy to deal with issue636Wed, 01 Aug 2007 12:33:12 -0500, by Matt Mackall
-
localrepository: allow rawcommit to commit with an empty messageWed, 01 Aug 2007 09:57:05 -0700, by Bryan O'Sullivan
-
Update style of record's cmdtable to match mercurial/commands.pyWed, 01 Aug 2007 10:42:42 +0200, by Thomas Arendsen Hein
-
os.isatty isn't available on Windows, so use sys.stdin.isatty()Wed, 01 Aug 2007 10:33:21 +0200, by Thomas Arendsen Hein
-
convert: add config option to turn off use of branch namesTue, 31 Jul 2007 17:18:59 -0700, by Bryan O'Sullivan
-
Add record extension, giving darcs-like interactive hunk pickingTue, 31 Jul 2007 16:28:05 -0700, by Bryan O'Sullivan
-
ui: get readline and prompt to behave better depending on interactivityTue, 31 Jul 2007 16:28:05 -0700, by Bryan O'Sullivan
-
patch: make internal code a bit friendlier to useTue, 31 Jul 2007 16:28:05 -0700, by Bryan O'Sullivan
-
commands: move commit to cmdutil as wrapper for commit-like functionsTue, 31 Jul 2007 16:28:05 -0700, by Bryan O'Sullivan
-
patch: remove unused parameter from b85diffMon, 30 Jul 2007 20:49:08 -0700, by Bryan O'Sullivan
-
Update expected test outputMon, 30 Jul 2007 20:48:50 -0700, by Bryan O'Sullivan
-
extensions: don't get confused by aliasing between "foo" and "hgext.foo"Mon, 30 Jul 2007 14:53:03 -0700, by Bryan O'Sullivan
-
merge with crew-stableMon, 30 Jul 2007 20:06:11 +0200, by Thomas Arendsen Hein
-
Fix re: and glob: patterns in .hgignore (reported by Brad Schick)Mon, 30 Jul 2007 20:01:16 +0200, by Thomas Arendsen Hein
-
test-convert: Hide warning about missing subversion bindings.Sun, 29 Jul 2007 19:32:55 +0200, by Thomas Arendsen Hein
-
Fix bashism and remove useless use of cat.Sun, 29 Jul 2007 18:53:09 +0200, by Thomas Arendsen Hein
-
Test qnew --gitSat, 28 Jul 2007 20:15:54 +0200, by Patrick Mezard
-
mq: add qnew --git optionSat, 28 Jul 2007 20:15:54 +0200, by Patrick Mezard
-
convert: empty log messages are OK as of 7f5c3fb0a37dFri, 27 Jul 2007 14:30:20 -0700, by Bryan O'Sullivan
-
localrepo.commit: only munge comment text if committing via dirstateThu, 26 Jul 2007 14:47:31 -0700, by Bryan O'Sullivan
-
convert: make test-convert executableThu, 26 Jul 2007 14:08:39 -0700, by Bryan O'Sullivan
-
Merge with bosThu, 26 Jul 2007 14:04:48 -0700, by Brendan Cully
-
convert svn: canonicalize path before calling url_from_path.Thu, 26 Jul 2007 14:02:49 -0700, by Brendan Cully
-
Ignore mergebackup files generated by mpatchThu, 26 Jul 2007 13:38:20 -0700, by Bryan O'Sullivan
-
convert: get rid of ugly use of hasattrThu, 26 Jul 2007 13:36:53 -0700, by Bryan O'Sullivan
-
convert: get rid of "hg." prefix where not neededThu, 26 Jul 2007 13:34:36 -0700, by Bryan O'Sullivan
-
convert: add filename filtering and renaming supportThu, 26 Jul 2007 13:34:36 -0700, by Bryan O'Sullivan
-
convert: add testThu, 26 Jul 2007 13:34:36 -0700, by Bryan O'Sullivan
-
convert: acquire/release locks periodicallyThu, 26 Jul 2007 13:34:36 -0700, by Bryan O'Sullivan
-
convert: Support Mercurial as a source, as well as a sinkThu, 26 Jul 2007 13:34:36 -0700, by Bryan O'Sullivan
-
convert: make commit constructor clearer and less magicalThu, 26 Jul 2007 13:34:36 -0700, by Bryan O'Sullivan
-
convert: rename mapfile to revmapfile, so we can map more than just revsThu, 26 Jul 2007 13:34:36 -0700, by Bryan O'Sullivan
-
convert svn: try to extract URL from source if it is a working directoryThu, 26 Jul 2007 10:57:26 -0700, by Brendan Cully
-
Merge with mpmThu, 26 Jul 2007 10:43:01 -0700, by Brendan Cully
-
convert: urlify svn repos if necessary.Thu, 26 Jul 2007 10:42:44 -0700, by Brendan Cully
-
revlog: localize some fastpath functionsThu, 26 Jul 2007 12:02:58 -0500, by Matt Mackall
-
revlog: minor chunk speed-upThu, 26 Jul 2007 12:02:58 -0500, by Matt Mackall
-
revlog: minor revdiff reorganizationThu, 26 Jul 2007 12:02:58 -0500, by Matt Mackall
-
revlog: move flag checking out of the offset fastpathThu, 26 Jul 2007 12:02:58 -0500, by Matt Mackall
-
dirstate: localize a bunch of methods in status fastpathThu, 26 Jul 2007 12:02:58 -0500, by Matt Mackall
-
dirstate: speed up sorting in findfilesThu, 26 Jul 2007 12:02:58 -0500, by Matt Mackall
-
revlog: pass mode to _supported directlyThu, 26 Jul 2007 12:02:58 -0500, by Matt Mackall
-
dirstate: localize a bunch of methods for findfilesThu, 26 Jul 2007 12:02:58 -0500, by Matt Mackall
-
Merge with -stableThu, 26 Jul 2007 12:02:55 -0500, by Matt Mackall
-
posixfile_nt: '+' should allow read access.Wed, 25 Jul 2007 15:58:10 +0900, by Shun-ichi GOTO
-
merge: don't forget to update the dirstate for exec bit changesThu, 26 Jul 2007 11:19:53 -0500, by Matt Mackall
-
revlog: avoid some unnecessary seek/tell syscallsMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
manifest: speed up creation of the manifestdictMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
lazyparser.findnode: fix typo and s/rfind/find/Mon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
lazyindex: speed up __getitem__Mon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
lazyparser: up the blocksize from 512 bytes to 64kMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: implement a fast path for headsMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlogio: speed up parsingMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: eliminate diff and patches functionsMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: speed up chunkcacheMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: some basic code reorderingMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: abstract out index entry packingMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: simplify revlog.__init__Mon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: mark cache privateMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: pull chunkcache back into revlogMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: change _inline from a function to a variableMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: simplify addrevisionMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall