Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
Use python function instead of external 'cp' command when cloning repos.
2005-07-14, by Thomas Arendsen Hein
Multiple cleanups of things detected by pylint.
2005-07-14, by Thomas Arendsen Hein
Removed extra newline in hg log when not using the --patch option, fixed tests.
2005-07-14, by Thomas Arendsen Hein
Fixed tests.
2005-07-14, by Thomas Arendsen Hein
Teach convert-repo about tags
2005-07-14, by mpm
Be quiet about broken pipes
2005-07-14, by mpm
convert-repo: deal with packed git and other fixes
2005-07-13, by mpm
HG environment variables take precedence over hgrc
2005-07-13, by mpm
Minor merge fixups
2005-07-13, by mpm
Make manifest lookup use changeset ids
2005-07-13, by mpm
Repair the hgweb search interface
2005-07-13, by mpm
Hide file hashes in log
2005-07-12, by Matt Mackall
Reapply startswith() changes that got lost with stale edit
2005-07-12, by Matt Mackall
Added tag 0.6b for changeset 4ccf3de52989b14c3d84e1097f59e39a992e00bd
2005-07-11, by Matt Mackall
Turn off signing with hgeditor by default
0.6b
2005-07-11, by Matt Mackall
Revert hgeditor change to manifest bits
2005-07-11, by Matt Mackall
Revert hgeditor md5sum change
2005-07-11, by Matt Mackall
Sort files for removal
2005-07-11, by Matt Mackall
Handle undeletion of files when checking out old revisions
2005-07-11, by Matt Mackall
Actually move .hg into ignore
2005-07-11, by Matt Mackall
Alternate fix for SIGHUP on the other OS
2005-07-10, by Matt Mackall
Fix up test for update flags
2005-07-10, by Matt Mackall
Remove references to 'cloning by hardlink' from tests.
2005-07-10, by Andrew Thompson
hg clone stored path fix
2005-07-10, by Mikael Berthe
Make consistent use of str.startswith() in conditionals.
2005-07-10, by chad netzer
Change MANIFEST.in to recursive-include the contrib/ folder.
2005-07-10, by Andrew Thompson
More IE friendly diff output related templates.
2005-07-10, by Edouard Gomez
Move hgrc documentation out to its own man page, hgrc(5).
2005-07-10, by Bryan O'Sullivan
Move .hg into ignore()
2005-07-10, by Matt Mackall
.hgignore speedups patch incorporating Matt's feedback.
2005-07-10, by mwilli2
Dont trap SIGHUP on the other OS
2005-07-10, by Edouard Gomez
A number of minor fixes to problems that pychecker found.
2005-07-10, by mark williamson
hgeditor: Remove EMAIL default for HGUSER, comment editor selection
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
hgeditor: Remove temporary files even if interrupted
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
hgeditor: Simplify manifest hash adding
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
hgeditor: Fix some parameters to commands
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
Pass username to hgeditor, remove temporary file
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
Add rss tag in the changelog/filelog html template.
2005-07-10, by kreijack
Move commit hook after commit completes
2005-07-10, by Matt Mackall
Whitespace cleanup
2005-07-10, by Matt Mackall
Generate a friendlier except for failed lookups
2005-07-10, by Matt Mackall
dirstate.forget() takes a list
2005-07-10, by Matt Mackall
Warn about bogus ignore expressions
2005-07-09, by Matt Mackall
Fix out of range regression
2005-07-08, by Matt Mackall
Make cloning by hardlink quiet again
2005-07-08, by Matt Mackall
Fix corruption resulting from skipping parts of a revision group
2005-07-08, by Matt Mackall
Non-grouping regex for ignore
2005-07-08, by Matt Mackall
Fix an odd revlog bug
2005-07-08, by Matt Mackall
Fix bug in reverting deleted files
2005-07-08, by Matt Mackall
Experimental ignore regex speed-up
2005-07-07, by Matt Mackall
Attempt to read all remaining remote output at close
2005-07-06, by Matt Mackall
update test-hup permissions
2005-07-06, by Matt Mackall
Show remote client output with "remote:"
2005-07-06, by Matt Mackall
this patch permits hgweb to show the deleted files in the changeset diff
2005-07-06, by kreijack
Performance enhancements for manifest.add()
2005-07-06, by mason
typo in help message.
2005-07-06, by Matt Mackall
Update tests
2005-07-06, by Matt Mackall
Catch SIGHUP
2005-07-06, by Matt Mackall
Switch push over to the new scheme
2005-07-06, by Matt Mackall
Add addchangegroup to the ssh protocol
2005-07-06, by Matt Mackall
Add a scheme for handling remote locking
2005-07-06, by Matt Mackall
Fix up the broken bits in findoutgoing
2005-07-06, by Matt Mackall
Move the empty changeset detection out of findincoming to pull
2005-07-06, by Matt Mackall
Protocol switch from using generators to stream-like objects.
2005-07-06, by Matt Mackall
Add a repo method to report repo device
2005-07-06, by Matt Mackall
Slim down and update README a bit
2005-07-06, by Matt Mackall
Provides output option to cat command
2005-07-05, by thananck
Update documentation of hg tag
2005-07-05, by Radoslaw Szkodzinski
Remove debug print from locate code.
2005-07-05, by Bryan O'Sullivan
Clarify man page entry for locate a little.
2005-07-05, by Bryan O'Sullivan
Use repo.getcwd() in a few obvious places.
2005-07-05, by Bryan O'Sullivan
Add locate command.
2005-07-05, by Bryan O'Sullivan
Fix quoting for RSS links
2005-07-05, by Matt Mackall
Cleanups for repo.pull
2005-07-05, by Matt Mackall
Add an sshrepository class and hg serve --stdio
2005-07-05, by Matt Mackall
Change remote repository to httprepository
2005-07-05, by Matt Mackall
Add generic repo commands for pull and push
2005-07-05, by Matt Mackall
Add a function to calculate the outgoing changegroup
2005-07-05, by Matt Mackall
Attempt to handle RSS URIs properly
2005-07-04, by Matt Mackall
update tests
2005-07-04, by Matt Mackall
Handle unrecognised options correctly.
2005-07-04, by Bryan O'Sullivan
open .hgtags as binary
2005-07-04, by thananck
Fix zombie files in merge
2005-07-04, by maf46
Output file of 'export' is opened as binary (other OS)
2005-07-04, by thananck
Stop patch description import at diff -r
2005-07-04, by Matt Mackall
Demand-load most modules in the commands and ui modules.
2005-07-04, by Bryan O'Sullivan
On Sat, Jul 02, 2005 at 02:11:34PM -0700, Matt Mackall wrote:
2005-07-04, by Alecs King
* clean up error handling when user requests to use a non file object
2005-07-04, by shaleh
check export options for changeset before running
2005-07-04, by shaleh
[PATCH] hg tag: local tag support in file .hg/localtags
2005-07-04, by Matt Mackall
Add username/merge/editor to .hgrc
2005-07-03, by Matt Mackall
[PATCH] Parse and use header data from an hg export'ed changeset
2005-07-03, by mpm
[PATCH] Fix thinko in "serve" man page entry.
2005-07-03, by mpm
[PATCH] Get "hg serve" to optionally log accesses and errors to files
2005-07-03, by mpm
Split wrapped demandload line
2005-07-03, by mpm
[PATCH] Get "hg serve" to print the URL being served
2005-07-03, by mpm
Various HTML cleanups
2005-07-03, by mpm
Add globals to templater/fixup RSS
2005-07-03, by mpm
Simplify RSS date generation
2005-07-03, by mpm
[PATCH] Add RSS support to hgweb
2005-07-03, by mpm
[PATCH 4/5]: cleaning the template parent management in hgweb
2005-07-03, by mpm
[PATCH] use <arpa/inet.h> instead of <netinet/in.h> for ntohl/htonl
2005-07-03, by mpm
A bunch of parsing/help updates
2005-07-03, by mpm
Expand undo docs
2005-07-03, by mpm
Update CONTRIBUTORS
2005-07-03, by mpm
Shorten help
2005-07-03, by mpm
Restructure option handling
2005-07-03, by mpm
options: kill -d for debug
2005-07-02, by mpm
hg revert should revert to parent, not to tip
2005-07-02, by mpm
[PATCH] bring MANIFEST.in up to date
2005-07-02, by mpm
[PATCH] hg revert
2005-07-02, by mpm
TODO tidy
2005-07-02, by mpm
[PATCH] Tags template cleanup
2005-07-02, by mpm
[PATCH] Changelogentry template cleanup
2005-07-02, by mpm
[PATCH 2] ChangeLog template conformance fixes.
2005-07-02, by mpm
[PATCH] Hide style from non conformant agents
2005-07-02, by mpm
Remove all remaining print statements
2005-07-02, by mpm
Fix up test-help for export
2005-07-02, by mpm
[PATCH] New export patch
2005-07-02, by mpm
Actually warn on pulling from an unrelated repository
2005-07-02, by mpm
Remove empty directories on update
2005-07-02, by mpm
Remove -p global switch in preparation for combining namespaces
2005-07-02, by mpm
Handle unknown files better on update
2005-07-02, by mpm
More whitespace cleanups
2005-07-02, by mpm
Update test-diffdir output
2005-07-02, by mpm
transaction: nullify journal after close()
2005-07-02, by mpm
[PATCH 5/5]: cleaning the template parent management in hgweb
2005-07-02, by mpm
[PATCH 3/5]: cleaning the template parent management in hgweb
2005-07-02, by mpm
[PATCH 2/5]: cleaning the template parent management in hgweb
2005-07-02, by mpm
[PATCH 1/5]: cleaning the template parent management in hgweb
2005-07-02, by mpm
[PATCH] Add tags to hgweb
2005-07-01, by mpm
Add parent revision numbers back to hgweb
2005-07-01, by mpm
repo.changes: fix duplicate changes
2005-07-01, by mpm
[PATCH] Make ui.warn write to stderr
2005-07-01, by mpm
[PATCH] Add contrib/buildrpm script
2005-07-01, by mpm
[PATCH] clean up RPM spec file
2005-07-01, by mpm
hg clone: only use the absolute path for .hg/hgrc
2005-07-01, by mpm
Fix dodiff/changes
2005-07-01, by mpm
fancyopts: drop unneeded import
2005-07-01, by mpm
[PATCH] hg clone stored path fix
2005-07-01, by mpm
transaction: __del__ should do nothing if the journal already exists
2005-07-01, by mpm
recover: the journal is named 'journal'
2005-07-01, by mpm
Move dirstate.uniq to util.unique
2005-07-01, by mpm
Unbreak dirstate debug commands
2005-07-01, by mpm
Fix some linewrapping
2005-07-01, by mpm
Merge with TAH
2005-07-01, by mpm
Allow specifying revisions in 'hg log' like with 'hg diff'.
2005-07-01, by Thomas Arendsen Hein
[PATCH] bdiff/mpatch under MSVC
2005-06-30, by mpm
[PATCH] Tests for clone command
2005-06-30, by mpm
[PATCH] Catch OSError usefully
2005-06-30, by mpm
Fix braindamage in repo.changes
2005-06-30, by mpm
Merge with TAH
2005-06-30, by mpm
Add an empty line after description in verbose mode of show_changeset.
2005-07-01, by Thomas Arendsen Hein
Work-around failing tests/test-bad-pull with slow bg process.
2005-07-01, by Thomas Arendsen Hein
Remove bashisms and use /bin/sh instead of /bin/bash.
2005-07-01, by Thomas Arendsen Hein
Updated TODO
2005-06-30, by Thomas Arendsen Hein
Merge with upstream
2005-06-30, by Thomas Arendsen Hein
Added support for hg:// and old-http:// to 'hg clone'.
2005-06-30, by Thomas Arendsen Hein
TODO tweaks
2005-06-30, by mpm
Minor hgweb fixup for new diff code
2005-06-30, by mpm
Add multiple keyword search to hgweb
2005-06-30, by mpm
Propagate file list through dodiff
2005-06-30, by mpm
Refactor diffrevs/diffdir into changes
2005-06-30, by mpm
Deal with failed clone/transaction interaction
2005-06-30, by mpm
[PATCH] Handle 'name firstname <email@server>' correctly in annotate
2005-06-30, by mpm
[PATCH] Generate correctly XML entities for obfuscated user
2005-06-30, by mpm
clone: abort on pre-existing destination directory
2005-06-30, by mpm
Hashing speed-up
2005-06-30, by mpm
Add removing print to TODO
2005-06-29, by mpm
Attempt to fix negative revision count from pull
2005-06-29, by mpm
Fix clone bug wth trailing slash
2005-06-29, by mpm
[PATCH] Add --traceback option
2005-06-29, by mpm
show connect message on push
2005-06-29, by mpm
[PATCH] Perform clone in place
2005-06-29, by mpm
Fix up test-bad-pull output
2005-06-29, by mpm
[PATCH] Force "hg clone" to always create a new directory
2005-06-29, by mpm
Fix empty pull bug that appeared this morning
2005-06-29, by mpm
[PATCH] Fix use of util.CommandError
2005-06-29, by mpm
Add some TODO items
2005-06-29, by mpm
Add a CONTRIBUTORS file
2005-06-29, by mpm
Fix failed clone in current directory
2005-06-29, by mpm
Add --repository option
2005-06-29, by mpm
Change getchangegroup to findincoming
2005-06-29, by mpm
Whitespace cleanups
2005-06-29, by mpm
change unrelated repository error to a warning
2005-06-28, by mpm
hg clone: don't try to delete "."
2005-06-28, by mpm
Remove unnecessary deletion in hg clone
2005-06-28, by mpm
Disallow merging of unrelated projects
2005-06-28, by mpm
More fiddling with uint32_t includes for extensions
2005-06-28, by mpm
[PATCH] replace history with log
2005-06-28, by mpm
[PATCH] Harden os.system
2005-06-28, by mpm
README: mention lib64/
2005-06-28, by mpm
[PATCH] Add ui.expandpath command
2005-06-28, by mpm
[PATCH] Fix "no-update" option to clone
2005-06-28, by mpm
Use $USERNAME as a fallback for commit
2005-06-28, by mpm
Fix troubles with clone and exception handling
2005-06-28, by mpm
Update undo test
2005-06-28, by mpm
Better messages for rollback and undo
2005-06-28, by mpm
[PATCH] Clean up destination directory if a clone fails.
2005-06-28, by mpm
Add exception class for repository errors
2005-06-28, by mpm
Various doc clean-ups and spelling fixes
2005-06-28, by mpm
[PATCH] doc cleanups
2005-06-27, by mpm
[PATCH] simplify init
2005-06-27, by mpm
Pull from TAH
2005-06-27, by mpm
Fixed test for previous change of 'hg -v history'.
2005-06-28, by Thomas Arendsen Hein
Make show_changeset show added/deleted files only in debug mode.
2005-06-28, by Thomas Arendsen Hein
Use "kill $!" to kill running background processes.
2005-06-27, by Thomas Arendsen Hein
Fixed test-flags and .out for arbitrary umask settings. Use -ex shell flags.
2005-06-27, by Thomas Arendsen Hein
Make show_changeset show added and deleted files in verbose mode.
2005-06-27, by Thomas Arendsen Hein
[PATCH] umask for run-tests
2005-06-27, by mpm
[PATCH] Set locale before run-tests does anything
2005-06-27, by mpm
Add initial hook support
2005-06-27, by mpm
Remove stdint.h from mpatch and bdiff
2005-06-27, by mpm
[PATCH] add clone command
2005-06-26, by mpm
Pull from TAH
2005-06-26, by mpm
Updated TODO
2005-06-26, by Thomas Arendsen Hein
Removed some unused variables.
2005-06-26, by Thomas Arendsen Hein
hg import checking for quiet mode didn't work. Fixed using the ui module.
2005-06-26, by Thomas Arendsen Hein
Fixed call to ui.warn()
2005-06-26, by Thomas Arendsen Hein
Cleaned up command alias handling in help.
2005-06-26, by Thomas Arendsen Hein
Update of doc/hg.1.txt
2005-06-26, by Thomas Arendsen Hein
Handle errors in .hgtags or hgrc [tags] section more gracefully.
2005-06-26, by Thomas Arendsen Hein
Really _call_ method revlog.count in revlog.lookup()
2005-06-26, by Thomas Arendsen Hein
Fixed diff generation in hgeditor if a list of files is given to hg commit.
2005-06-26, by Thomas Arendsen Hein
Minor speed improvements for bdiff
2005-06-26, by mpm
[PATCH] Get run-tests working on 64-bit machines.
2005-06-25, by mpm
extensions: use stdint.h
2005-06-25, by mpm
Minor annotate performance tweaks
2005-06-25, by mpm
Fix up version module name and command conflict
2005-06-25, by mpm
Various node id lookup tweaks
2005-06-24, by mpm
[PATCH] add "root" command
2005-06-24, by mpm
Add version command
2005-06-24, by mpm
Add hgmerge manpage
2005-06-24, by mpm
Add a doc makefile
2005-06-24, by mpm
Merge from http://moffetthome.net:8012/
2005-06-24, by mpm
Added stdint.h include to fix build on Mac OS X Tiger [v10.4]
2005-06-24, by kyle
Fix pipe timing for copy test
2005-06-24, by mpm
[PATCH] /dev/null for other OS
2005-06-24, by mpm
add dirstate debugging commands
2005-06-24, by mpm
Add an RPM spec file
2005-06-24, by mpm
less
more
|
(0)
-240
+240
+1000
+3000
+10000
+30000
tip