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.
Update tests output
2006-10-18, by Alexis S. L. Carvalho
Add --rev option to status
2006-10-18, by Brendan Cully
makes username mandatory
2006-10-18, by Benoit Boissinot
patch: return list of modified files even when an exception is raised
2006-10-18, by Brendan Cully
mq: test case for issue399
2006-10-18, by Brendan Cully
Extended templating test for new branches and extra changeset info.
2006-10-18, by Thomas Arendsen Hein
Added extra changeset info to templater and map-cmdline.default.
2006-10-18, by Thomas Arendsen Hein
Add new branch info to templater and use it in map-cmdline.default.
2006-10-18, by Thomas Arendsen Hein
Don't show empty list of files in hg log -v.
2006-10-18, by Thomas Arendsen Hein
Adjust default cmdline style to really match verbose/debug log.
2006-10-18, by Thomas Arendsen Hein
Show extra changeset info for log/tip/heads/... --debug
2006-10-18, by Thomas Arendsen Hein
localrepo: add separate methods for manipulating repository data
2006-10-23, by Matt Mackall
Minor tags optimization
2006-10-18, by Matt Mackall
Use file contexts in tags code
2006-10-18, by Matt Mackall
filecontext: report False for missing files
2006-10-18, by Matt Mackall
Only look up tags and branches as a last resort
2006-10-18, by Matt Mackall
If we can't write the branch cache, fail quietly.
2006-10-18, by Matt Mackall
Add test for invalid branch cache (fixed by 27ebe4efe98e)
2006-10-18, by Thomas Arendsen Hein
invalidate the branch cache when sanity check fails
2006-10-18, by Benoit Boissinot
Testing the new changegroupsubset remote function in the ssh
2006-10-18, by Eric Hopper
Stop erroring out pull -r and clone -r if repository isn't local.
2006-09-09, by Eric Hopper
sshrepo: add passing of lookup exceptions
2006-09-09, by Eric Hopper
Adding changegroupsubset and lookup to ssh protocol so pull -r and
2006-09-09, by Eric Hopper
httprepo: add support for passing lookup exception data
2006-10-18, by Matt Mackall
Adding changegroupsubset and lookup to web protocol so pull -r and
2006-09-09, by Eric Hopper
Improve branch cache sanity check for mq
2006-10-18, by Matt Mackall
merge: fix branch setting
2006-10-17, by Matt Mackall
imported patch foo
2006-10-17, by Matt Mackall
commit: read branch with workingctx
2006-10-17, by Matt Mackall
branchtags: use changectx
2006-10-17, by Matt Mackall
revlog.lookup tweaks
2006-10-17, by Matt Mackall
Merge with crew
2006-10-17, by Matt Mackall
use ui.readsections in the acl extension
2006-10-17, by Alexis S. L. Carvalho
use ui.readsections in the bugzilla extension
2006-10-17, by Alexis S. L. Carvalho
use ui.readsections in the notify extension
2006-10-17, by Alexis S. L. Carvalho
add ui.readsections
2006-10-17, by Alexis S. L. Carvalho
Default editor for Windows installer is now notepad. [Issue 256]
2006-10-17, by Lee Cantey
Document the change in MacPython distutils installation location
2006-10-17, by Lee Cantey
Added *.bin to MANIFEST.in to include binfile.bin
2006-10-17, by Thomas Arendsen Hein
bundlerepo: avoid exception in __del__ when the bundle doesn't exist
2006-10-16, by Alexis S. L. Carvalho
portability fixes for some tests
2006-10-16, by Alexis S. L. Carvalho
Explicitly use "tip" in revision navigation.
2006-10-16, by Thomas Arendsen Hein
Add a test for the acl extension
2006-10-16, by Alexis S. L. Carvalho
Use a case-sensitive version of SafeConfigParser everywhere
2006-10-16, by Alexis S. L. Carvalho
Fix test-oldcgi after navbar update
2006-10-16, by Brendan Cully
Fix RSS URLs (closes issue396)
2006-10-16, by Brendan Cully
Convert changenav bar from revisions to hashes (closes issue189)
2006-10-16, by Brendan Cully
Merge with crew
2006-10-17, by Matt Mackall
Add some basic branch name tests
2006-10-17, by Matt Mackall
Add branch support to commit
2006-10-17, by Matt Mackall
Make lookup aware of branch labels
2006-10-17, by Matt Mackall
Add branchtags function with cache
2006-10-17, by Matt Mackall
Update branch on checkout/update
2006-10-17, by Matt Mackall
Report branch for hg id
2006-10-17, by Matt Mackall
Report branch for hg log and friends
2006-10-17, by Matt Mackall
Add branch method to contexts
2006-10-17, by Matt Mackall
imported patch b1
2006-10-17, by Matt Mackall
add footer to old style
2006-10-16, by Benoit Boissinot
fix rss template
2006-10-16, by Benoit Boissinot
Fixed page overlap for file revision links in hgweb.
2006-10-16, by Thomas Arendsen Hein
merge with main
2006-10-16, by Thomas Arendsen Hein
hgweb: hoist changenav up, and use it in the filelog
2006-10-15, by Brendan Cully
hgweb: link to file parents in filediff, rather than changeset parents
2006-10-15, by Brendan Cully
Test annotate using named rev instead of linkrev
2006-10-15, by Brendan Cully
Fix annotate where linkrev != rev without exporting linkrev
2006-10-15, by Brendan Cully
Back out d8eba1c3ce9b and a004164dbeef
2006-10-15, by Brendan Cully
Make annotate use linkrev instead of rev
2006-10-15, by Brendan Cully
Add linkrev to filectx
2006-10-15, by Brendan Cully
merge: if filemerge skips merge, report as updated
2006-10-15, by Matt Mackall
Catch python2.3's IndexError with bogus http proxy settings. (issue203)
2006-10-15, by Thomas Arendsen Hein
Fixed contrib/hgdiff script to pass diffopts in the new format.
2006-10-15, by Thomas Arendsen Hein
document the diffstat option of the notify extension
2006-10-15, by Aurelien Jacobs
hgweb: add diff links in gitweb file revision page
2006-10-14, by Brendan Cully
hgweb: add changeset description to file revision page
2006-10-14, by Brendan Cully
hgweb: really fix parent/child rename links
2006-10-14, by Brendan Cully
hgweb: better file rename links
2006-10-14, by Brendan Cully
hgweb: fix parent/child links across renames
2006-10-14, by Brendan Cully
hgweb: add changeset description to annotate page
2006-10-14, by Brendan Cully
make revlog.addgroup pass its file handles to addrevision
2006-10-14, by Alexis S. L. Carvalho
Test for ba7c74081861 (update dirstate correctly for non-branchmerge updates)
2006-10-14, by Thomas Arendsen Hein
merge with upstream
2006-10-14, by Thomas Arendsen Hein
use short hashes with diff -v
2006-10-13, by Alexis S. L. Carvalho
Use manifest rev instead of changelog rev for linear manifest test
2006-10-13, by Brendan Cully
Removed unused imports of mdiff and templater from ui.py
2006-10-13, by Thomas Arendsen Hein
log --copies: use manifest.find instead of delta when manifest parent is not rev-1
2006-10-13, by Brendan Cully
Test case for log --copies on non-linear manifests (issue391)
2006-10-13, by Brendan Cully
hgweb: fix path cleaning
2006-10-13, by Benoit Boissinot
Merge with asak
2006-10-13, by Thomas Arendsen Hein
portability fix for test-ssh
2006-10-12, by Alexis S. L. Carvalho
Merge with mpm
2006-10-13, by Brendan Cully
Add popen2 demandload to patch.py, required by diffstat
2006-10-12, by Brendan Cully
rawcommit: add removed files to the changelog file list
2006-10-12, by Alexis S. L. Carvalho
Update test-mq-qdelete to use qdel -r
2006-10-12, by Brendan Cully
mq: make qdelete without -k or a subrepository delete all patches
2006-10-12, by Brendan Cully
Use line length field when extracting git binary patches
2006-10-12, by Brendan Cully
mq: change qdel --forget to --rev; accept any revision symbol
2006-10-12, by Brendan Cully
merge: update dirstate correctly for non-branchmerge updates
2006-10-13, by Matt Mackall
merge: turn followcopies on by default
2006-10-12, by Matt Mackall
mq.el: add mode-line hook
2006-10-12, by Brendan Cully
python2.5 PyArg_ParseTuple fix
2006-10-12, by Alexis S. L. Carvalho
Add test for git binary diff support
2006-10-12, by Brendan Cully
Add git-1.4 binary patch support
2006-10-12, by Brendan Cully
gitweb: Fixed parent/child links when viewing a file revision.
2006-10-12, by Thomas Arendsen Hein
Keep session variables when linking from hgwebdir's index to repositories.
2006-10-12, by Thomas Arendsen Hein
Fixed typo in gitweb templates.
2006-10-12, by Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
2006-10-11, by Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too.
2006-10-11, by Thomas Arendsen Hein
templater: Better exception for errors in foo%bar formatting.
2006-10-11, by Thomas Arendsen Hein
nodesbetween: fix a bug with duplicate heads
2006-10-12, by Benoit Boissinot
hgweb: trap lookup errors
2006-10-11, by Brendan Cully
Add better error message for bad commands
2006-10-11, by Brendan Cully
gitweb: Add error text to error page
2006-10-11, by Brendan Cully
gitweb: fix link on file name in filenodelink
2006-10-11, by Brendan Cully
gitweb: fix last change field in summary
2006-10-11, by Brendan Cully
Merge with main
2006-10-11, by Brendan Cully
gitweb: add file diff view
2006-10-11, by Brendan Cully
Merge with crew
2006-10-11, by Matt Mackall
merge with crew
2006-10-11, by Benoit Boissinot
update ui.quiet/verbose/debug/interactive every time the config changes
2006-10-10, by Alexis S. L. Carvalho
ui.py: untangle updateopts
2006-10-10, by Alexis S. L. Carvalho
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip