Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-240
+240
+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.
make mq play nicely with the branch cache
2006-10-23, by Alexis S. L. Carvalho
Split branchtags into two additional functions.
2006-10-23, by Alexis S. L. Carvalho
Merge with crew
2006-10-24, by Matt Mackall
Commit username: Better error message, abort on empty name, fix documentation.
2006-10-23, by Thomas Arendsen Hein
hgweb: make #motd# available for all templates
2006-10-22, by Alexis S. L. Carvalho
zsh completion: basic mq support
2006-10-21, by Brendan Cully
bash_completion: qguard
2006-10-22, by Alexis S. L. Carvalho
bash_completion: allow overriding completion for arguments that start with "-"
2006-10-22, by Alexis S. L. Carvalho
bash_completion: qfold, qrename, qheader, qclone and qselect
2006-10-22, by Alexis S. L. Carvalho
bash_completion: email --bcc
2006-10-22, by Alexis S. L. Carvalho
bash_completion: qdelete --rev
2006-10-22, by Alexis S. L. Carvalho
bash_completion: make export fall back to tags when there's no mq patch applied
2006-10-22, by Alexis S. L. Carvalho
bash_completion: don't complete export with "garbage" when mq is not around
2006-10-22, by Alexis S. L. Carvalho
Fix "templater object got multiple values for keyword argument 'motd'"
2006-10-21, by Thomas Arendsen Hein
Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
2006-10-21, by Thomas Arendsen Hein
gitweb: add revision numbers to annotate changeset links
2006-10-19, by Brendan Cully
gitweb: add revision numbers to filerevision changeset links
2006-10-19, by Brendan Cully
hgweb: add revision numbers to changeset parent/child links
2006-10-19, by Brendan Cully
fix errors spotted by pychecker
2006-10-19, by Benoit Boissinot
use xrange instead of range
2006-10-19, by Benoit Boissinot
use xrange instead of range
2006-10-19, by Benoit Boissinot
Corrected SSH configuration example in pull help.
2006-10-19, by Thomas Arendsen Hein
revlog.children: use parentrevs instead of parents
2006-10-19, by Benoit Boissinot
Don't use test -e in tests - sh doesn't like it on Solaris
2006-10-18, by Alexis S. L. Carvalho
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
call ui.updateopts only after changing directories
2006-10-10, by Alexis S. L. Carvalho
ui.py: normalize settings every time the configuration changes
2006-10-10, by Alexis S. L. Carvalho
move the parsing of --config options to commands.py
2006-10-10, by Alexis S. L. Carvalho
ui.py: use the overlay to hold --config data
2006-10-10, by Alexis S. L. Carvalho
ui.py: change the overlay from a dict to a SafeConfigParser.
2006-10-10, by Alexis S. L. Carvalho
ui.py: don't query parentui.cdata when looking up config items.
2006-10-10, by Alexis S. L. Carvalho
ui.py: make walkconfig use configitems
2006-10-10, by Alexis S. L. Carvalho
ui.py: move common code out of config and configbool
2006-10-10, by Alexis S. L. Carvalho
ui.py: remove revlogopts and (unused) diffcache variables
2006-10-10, by Alexis S. L. Carvalho
ui.py: don't let parent and child ui objects share header and prev_header
2006-10-10, by Alexis S. L. Carvalho
ui.py: use correct parentui while copying readhooks
2006-10-10, by Alexis S. L. Carvalho
changectx: search manifest delta for filenode
2006-10-11, by Brendan Cully
context: check self.__dict__ instead of using hasattr
2006-10-11, by Brendan Cully
Teach bdiff to support buffer objects
2006-10-11, by Brendan Cully
Test case for bdiff on buffer objects
2006-10-11, by Brendan Cully
hgweb: globally default to tip if no revision is specified
2006-10-11, by Brendan Cully
Support buffer interface in base85 codec
2006-10-11, by Brendan Cully
merge with crew
2006-10-11, by Benoit Boissinot
fix traceback of extdiff after a merge
2006-10-11, by Benoit Boissinot
Don't generate git diff header for empty diffs
2006-10-10, by Brendan Cully
Add base URL to hgwebdir templater (fixes index page when the URL does not have a trailing /)
2006-10-10, by Brendan Cully
NWI base URL detection fixes
2006-10-10, by Brendan Cully
make manifest-merging test reproduceable
2006-10-11, by Matt Mackall
Revert changeset c67920d78248.
2006-10-10, by Giorgos Keramidas
merge with upstream
2006-10-10, by Thomas Arendsen Hein
merge with upstream
2006-10-10, by Thomas Arendsen Hein
fix localrepo.status when dealing with x-bit changes
2006-10-10, by Benoit Boissinot
extend test-flags
2006-10-09, by Benoit Boissinot
merge with upstream
2006-10-09, by Benoit Boissinot
merge with crew
2006-10-09, by Benoit Boissinot
bundle --base: use the right set for the base
2006-10-09, by Benoit Boissinot
fix bash completion of debug commands; add test for debugcomplete
2006-10-08, by Alexis S. L. Carvalho
merge: pull user messages out to hg.py
2006-10-10, by Matt Mackall
merge: update some docstrings
2006-10-10, by Matt Mackall
merge: various tidying
2006-10-10, by Matt Mackall
context: change workingctx str() from . to <node>+
2006-10-10, by Matt Mackall
merge: use contexts in checkunknown and forgetremoved
2006-10-10, by Matt Mackall
merge: shortcircuit filemerge for identical files
2006-10-10, by Matt Mackall
context: add cmp for filectxs
2006-10-10, by Matt Mackall
merge: pull file copy/move out of filemerge
2006-10-10, by Matt Mackall
merge: unify merge and copy actions
2006-10-10, by Matt Mackall
merge: swap file and mode args for act()
2006-10-10, by Matt Mackall
merge: finish removing nodes from action list
2006-10-10, by Matt Mackall
hgweb: add file sizes to manifest browsing
2006-10-10, by Matt Mackall
hgweb: remove obsolete listfiles function
2006-10-09, by Matt Mackall
merge: eliminate nodes from action list
2006-10-09, by Matt Mackall
filectx: add size method
2006-10-09, by Matt Mackall
run-tests: add --first switch to exit on first error
2006-10-09, by Matt Mackall
run-tests: add --retest switch
2006-10-09, by Matt Mackall
filemerge: use contexts rather than my and other
2006-10-09, by Matt Mackall
fix workingfilectx parents and ancestor functions
2006-10-09, by Matt Mackall
merge: pass contexts to applyupdates
2006-10-09, by Matt Mackall
merge: don't call hooks for revert
2006-10-09, by Matt Mackall
merge: use contexts for manifestmerge
2006-10-09, by Matt Mackall
commit: unify file-level commit code
2006-10-09, by Matt Mackall
Use filelog.cmp in checkfilemerge
2006-10-08, by Matt Mackall
merge: remember rename copies and parents properly on commit
2006-10-08, by Matt Mackall
[patchbomb] prepend leading zeros in the "[PATCH N of M]" string
2006-10-07, by Josef "Jeff" Sipek
merged now fully working base85 codec, though currently unused.
2006-10-08, by Thomas Arendsen Hein
merge with upstream
2006-10-08, by Thomas Arendsen Hein
Handle odd-sized base85 input and output
2006-10-07, by Brendan Cully
Put in backslash again, it was needed to disable an asciidoc macro.
2006-10-07, by Thomas Arendsen Hein
Corrected typo in date format, found by Rob Landley.
2006-10-07, by Thomas Arendsen Hein
Make test-bundle-r executable.
2006-10-07, by Thomas Arendsen Hein
add -r/--rev and --base option to bundle
2006-07-20, by Benoit Boissinot
Add a base85 codec
2006-10-06, by Brendan Cully
Fix undetected change bug in rename tests
2006-10-07, by Matt Mackall
Update test output
2006-10-06, by Matt Mackall
Merge with crew
2006-10-06, by Matt Mackall
hgweb: fix filerevision raw URL
2006-10-06, by Brendan Cully
disallow commands on non local repository
2006-10-06, by Benoit Boissinot
Moved hgweb map-* files into their style directories and adjusted them.
2006-10-06, by Thomas Arendsen Hein
hgweb: Search templates in templatepath/style/map, too, using a common function.
2006-10-06, by Thomas Arendsen Hein
ssh: make the error message more clear, add a testcase
2006-10-06, by Benoit Boissinot
hgweb: be more conservative about expanding SCRIPT_NAME
2006-10-05, by Brendan Cully
Add {getentries} to default style
2006-10-05, by Brendan Cully
hgweb: fix NWI parsing when hgwebdir isn't at /
2006-10-05, by Brendan Cully
hgweb: convert gitweb to NWI
2006-10-05, by Brendan Cully
hgweb: provide means for handling query parameters
2006-10-05, by Brendan Cully
Some versions of sed don't support .\+, so use ..* instead.
2006-10-05, by Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
2006-10-05, by Thomas Arendsen Hein
hgweb: Added safety net for PATH_INFO starting with double slash.
2006-10-05, by Thomas Arendsen Hein
merged NewWebInterface
2006-10-05, by Thomas Arendsen Hein
Update templates to use NewWebInterface
2006-10-04, by Brendan Cully
Rename default style to old
2006-10-04, by Brendan Cully
hgweb: support for generating and parsing NWI URLs
2006-10-04, by Brendan Cully
Teach hgwebdir about new interface
2006-10-04, by Brendan Cully
hgweb: extract raw prefix from NWI commands
2006-10-04, by Brendan Cully
hgweb: accept NewWebInterface URLs
2006-10-04, by Brendan Cully
merge with upstream
2006-10-05, by Thomas Arendsen Hein
merge with crew
2006-10-05, by Benoit Boissinot
Add documentation about the date formats allowed in the command line
2006-10-03, by Jose M. Prieto
util.strdate: assume local time when no timezone specified
2006-10-03, by Jose M. Prieto
util.strdate: compute timestamp using UTC, not local timezone
2006-10-03, by Jose M. Prieto
merge with upstream
2006-10-04, by Thomas Arendsen Hein
patchbomb: update --attach to use cmdutil.make_filename
2006-10-04, by Brendan Cully
less
more
|
(0)
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip