Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
Fix hg serve...
2005-08-30, by Vincent Wagelaar
Fix TypeError
2005-08-30, by Vincent Wagelaar
Change use of global sys.stdout, sys.stdin os.environ to a hgrequest object.
2005-08-30, by Vincent Wagelaar
Regenerate tcsh_completion after bugfix in generator script
2005-08-30, by TK Soh
tcsh_completion_build.sh: fixed error caused by xargs on Linux
2005-08-30, by TK Soh
Add tcsh_completion to contrib
2005-08-30, by TK Soh
Add contrib script for generating tcsh completion source
2005-08-30, by TK Soh
patchbomb: fix up confusion between strings and lists of strings.
2005-08-29, by bos
bash_completion: try to use bash3 features if they're available
2005-08-29, by Alexis S. L. Carvalho
bash_completion: small cleanup and bugfix
2005-08-29, by Alexis S. L. Carvalho
teach bash_completion about --cwd
2005-08-29, by Alexis S. L. Carvalho
bash_completion: better handling of aliases
2005-08-29, by Alexis S. L. Carvalho
bash_completion: update for new help output format
2005-08-29, by Alexis S. L. Carvalho
Add test-grep.out file for now.
2005-08-29, by bos
Merge with TAH.
2005-08-29, by bos
grep: extend functionality, add man page entry, add unit test.
2005-08-29, by bos
grep: change default to printing first matching rev.
2005-08-29, by Bryan O'Sullivan
Documented passing list or dict instead of config file in hgwebdir.cgi
2005-08-29, by Thomas Arendsen Hein
Allow list of (virtual, real) or dictionary to be passed to hgwebdir.
2005-08-29, by Thomas Arendsen Hein
Cleaned up hgweb.hgwebdir.run()
2005-08-29, by Thomas Arendsen Hein
Use ConfigParser only in hgwebdir.__init__()
2005-08-29, by Thomas Arendsen Hein
Don't create repo objects in hgwebdir, ui object is enough.
2005-08-29, by Thomas Arendsen Hein
Reverted change 51f26e856f3d: Reading changelogs is too slow.
2005-08-29, by Thomas Arendsen Hein
Use commit time instead of stat to check time of last change.
2005-08-28, by Thomas Arendsen Hein
Remove the link from the template as there no real way to have it always be correct.
2005-08-28, by Ollivier Robert
Make diffstat optional for patchbomb script.
2005-08-28, by Thomas Arendsen Hein
Variable 'body' was missing in patchbomb script.
2005-08-28, by Thomas Arendsen Hein
Adjusted test-hup for generated .hg/hgrc
2005-08-28, by Thomas Arendsen Hein
Create [web] section with short username as contact on hg init and hg clone.
2005-08-28, by Thomas Arendsen Hein
Completed renaming author to contact in hgwebdir:
2005-08-28, by Thomas Arendsen Hein
Create repository objects instead of using own ConfigParser in hgwebdir.
2005-08-28, by Thomas Arendsen Hein
Longer variable names in hgwebdir: l->repos, v->name, r->path
2005-08-28, by Thomas Arendsen Hein
Move generating short username to display in hg/hgweb annotate to ui module.
2005-08-28, by Thomas Arendsen Hein
Fixed test-static-http with http_proxy variable set.
2005-08-28, by Thomas Arendsen Hein
Fixed test-copy2 with only looking at copied files.
2005-08-28, by Thomas Arendsen Hein
Changed printing of copies in hg debugstate to: "copy: source -> dest"
2005-08-28, by Thomas Arendsen Hein
Add RSS link to the repository index.
2005-08-27, by Ollivier Robert
Add the template.
2005-08-27, by Ollivier Robert
Use a template for the error message.
2005-08-27, by Ollivier Robert
Use .has_option to avoid the unknown Exception.
2005-08-27, by Ollivier Robert
NoOptionError is unknown there.
2005-08-27, by Ollivier Robert
Handle a nonexistent repository with a 404 error.
2005-08-27, by Ollivier Robert
Protect against unknown repositories.
2005-08-27, by roberto
patchbomb: eliminate silly complete summary message
2005-08-27, by mpm
fix some rename/copy bugs
2005-08-27, by mpm
Add some rename debugging support
2005-08-27, by mpm
bash_completion: add debugindex and debugdata support
2005-08-27, by mpm
Remove the lock file copied during clone (was the source lock file)
2005-08-27, by Stephen Darnell
Updated manpage and help.
2005-08-27, by TK Soh
hgweb: add mdiff / fix sorting of archives
2005-08-27, by mpm
Add an old-http test case
2005-08-27, by mpm
Add a simple dummy ssh test
2005-08-27, by mpm
Merge with TAH
2005-08-27, by mpm
Remove some options from 'hg grep':
2005-08-27, by Thomas Arendsen Hein
Adjusted test-help for change to hg status.
2005-08-27, by Thomas Arendsen Hein
Whitespace cleanup.
2005-08-27, by Thomas Arendsen Hein
Replaced hg status -p/--strip with -n/--no-status to not confuse with patch.
2005-08-27, by Thomas Arendsen Hein
Fix dirstate imports
2005-08-27, by mpm
Fix sshrepo imports
2005-08-27, by mpm
localrepo: minor opener usage restructuring
2005-08-27, by mpm
Separate out old-http support
2005-08-27, by mpm
localrepo: more import/namespace tidying
2005-08-27, by mpm
Minor import fixups
2005-08-27, by mpm
manifest: convert sys.stderr bits to AssertionError
2005-08-27, by mpm
localrepo: adjust some imports, remove sys dependency
2005-08-27, by mpm
sshrepo: adjust file comment
2005-08-27, by mpm
changelog: adjust imports, comment
2005-08-27, by mpm
Adjust some imports
2005-08-27, by mpm
commands: use revlog directly for debug commands
2005-08-27, by mpm
commands: use node functions directly
2005-08-27, by mpm
Move hash function back to revlog from node
2005-08-27, by mpm
Move opener to utils
2005-08-27, by mpm
Break apart hg.py
2005-08-27, by mpm
updated manpage for new options of status
2005-08-27, by TK Soh
hgweb: add catch for connection reset
2005-08-27, by mpm
Fix up help test
2005-08-27, by mpm
status: added option -p and -0 to assist xargs
2005-08-27, by TK Soh
updated manpage on global options and typo fix.
2005-08-27, by TK Soh
Add some docstrings to revlog.py
2005-08-27, by mpm
Update util.py docstrings, fix walk test
2005-08-27, by mpm
Change canonpath to not know about repo objects
2005-08-26, by mpm
Updated list of contributors.
2005-08-27, by Thomas Arendsen Hein
Document archive download options
2005-08-26, by mpm
Various cleanups for tarball support
2005-08-26, by mpm
tarball support v0.3 pt 2
2005-08-26, by Wojciech Milkowski
tarball support v0.3
2005-08-26, by Wojciech Milkowski
Fixed system command abord reason on windows.
2005-08-26, by Volker Kleinfeld
Add revlog.reachable to find a graph of ancestors for a given rev
2005-08-26, by mason
[PATCH] raise exceptions with Exception subclasses
2005-08-26, by Bart Trojanowski
Fixes for push corner case
2005-08-26, by mpm
Add support for extension modules
2005-08-26, by mason
hgwebdir index: change "author" to "contact"
2005-08-26, by mpm
Allow using a ssh repository without a path.
2005-08-26, by Thomas Arendsen Hein
Fixed synopsis for grep command.
2005-08-26, by Thomas Arendsen Hein
Fixed zero-padded filenames with %r if there is a longer number in the middle.
2005-08-26, by Thomas Arendsen Hein
Shortened commands.revrange() a little bit, added docstring.
2005-08-26, by Thomas Arendsen Hein
Cleanups to commands.py
2005-08-26, by Thomas Arendsen Hein
Removed obsolete imports from hgwebdir.cgi
2005-08-26, by Thomas Arendsen Hein
Some more spacing/indentation/linebreak cleanups to hgweb.py.
2005-08-26, by Thomas Arendsen Hein
pep-0008 cleanup
2005-08-26, by benoit boissinot
Fix set type usage for Python 2.3
2005-08-26, by mpm
Merge from BOS, fix help
2005-08-26, by mpm
grep: speed up matching, and only return one match per line.
2005-08-25, by bos
Use ui.write instead of print in debugwalk.
2005-08-25, by Bryan O'Sullivan
Add grep command.
2005-08-25, by Bryan O'Sullivan
Map long option names containing dashes to ones containing underscores.
2005-08-24, by Bryan O'Sullivan
Minor test-help fix
2005-08-26, by mpm
Fixed some synopsises in command help.
2005-08-26, by Thomas Arendsen Hein
Added missing doc strings for two new debug commmands.
2005-08-26, by Thomas Arendsen Hein
Adjust display and alignment of command options to match global options.
2005-08-26, by Thomas Arendsen Hein
Clean up displaying help of global options, only one row per option.
2005-08-26, by Thomas Arendsen Hein
Moved --cwd handling to a place where ui and exception handling already exists.
2005-08-26, by Thomas Arendsen Hein
Allow --help and --version being used together.
2005-08-26, by Thomas Arendsen Hein
Added options -h/--help.
2005-08-26, by Thomas Arendsen Hein
Moved special handling of --version and no hg command from parse to dispatch.
2005-08-26, by Thomas Arendsen Hein
Sort global options by topic: directories, ui, timing, other
2005-08-25, by Thomas Arendsen Hein
run the doc/* through aspell.
2005-08-25, by Benoit Boissinot
Removed forgotten debug print statement from commands.py and tests.
2005-08-25, by Thomas Arendsen Hein
Update tests
2005-08-24, by mpm
Fix a couple fencepost errors in hg log
2005-08-24, by mpm
Fix hg log -p
2005-08-24, by mpm
Show number of new heads when doing a pull
2005-08-24, by mpm
Add debugdata for dumping revlog revision data
2005-08-24, by mpm
Merge with MPM.
2005-08-24, by bos
Fix a small corner of log behaviour.
2005-08-24, by bos
Update hg log docs
2005-08-24, by mpm
Merge with BOS
2005-08-24, by mpm
Fix help output, and a few broken tests.
2005-08-24, by Bryan O'Sullivan
Merge with MPM.
2005-08-24, by Bryan O'Sullivan
Get patchbomb working with tip again.
2005-08-24, by Bryan O'Sullivan
Rewrite log command. New version is faster and more featureful.
2005-08-24, by Bryan O'Sullivan
Merge with MPM.
2005-08-23, by Bryan O'Sullivan
Emacs: implement hg-incoming, hg-outgoing and hg-push.
2005-08-23, by Bryan O'Sullivan
Add commands.debugconfig.
2005-08-23, by Bryan O'Sullivan
Emacs: fix up hg-log and hg-diff to operate more uniformly.
2005-08-23, by Bryan O'Sullivan
Merge with MPM.
2005-08-23, by Bryan O'Sullivan
Merge with MPM.
2005-08-23, by Bryan O'Sullivan
Sync buffers prior to doing a diff.
2005-08-23, by bos
Minor tweak to the revgen algorithm
2005-08-24, by mpm
Minor hgwebdir tweaks
2005-08-24, by mpm
Add Makefile to the manifest
2005-08-24, by mpm
Add default make rule
2005-08-24, by mpm
Create helper functions for I/O to files in the working directory
2005-08-24, by mpm
Add some aliases
2005-08-24, by mpm
Fix up help for binary options
2005-08-24, by mpm
Teach annotate about binary files
2005-08-23, by mpm
Add automatic binary file detection to diff and export
2005-08-23, by mpm
Clean up argument passing for dodiff
2005-08-23, by mpm
Deal with repos with missing timezones
2005-08-23, by mpm
Merge with BOS
2005-08-23, by mpm
Emacs: search for hg in path before looking in funny places.
2005-08-23, by bos
Merge with TAH
2005-08-23, by mpm
Don't show the diff in hgeditor if there are no changes in file contents.
2005-08-22, by Thomas Arendsen Hein
Add Makefile for generating release tarballs.
2005-08-22, by Thomas Arendsen Hein
Include generated documentation in MANIFEST.
2005-08-22, by Thomas Arendsen Hein
Generate html documentation by default, too.
2005-08-22, by Thomas Arendsen Hein
Merge with BOS
2005-08-23, by mpm
Emacs: improved GNU Emacs support.
2005-08-22, by bos
Emacs support: numerous changes.
2005-08-22, by bos
Merge with MPM.
2005-08-22, by bos
Emacs: update mode lines properly after commit.
2005-08-22, by Bryan O'Sullivan
Emacs: kill commit buffer once it's done with.
2005-08-22, by Bryan O'Sullivan
Emacs: first cut at commit support.
2005-08-22, by Bryan O'Sullivan
contrib/patchbomb: Fix buglet with empty cc list.
2005-08-21, by Bryan O'Sullivan
Fix handling of addresses in hgrc.
2005-08-21, by Bryan O'Sullivan
Emacs: document existing functions.
2005-08-21, by Bryan O'Sullivan
Emacs support: add hg-revert-buffer.
2005-08-21, by Bryan O'Sullivan
Fix callers to file.revision to use file.read
2005-08-23, by mpm
Clean up some merge logic
2005-08-23, by mpm
Fix up some bugs introduced by recent merge changes
2005-08-22, by mpm
merge: remove remaining mark bits
2005-08-21, by mpm
Fix long-standing excessive file merges
2005-08-21, by mpm
Reformat debugindex output
2005-08-21, by mpm
Remove unused relfilter function
2005-08-21, by mpm
hgweb: change startup argument processing
2005-08-21, by mpm
Add web:style option
2005-08-21, by mpm
hgweb: fix RSS and raw for new % scheme
2005-08-21, by mpm
Remove debug print
2005-08-21, by mpm
Fix RSS feeds
2005-08-21, by mpm
hgweb: convert index entries to list expansion style
2005-08-20, by mpm
Merge with jeffpc
2005-08-20, by mpm
Merge with MPM
2005-08-17, by Josef "Jeff" Sipek
hgweb: Changed manifest page to list format syntax
2005-08-17, by Josef "Jeff" Sipek
hgweb: Changed file revision page to list format syntax
2005-08-17, by Josef "Jeff" Sipek
hgweb: Changed annotate page to list format syntax
2005-08-17, by Josef "Jeff" Sipek
hgweb: Changed file page to list format syntax
2005-08-17, by Josef "Jeff" Sipek
hgweb: Changed changelog page to list format syntax
2005-08-17, by Josef "Jeff" Sipek
Added support for #foo%bar# syntax
2005-08-17, by Josef "Jeff" Sipek
Deal with non-integer date offsets generated by some tools
2005-08-20, by mpm
Added tag 0.6c for changeset eac9c8efcd9bd8244e72fb6821f769f450457a32
2005-08-20, by mpm
Remove call to non-existent date_parser
0.6c
2005-08-20, by mpm
Fix possible unitialized variable warnings
2005-08-20, by mpm
Minor README updates
2005-08-20, by mpm
[PATCH] Take DST into account
2005-08-19, by Samuel Tardieu
[PATCH] Print timezone offset when outputting dates
2005-08-19, by Samuel Tardieu
hg import: abort with uncommitted changes, override with --force
2005-08-19, by mpm
Use post-expanded clone pathname as default
2005-08-19, by mpm
hgweb: Make maxfiles, maxchanges, and allowpull proper config options
2005-08-19, by mpm
Add -e and --remotecmd for clone and pull too
2005-08-19, by mpm
Doc updates for push, pull, hooks, local tags, and ssh options
2005-08-19, by mpm
Add --ssh and --remotecmd to push
2005-08-19, by mpm
Add ui.setconfig overlay
2005-08-19, by mpm
Fix option parsing bug for empty short options
2005-08-19, by mpm
Make mercurial.el load with GNU emacs
2005-08-19, by mpm
hgweb: sort repository list
2005-08-19, by mpm
Fix hgwebdir virtual start-up
2005-08-19, by mpm
Remove -C alias for --cwd
2005-08-19, by mpm
Add hgwebdir.cgi to MANIFEST.in
2005-08-19, by mpm
Merge with TAH
2005-08-19, by mpm
bash_completion: support GNU sed 3 and non-GNU sed
2005-08-19, by TK Soh
Read global config file /etc/mercurial/hgrc and fix reading hgrc on Windows.
2005-08-18, by Thomas Arendsen Hein
Removed TODO from MANIFEST.in
2005-08-18, by Thomas Arendsen Hein
test fixes for Solaris 2.6
2005-08-18, by TK Soh
Merge with BOS
2005-08-19, by mpm
In-progress Emacs snapshot.
2005-08-19, by Bryan O'Sullivan
Merge with MPM.
2005-08-18, by Bryan O'Sullivan
Merge with MPM.
2005-08-18, by Bryan O'Sullivan
Initial skeleton for mercurial.el.
2005-08-18, by Bryan O'Sullivan
Add --cwd global option, to change directory before doing anything.
2005-08-18, by Bryan O'Sullivan
Modify commands.walk to yield a 4-tuple.
2005-08-18, by Bryan O'Sullivan
Add a multi-repository server
2005-08-19, by mpm
Add in and out aliases
2005-08-17, by mpm
Fix stray debug statement
2005-08-17, by mpm
hgweb: add [web] section to hgrc
2005-08-17, by mpm
Whitespace
2005-08-17, by mpm
Add a simple remove test
2005-08-17, by mpm
bash: Add smarter completion of add/commit/remove/forget/diff/revert
2005-08-17, by mpm
Fix path handling for deleting files on merge
2005-08-17, by mpm
Fixed --repository option when handling relative path
2005-08-17, by tksoh
The TODO and the FAQ now live on the Wiki
2005-08-16, by mpm
Fix incoming for empty set
2005-08-16, by mpm
Fix incoming help test again
2005-08-16, by mpm
Add incoming to completions
2005-08-16, by mpm
hg incoming/outgoing: fix tests and update man page
2005-08-16, by mpm
Add hg incoming command for local repositories
2005-08-16, by mpm
Add a local() method to repository classes
2005-08-16, by mpm
run-tests: remove '+ hg' trick
2005-08-16, by mpm
updated help text and added manpage section for hg paths
2005-08-16, by TK Soh
Add basic https support for pull
2005-08-16, by mpm
Teach bash_completion about outgoing
2005-08-16, by mpm
less
more
|
(0)
-1000
-240
+240
+1000
+3000
+10000
+30000
tip