Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-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.
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
show_changeset: -q shows short hash
2005-08-16, by mpm
Add hg outgoing command
2005-08-16, by mpm
whitespace cleanup
2005-08-16, by mpm
hg cat: accept changeset hashes
2005-08-16, by mpm
Fix hg clone race with writer
2005-08-16, by mpm
Add bash_completion to contrib
2005-08-16, by mpm
Let hg paths work outside of repositories
2005-08-16, by mpm
Fix up help test
2005-08-16, by mpm
typo fix in command help text
2005-08-16, by TK Soh
Minor tweak: os.STOPSIG -> os.WSTOPSIG. Pychecker spotted this one.
2005-08-15, by mark williamson
Fix .hgignore parsing if last line has no EOL, ignore trailing white space.
2005-08-15, by Thomas Arendsen Hein
Merge with TAH
2005-08-14, by mpm
Addes test for error messages when operating on non-existing files.
2005-08-15, by Thomas Arendsen Hein
Fix tests for new init command
2005-08-14, by mpm
Modify init command to take an optional directory to set up.
2005-08-14, by Bryan O'Sullivan
Update synopsis for 'hg update', too.
2005-08-15, by Thomas Arendsen Hein
Update online help of hg heads for new --branches option.
2005-08-15, by Thomas Arendsen Hein
Add optional parameter for changed/added/del/unknown files to commands.dodiff
2005-08-14, by mason
Allow the changegroup generator to completely load the buffer.
2005-08-14, by mason
Add optional stop revision to revlog.heads
2005-08-14, by mason
Change repo.comit to return None on error or the new revision number on
2005-08-14, by mason
Add force option to repo.commit, allowing commits where no files change
2005-08-14, by mason
Add '-' support to the commit logfile option to read message from stdin.
2005-08-14, by mark williamson
Add searching for named branches
2005-08-14, by mason
Fix bug with empty inc and exc
2005-08-14, by mpm
Merge with BOS
2005-08-13, by mpm
Merge walk changes with Matt's tip.
2005-08-13, by Bryan O'Sullivan
Merge with TAH.
2005-08-13, by Bryan O'Sullivan
Turn off testing of absolute paths for now.
2005-08-13, by Bryan O'Sullivan
Fix bug involving "hg debugwalk -Ipattern" from repository root.
2005-08-13, by Bryan O'Sullivan
Fix clone when target directory is relative.
2005-08-13, by Bryan O'Sullivan
Merge walk fixes.
2005-08-12, by Bryan O'Sullivan
Add unit tests for walk code.
2005-08-12, by Bryan O'Sullivan
Fix up handling of regexp paths.
2005-08-12, by Bryan O'Sullivan
Merge Windows path fixes.
2005-08-12, by Bryan O'Sullivan
Fix walk path handling on Windows
2005-08-12, by Bryan O'Sullivan
Merge latest round of walk fixes.
2005-08-12, by Bryan O'Sullivan
Fix walk code for files that do not exist anywhere, and unhandled types.
2005-08-12, by Bryan O'Sullivan
Update to tip.
2005-08-12, by Bryan O'Sullivan
Merge IPv6 fix.
2005-08-10, by Bryan O'Sullivan
Fix problem with "hg serve" on systems not providing IPv6.
2005-08-10, by Bryan O'Sullivan
addremove was not correctly finding removed files when given
2005-08-12, by mason
dirstate walking optimizations
2005-08-12, by mason
Merge patchbomb script.
2005-08-12, by Bryan O'Sullivan
Polish patchbomb script.
2005-08-12, by Bryan O'Sullivan
Get patchbomb script to not use MIME attachments.
2005-08-09, by Bryan O'Sullivan
Add patchbomb script.
2005-08-09, by Bryan O'Sullivan
Merge Chris's changes with mine.
2005-08-12, by Bryan O'Sullivan
addremove was not correctly finding removed files when given
2005-08-12, by mason
dirstate walking optimizations
2005-08-12, by mason
Merge with mpm.
2005-08-09, by Bryan O'Sullivan
Teach walk code about absolute paths.
2005-08-07, by Bryan O'Sullivan
Kill dead function.
2005-08-07, by Bryan O'Sullivan
Fix debugwalk when there's nothing to walk.
2005-08-07, by Bryan O'Sullivan
Allow Mercurial to build on HP-UX 11
2005-08-13, by tksoh
Merge with TAH
2005-08-12, by mpm
Cleanup after previous changes:
2005-08-10, by Thomas Arendsen Hein
Extended test case to test dirstate length bug fixed in a7e95e3606c7.
2005-08-10, by Thomas Arendsen Hein
Use length of file instead of length of change for the dirstate entry.
2005-08-10, by Thomas Arendsen Hein
Fix 3-way-merge of original parent, workdir and new parent.
2005-08-10, by Thomas Arendsen Hein
dirstate.changes() now distinguishes 'hg remove'd or just deleted files.
2005-08-09, by Thomas Arendsen Hein
less
more
|
(0)
-120
+120
+1000
+3000
+10000
+30000
tip