Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
fix hg commit . in the repo root
2007-03-20, by Alexis S. L. Carvalho
transplant: fix ignoring empty changesets (eg after filter)
2007-03-20, by Brendan Cully
Merge with crew-stable.
2007-03-19, by Alexis S. L. Carvalho
Add hg-relink script to contrib
2007-03-19, by Brendan Cully
merge with crew-stable
2007-03-18, by Thomas Arendsen Hein
debugsetparents: wlock the repo before updating the dirstate
2007-03-19, by Alexis S. L. Carvalho
avoid _wsgioutputfile <-> _wsgirequest circular reference
2007-03-19, by Alexis S. L. Carvalho
avoid wsgiapplication <-> MercurialHTTPServer circular reference
2007-03-19, by Alexis S. L. Carvalho
hgwebdir: break templater -> templater circular reference
2007-03-19, by Alexis S. L. Carvalho
hgweb: break templater -> templater circular reference
2007-03-19, by Alexis S. L. Carvalho
Fixed synopsis for some mq commands
2007-03-18, by Thomas Arendsen Hein
hg qseries -m: guards file was not ignored
2007-03-18, by Thomas Arendsen Hein
Tests for qapplied/qunapplied fixes (417c2068cb92 and ce6c364ebb2a)
2007-03-18, by Thomas Arendsen Hein
Simplified qseries and hg qapplied to fix some bugs caused by optimization:
2007-03-18, by Thomas Arendsen Hein
Fix issue443: inconsistent output of "hg qunapplied -v"
2007-03-17, by Thomas Arendsen Hein
Merge some matcher fixes/cleanups and add some more hg locate tests
2007-03-16, by Alexis S. L. Carvalho
util._matcher: remove superfluous variable
2007-03-16, by Alexis S. L. Carvalho
add some more tests to hg locate
2007-03-16, by Alexis S. L. Carvalho
make the output of test-locate more readable
2007-03-16, by Alexis S. L. Carvalho
util._matcher: use "." as the root of empty {rel,}path patterns
2007-03-16, by Alexis S. L. Carvalho
Merge with crew-stable
2007-03-16, by Alexis S. L. Carvalho
avoid a traceback with hg branch newbranch; hg up
2007-03-16, by Alexis S. L. Carvalho
Fix handling of paths when run outside the repo.
2007-03-16, by Alexis S. L. Carvalho
pass repo.root to util.pathto() in preparation for the next patch
2007-03-16, by Alexis S. L. Carvalho
hgweb: handle IOErrors and OSErrors during unbundle
2007-03-16, by Alexis S. L. Carvalho
hgweb.unbundle: call req.httphdr only after the last possible call to bail
2006-10-22, by Alexis S. L. Carvalho
Work around a urllib2 bug in Python < 2.4.2
2007-03-16, by Alexis S. L. Carvalho
Fix confusing message from hg revert (issue332)
2007-03-16, by Alexis S. L. Carvalho
Merge with stable
2007-03-15, by Matt Mackall
merge with crew-stable
2007-03-15, by Thomas Arendsen Hein
Merge with mpm
2007-03-14, by Brendan Cully
merge with crew-stable
2007-03-14, by Thomas Arendsen Hein
git-send-email compatibility: stop reading changelog after ^---$
2007-03-14, by Brendan Cully
mq: add qparent tag (first parent of qbase)
2007-03-14, by Brendan Cully
Merge with crew
2007-03-15, by Matt Mackall
Merge with hg-stable
2007-03-15, by Thomas Arendsen Hein
Only hg repositories override [paths], not simple directories (fixes issue510)
2007-03-14, by Thomas Arendsen Hein
revlog: attempt to gracefully handle some interleaved damage
2007-03-15, by Matt Mackall
Merge with -stable
2007-03-14, by Matt Mackall
tags: add --remove
2007-03-14, by Matt Mackall
tags: remove unused variables
2007-03-14, by Matt Mackall
Make the tags algorithm smarter
2007-03-14, by Matt Mackall
Refactor tags code to prepare for improving the algorithm
2007-03-14, by Matt Mackall
Merge with -stable, fix small test failure
2007-03-14, by Matt Mackall
Make [PATCH] removal slightly more robust
2007-03-13, by Brendan Cully
Remove undo log after mq operations that rollback would break
2007-03-13, by Brendan Cully
Refresh file size after partial qrefresh.
2007-03-13, by Brendan Cully
Clarify update help text for update without an explicit revision
2007-03-11, by Brendan Cully
Improve hg branch -f help text
2007-03-12, by Brendan Cully
Add test for branch shadowing
2007-03-12, by Brendan Cully
branch: require --force to shadow existing branches
2007-03-12, by Brendan Cully
Strip [PATCH...] from message subject when importing patches
2007-03-12, by Brendan Cully
Merge a bunch of matcher and locate fixes.
2007-03-10, by Alexis S. L. Carvalho
Optimize return value of util._matcher for hgignore case
2007-03-10, by Alexis S. L. Carvalho
Optimize return value of util._matcher for common command line case
2007-03-10, by Alexis S. L. Carvalho
remove unused "head" hack from util._matcher
2007-03-10, by Alexis S. L. Carvalho
locate: exit(1) if we didn't print any file
2007-03-10, by Alexis S. L. Carvalho
change locate to use relglobs by default
2007-03-10, by Alexis S. L. Carvalho
localrepo.walk: if we're walking a specific revision, sort the files
2007-03-10, by Alexis S. L. Carvalho
dirstate.statwalk: explicitly test for ignored directories
2007-03-10, by Alexis S. L. Carvalho
util._matcher: unify pattern normalization
2007-03-10, by Alexis S. L. Carvalho
make the output of test-walk more readable
2007-03-10, by Alexis S. L. Carvalho
util.*matcher: change default "names" argument
2007-03-10, by Alexis S. L. Carvalho
util._matcher: fix handling of path: patterns
2007-03-10, by Alexis S. L. Carvalho
util._matcher: fix handling of relglob: patterns
2007-03-10, by Alexis S. L. Carvalho
A 'glob:foo?bar' pattern determines a root - the tree root
2007-03-10, by Alexis S. L. Carvalho
Leave normalization of patterns to util._matcher
2007-03-10, by Alexis S. L. Carvalho
util._matcher: update comments
2007-03-10, by Alexis S. L. Carvalho
remove obsolete code from patch.diff
2007-03-10, by Alexis S. L. Carvalho
small globprefix fix
2007-03-10, by Alexis S. L. Carvalho
Merge with crew-stable
2007-03-10, by Brendan Cully
merge with crew-stable
2007-03-09, by Thomas Arendsen Hein
Remove dummy branch hack from tests
2007-03-13, by Matt Mackall
Move branch read/write to dirstate where it belongs
2007-03-13, by Matt Mackall
Minor default branch cleanups
2007-03-13, by Matt Mackall
Move branches.cache to branch.cache
2007-03-13, by Matt Mackall
"default" is the default branch name
2007-03-13, by Alexis S. L. Carvalho
Test update to branch tip
2007-03-10, by Brendan Cully
Make update with no node jump to the tip of the current branch
2007-03-10, by Brendan Cully
fix qrefresh'ing an empty patch
2007-03-10, by Alexis S. L. Carvalho
statwalk: don't put self.root in the files list
2007-03-10, by Alexis S. L. Carvalho
fix qclone to a remote repo
2007-03-10, by Alexis S. L. Carvalho
Save an absolute path in repo.path
2007-03-10, by Alexis S. L. Carvalho
Add tests for .hg/branches.cache feature list.
2007-03-09, by Thomas Arendsen Hein
Add a features list to branches.cache to detect caches of old hg versions.
2007-03-09, by Thomas Arendsen Hein
Store empty (default) branch in branch cache, too.
2007-03-09, by Thomas Arendsen Hein
small fixes for the parent patch
2007-03-08, by Alexis S. L. Carvalho
Merge with crew
2007-03-08, by Matt Mackall
hgweb: use the given revision in the name of the archive
2007-03-08, by Michael Gebetsroither
Allow disabling store format to work with absurdly long filenames
2007-03-08, by Matt Mackall
incoming/outgoing: print the name of the other repo
2007-03-07, by Alexis S. L. Carvalho
localrepo.status: use manifest.find on "lookup" files
2007-03-07, by Alexis S. L. Carvalho
localrepo.status: fcmp gets a getnode function instead of the manifest
2007-03-07, by Alexis S. L. Carvalho
fix manifest.find
2007-03-07, by Alexis S. L. Carvalho
merge with crew-stable
2007-03-07, by Thomas Arendsen Hein
Fix sed expression in test-notify to be more portable.
2007-03-07, by Thomas Arendsen Hein
Fix help text for hg status -i
2007-03-06, by Thomas Arendsen Hein
purge.py: fix invocation of statwalk
2007-03-06, by Alexis S. L. Carvalho
Delete the README for purge, putting the useful informations in comments
2007-02-27, by Emanuele Aina
Delete the Purge class, refactoring Purge.purge() in dopurge()
2007-03-06, by Emanuele Aina
Do not use 'self' in the purge() method
2007-03-06, by Emanuele Aina
Use nested functions instead of object methods
2007-03-06, by Emanuele Aina
Merge _remove_file() and _remove_dir() in a single function
2007-03-06, by Emanuele Aina
Use "f in dirstate" instead of "dirstate.state(f) == '?'"
2007-03-06, by Emanuele Aina
Reduce the absolute/relative path conversion in the purge extension
2007-03-06, by Emanuele Aina
Make the purge extension use the statwalk walker from the dirstate object
2007-03-06, by Emanuele Aina
Yield directories in dirstate.statwalk()
2007-03-06, by Emanuele Aina
Add a test for the purge extension
2007-03-06, by Emanuele Aina
merge with crew-stable
2007-03-05, by Thomas Arendsen Hein
Don't truncate tag and branch names after 30 chars (introduced 73860ffbe798)
2007-03-05, by Thomas Arendsen Hein
patchbomb: Strip more than one trailing dot (and spaces between them)
2007-03-04, by Thomas Arendsen Hein
patchbomb: Allow to specify subject of single-patch-series (issue475)
2007-03-04, by Thomas Arendsen Hein
test-abort-checkin: use a hook to abort the commit
2007-03-04, by Alexis S. L. Carvalho
test-bad-extension: avoid printing the file name
2007-03-04, by Alexis S. L. Carvalho
make test-acl a bit more digestable for windows
2007-03-04, by Alexis S. L. Carvalho
Create the parent directory when checking out symlinks.
2007-02-23, by Giorgos Keramidas
Fix addremove for symlinks to non-existent files
2007-01-05, by Giorgos Keramidas
Avoid some false positives for addremove -s
2007-02-18, by Erling Ellingsen
Merge with crew-stable
2007-03-04, by Alexis S. L. Carvalho
mq: abort cleanly when invalid patch name is given to qguard
2007-03-03, by Christian Ebert
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip