Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
add util.lexists
2007-03-26, by Alexis S. L. Carvalho
Improve documentation for patchbomb and email
2007-03-22, by John Goerzen
Add common bundle/outgoing options to hg email
2007-03-26, by John Goerzen
Add ability to send bundles to patchbomb extension
2007-03-26, by John Goerzen
Fixed spacing in assignment of REVLOG_DEFAULT_VERSION
2007-03-24, by Thomas Arendsen Hein
Merge with crew
2007-03-24, by Matt Mackall
use os.path.islink instead of util.is_link; remove util.is_link
2007-03-23, by Alexis S. L. Carvalho
Add some tests for symlink tracking
2007-03-23, by Alexis S. L. Carvalho
Fix localrepo.copy to deal with symbolic links.
2007-03-21, by Eric St-Jean
Backup symbolic links when reverting
2007-03-21, by Eric St-Jean
fix util.copyfile to deal with symlinks
2007-03-21, by Eric St-Jean
hg-relink: do not compare .d files
2007-03-23, by Brendan Cully
changelog: optimize delayed updates for clone vs pull
2007-03-24, by Matt Mackall
Merge with -stable
2007-03-24, by Matt Mackall
tags: require -f to replace an existing tag
2007-03-23, by Matt Mackall
tags: fix abababa case, with test case
2007-03-22, by Matt Mackall
Merge with crew
2007-03-23, by Matt Mackall
Make import opportunistically use merge information
2007-03-21, by Brendan Cully
Add import --exact.
2007-03-22, by Brendan Cully
Add --outgoing option to patchbomb
2007-03-22, by Brendan Cully
restructure changelog file appending
2007-03-22, by Matt Mackall
appendfile: handle only changelog.i file
2007-03-22, by Matt Mackall
appendfile: remove unused manifest code
2007-03-22, by Matt Mackall
revlog: simplify revlog version handling
2007-03-22, by Matt Mackall
revlog: don't pass datafile as an argument
2007-03-22, by Matt Mackall
Merge additional fixes for my matcher changes
2007-03-20, by Alexis S. L. Carvalho
glob:<directory> patterns match the files in that directory.
2007-03-20, by Alexis S. L. Carvalho
Pass normalized directory names to the ignore function
2007-03-20, by Alexis S. L. Carvalho
tests: expand test-commit a bit to test 'hg commit .' too
2007-03-18, by Giorgos Keramidas
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
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip