Mon, 22 Aug 2005 03:27:27 -0700 Emacs: kill commit buffer once it's done with.
Bryan O'Sullivan <bos@serpentine.com> [Mon, 22 Aug 2005 03:27:27 -0700] rev 1000
Emacs: kill commit buffer once it's done with.
Mon, 22 Aug 2005 03:16:32 -0700 Emacs: first cut at commit support.
Bryan O'Sullivan <bos@serpentine.com> [Mon, 22 Aug 2005 03:16:32 -0700] rev 999
Emacs: first cut at commit support.
Sun, 21 Aug 2005 23:33:02 -0800 contrib/patchbomb: Fix buglet with empty cc list.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 21 Aug 2005 23:33:02 -0800] rev 998
contrib/patchbomb: Fix buglet with empty cc list.
Sun, 21 Aug 2005 23:03:14 -0800 Fix handling of addresses in hgrc.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 21 Aug 2005 23:03:14 -0800] rev 997
Fix handling of addresses in hgrc.
Sun, 21 Aug 2005 22:46:57 -0800 Emacs: document existing functions.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 21 Aug 2005 22:46:57 -0800] rev 996
Emacs: document existing functions.
Sun, 21 Aug 2005 21:51:01 -0800 Emacs support: add hg-revert-buffer.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 21 Aug 2005 21:51:01 -0800] rev 995
Emacs support: add hg-revert-buffer.
Tue, 23 Aug 2005 12:46:43 -0700 Fix callers to file.revision to use file.read
mpm@selenic.com [Tue, 23 Aug 2005 12:46:43 -0700] rev 994
Fix callers to file.revision to use file.read This was causing unchanged files to show up as modified.
Tue, 23 Aug 2005 02:19:38 -0700 Clean up some merge logic
mpm@selenic.com [Tue, 23 Aug 2005 02:19:38 -0700] rev 993
Clean up some merge logic - rename mode to branch_merge - use explicit update mode - use negative mtime for updates that set mtime - expand some cryptic variable names - elaborate merge dirstate comments - remove redundant manifest lookup for non-merge case - remove impossible merge case - fix up test cases
Mon, 22 Aug 2005 01:22:29 -0700 Fix up some bugs introduced by recent merge changes
mpm@selenic.com [Mon, 22 Aug 2005 01:22:29 -0700] rev 992
Fix up some bugs introduced by recent merge changes - use new changed list to track what files actually got new revlog entries at commit/rawcommit time - when updating a file during a merge, don't mark it as completely unchanged - handle file not being in parent 1 in status
Sun, 21 Aug 2005 22:03:36 -0700 merge: remove remaining mark bits
mpm@selenic.com [Sun, 21 Aug 2005 22:03:36 -0700] rev 991
merge: remove remaining mark bits
Sun, 21 Aug 2005 21:59:55 -0700 Fix long-standing excessive file merges
mpm@selenic.com [Sun, 21 Aug 2005 21:59:55 -0700] rev 990
Fix long-standing excessive file merges Since switching to the multihead approach, we've been creating excessive file-level merges where files are marked as merged with their ancestors. This explicitly checks at commit time whether the two parent versions are linearly related, and if so, reduces the file check-in to a non-merge. Then the file is compared against the remaining parent, and, if equal, skips check-in of that file (as it's not changed). Since we're not checking in all files that were different between versions, we no longer need to mark so many files for merge. This removes most of the 'm' state marking as well. Finally, it is possible to do a tree-level merge with no file-level changes. This will happen if one user changes file A and another changes file B. Thus, if we have have two parents, we allow commit to proceed even if there are no file-level changes.
Sun, 21 Aug 2005 16:51:50 -0700 Reformat debugindex output
mpm@selenic.com [Sun, 21 Aug 2005 16:51:50 -0700] rev 989
Reformat debugindex output
Sun, 21 Aug 2005 16:00:07 -0700 Remove unused relfilter function
mpm@selenic.com [Sun, 21 Aug 2005 16:00:07 -0700] rev 988
Remove unused relfilter function
Sun, 21 Aug 2005 15:56:14 -0700 hgweb: change startup argument processing
mpm@selenic.com [Sun, 21 Aug 2005 15:56:14 -0700] rev 987
hgweb: change startup argument processing - allow passing a repo object instead of a path (if we get a string, we construct a repo object) - hg serve: pass options via repo.ui.setconfig - add --style option - get default name from repo.root rather than getcwd() - remove template argument to hgweb() - reduce create_server from 8 args to 1
Sun, 21 Aug 2005 15:00:02 -0700 Add web:style option
mpm@selenic.com [Sun, 21 Aug 2005 15:00:02 -0700] rev 986
Add web:style option
Sun, 21 Aug 2005 13:18:45 -0700 hgweb: fix RSS and raw for new % scheme
mpm@selenic.com [Sun, 21 Aug 2005 13:18:45 -0700] rev 985
hgweb: fix RSS and raw for new % scheme
Sun, 21 Aug 2005 11:52:52 -0700 Remove debug print
mpm@selenic.com [Sun, 21 Aug 2005 11:52:52 -0700] rev 984
Remove debug print
Sun, 21 Aug 2005 11:46:39 -0700 Fix RSS feeds
mpm@selenic.com [Sun, 21 Aug 2005 11:46:39 -0700] rev 983
Fix RSS feeds
Sat, 20 Aug 2005 13:11:36 -0700 hgweb: convert index entries to list expansion style
mpm@selenic.com [Sat, 20 Aug 2005 13:11:36 -0700] rev 982
hgweb: convert index entries to list expansion style
Sat, 20 Aug 2005 13:08:07 -0700 Merge with jeffpc
mpm@selenic.com [Sat, 20 Aug 2005 13:08:07 -0700] rev 981
Merge with jeffpc
Wed, 17 Aug 2005 22:59:47 -0500 Merge with MPM
Josef "Jeff" Sipek <jeffpc@optonline.net> [Wed, 17 Aug 2005 22:59:47 -0500] rev 980
Merge with MPM
Wed, 17 Aug 2005 22:32:47 -0500 hgweb: Changed manifest page to list format syntax
Josef "Jeff" Sipek <jeffpc@optonline.net> [Wed, 17 Aug 2005 22:32:47 -0500] rev 979
hgweb: Changed manifest page to list format syntax
Wed, 17 Aug 2005 22:08:15 -0500 hgweb: Changed file revision page to list format syntax
Josef "Jeff" Sipek <jeffpc@optonline.net> [Wed, 17 Aug 2005 22:08:15 -0500] rev 978
hgweb: Changed file revision page to list format syntax
Wed, 17 Aug 2005 22:03:28 -0500 hgweb: Changed annotate page to list format syntax
Josef "Jeff" Sipek <jeffpc@optonline.net> [Wed, 17 Aug 2005 22:03:28 -0500] rev 977
hgweb: Changed annotate page to list format syntax
Wed, 17 Aug 2005 21:59:02 -0500 hgweb: Changed file page to list format syntax
Josef "Jeff" Sipek <jeffpc@optonline.net> [Wed, 17 Aug 2005 21:59:02 -0500] rev 976
hgweb: Changed file page to list format syntax
Wed, 17 Aug 2005 21:45:44 -0500 hgweb: Changed changelog page to list format syntax
Josef "Jeff" Sipek <jeffpc@optonline.net> [Wed, 17 Aug 2005 21:45:44 -0500] rev 975
hgweb: Changed changelog page to list format syntax
Wed, 17 Aug 2005 21:14:20 -0500 Added support for #foo%bar# syntax
Josef "Jeff" Sipek <jeffpc@optonline.net> [Wed, 17 Aug 2005 21:14:20 -0500] rev 974
Added support for #foo%bar# syntax This required moving template() into the templater class
Sat, 20 Aug 2005 11:59:10 -0700 Deal with non-integer date offsets generated by some tools
mpm@selenic.com [Sat, 20 Aug 2005 11:59:10 -0700] rev 973
Deal with non-integer date offsets generated by some tools
Sat, 20 Aug 2005 01:46:57 -0700 Added tag 0.6c for changeset eac9c8efcd9bd8244e72fb6821f769f450457a32
mpm@selenic.com [Sat, 20 Aug 2005 01:46:57 -0700] rev 972
Added tag 0.6c for changeset eac9c8efcd9bd8244e72fb6821f769f450457a32
Sat, 20 Aug 2005 01:35:45 -0700 Remove call to non-existent date_parser 0.6c
mpm@selenic.com [Sat, 20 Aug 2005 01:35:45 -0700] rev 971
Remove call to non-existent date_parser
Sat, 20 Aug 2005 01:29:04 -0700 Fix possible unitialized variable warnings
mpm@selenic.com [Sat, 20 Aug 2005 01:29:04 -0700] rev 970
Fix possible unitialized variable warnings
Sat, 20 Aug 2005 00:49:41 -0700 Minor README updates
mpm@selenic.com [Sat, 20 Aug 2005 00:49:41 -0700] rev 969
Minor README updates
Fri, 19 Aug 2005 23:26:32 -0800 [PATCH] Take DST into account
Samuel Tardieu <sam@rfc1149.net> [Fri, 19 Aug 2005 23:26:32 -0800] rev 968
[PATCH] Take DST into account Right now, mercurial doesn't take daylight saving time into account because it uses time.timezone inconditionally, instead of resorting to time.altzone if daylight saving time is on.
Fri, 19 Aug 2005 23:23:42 -0800 [PATCH] Print timezone offset when outputting dates
Samuel Tardieu <sam@rfc1149.net> [Fri, 19 Aug 2005 23:23:42 -0800] rev 967
[PATCH] Print timezone offset when outputting dates Example: % hg log | head -12 changeset: 791:41440890e57d2dbacde03a2a114e5114a031ea4a tag: tip user: Samuel Tardieu <sam@rfc1149.net> date: Mon Jul 25 13:24:15 2005 +0200 summary: Parse various date formats when accepting user specified dates [...] changeset: 787:ba5c2021364ee876dae170e8f153e43bd0b2bd73 parent: 785:31a80e3723cee0a5991340facb2707e71983eb41 user: Bryan O'Sullivan <bos@serpentine.com> date: Sun Jul 24 00:39:24 2005 -0800 summary: Get "forget" command to use new walk code. [...]
Fri, 19 Aug 2005 23:07:31 -0800 hg import: abort with uncommitted changes, override with --force
mpm@selenic.com [Fri, 19 Aug 2005 23:07:31 -0800] rev 966
hg import: abort with uncommitted changes, override with --force
Fri, 19 Aug 2005 22:48:43 -0800 Use post-expanded clone pathname as default
mpm@selenic.com [Fri, 19 Aug 2005 22:48:43 -0800] rev 965
Use post-expanded clone pathname as default
Fri, 19 Aug 2005 22:12:40 -0800 hgweb: Make maxfiles, maxchanges, and allowpull proper config options
mpm@selenic.com [Fri, 19 Aug 2005 22:12:40 -0800] rev 964
hgweb: Make maxfiles, maxchanges, and allowpull proper config options
Fri, 19 Aug 2005 22:11:48 -0800 Add -e and --remotecmd for clone and pull too
mpm@selenic.com [Fri, 19 Aug 2005 22:11:48 -0800] rev 963
Add -e and --remotecmd for clone and pull too
Fri, 19 Aug 2005 21:47:46 -0800 Doc updates for push, pull, hooks, local tags, and ssh options
mpm@selenic.com [Fri, 19 Aug 2005 21:47:46 -0800] rev 962
Doc updates for push, pull, hooks, local tags, and ssh options
Fri, 19 Aug 2005 21:36:57 -0800 Add --ssh and --remotecmd to push
mpm@selenic.com [Fri, 19 Aug 2005 21:36:57 -0800] rev 961
Add --ssh and --remotecmd to push This uses the new setconfig options passing mechanism
Fri, 19 Aug 2005 21:25:25 -0800 Add ui.setconfig overlay
mpm@selenic.com [Fri, 19 Aug 2005 21:25:25 -0800] rev 960
Add ui.setconfig overlay This can simplify option passing
Fri, 19 Aug 2005 18:56:20 -0800 Fix option parsing bug for empty short options
mpm@selenic.com [Fri, 19 Aug 2005 18:56:20 -0800] rev 959
Fix option parsing bug for empty short options
Fri, 19 Aug 2005 18:47:05 -0800 Make mercurial.el load with GNU emacs
mpm@selenic.com [Fri, 19 Aug 2005 18:47:05 -0800] rev 958
Make mercurial.el load with GNU emacs
Fri, 19 Aug 2005 17:22:04 -0800 hgweb: sort repository list
mpm@selenic.com [Fri, 19 Aug 2005 17:22:04 -0800] rev 957
hgweb: sort repository list
Fri, 19 Aug 2005 17:01:11 -0800 Fix hgwebdir virtual start-up
mpm@selenic.com [Fri, 19 Aug 2005 17:01:11 -0800] rev 956
Fix hgwebdir virtual start-up
Fri, 19 Aug 2005 16:51:44 -0800 Remove -C alias for --cwd
mpm@selenic.com [Fri, 19 Aug 2005 16:51:44 -0800] rev 955
Remove -C alias for --cwd
Fri, 19 Aug 2005 16:46:31 -0800 Add hgwebdir.cgi to MANIFEST.in
mpm@selenic.com [Fri, 19 Aug 2005 16:46:31 -0800] rev 954
Add hgwebdir.cgi to MANIFEST.in
Fri, 19 Aug 2005 16:45:25 -0800 Merge with TAH
mpm@selenic.com [Fri, 19 Aug 2005 16:45:25 -0800] rev 953
Merge with TAH
Fri, 19 Aug 2005 06:04:46 +0100 bash_completion: support GNU sed 3 and non-GNU sed
TK Soh <teekaysoh@yahoo.com> [Fri, 19 Aug 2005 06:04:46 +0100] rev 952
bash_completion: support GNU sed 3 and non-GNU sed replaced command 'Q' introduced in GNU sed 4, in order to support platforms with older sed.
Thu, 18 Aug 2005 21:35:36 +0100 Read global config file /etc/mercurial/hgrc and fix reading hgrc on Windows.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 18 Aug 2005 21:35:36 +0100] rev 951
Read global config file /etc/mercurial/hgrc and fix reading hgrc on Windows.
Thu, 18 Aug 2005 13:55:45 +0100 Removed TODO from MANIFEST.in
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 18 Aug 2005 13:55:45 +0100] rev 950
Removed TODO from MANIFEST.in
Thu, 18 Aug 2005 13:33:39 +0100 test fixes for Solaris 2.6
TK Soh <teekaysoh@yahoo.com> [Thu, 18 Aug 2005 13:33:39 +0100] rev 949
test fixes for Solaris 2.6 Solaris 2.6's stock sed doesn't support alternatives in regular expression. We workaround by breaking up the regexp.
Fri, 19 Aug 2005 16:43:30 -0800 Merge with BOS
mpm@selenic.com [Fri, 19 Aug 2005 16:43:30 -0800] rev 948
Merge with BOS
Fri, 19 Aug 2005 06:41:29 -0800 In-progress Emacs snapshot.
Bryan O'Sullivan <bos@serpentine.com> [Fri, 19 Aug 2005 06:41:29 -0800] rev 947
In-progress Emacs snapshot.
Thu, 18 Aug 2005 17:49:43 -0800 Merge with MPM.
Bryan O'Sullivan <bos@serpentine.com> [Thu, 18 Aug 2005 17:49:43 -0800] rev 946
Merge with MPM.
Thu, 18 Aug 2005 12:32:15 -0800 Merge with MPM.
Bryan O'Sullivan <bos@serpentine.com> [Thu, 18 Aug 2005 12:32:15 -0800] rev 945
Merge with MPM.
Thu, 18 Aug 2005 12:27:57 -0800 Initial skeleton for mercurial.el.
Bryan O'Sullivan <bos@serpentine.com> [Thu, 18 Aug 2005 12:27:57 -0800] rev 944
Initial skeleton for mercurial.el.
Thu, 18 Aug 2005 14:58:14 -0800 Add --cwd global option, to change directory before doing anything.
Bryan O'Sullivan <bos@serpentine.com> [Thu, 18 Aug 2005 14:58:14 -0800] rev 943
Add --cwd global option, to change directory before doing anything. Useful for interacting with a program presenting a UI, such as Emacs.
Thu, 18 Aug 2005 13:58:32 -0800 Modify commands.walk to yield a 4-tuple.
Bryan O'Sullivan <bos@serpentine.com> [Thu, 18 Aug 2005 13:58:32 -0800] rev 942
Modify commands.walk to yield a 4-tuple. The new element of the tuple indicates whether a name is an exact match for one passed in on the command line.
Fri, 19 Aug 2005 16:38:25 -0800 Add a multi-repository server
mpm@selenic.com [Fri, 19 Aug 2005 16:38:25 -0800] rev 941
Add a multi-repository server This merges a bunch of the ideas for a multi-repository CGI script and simplifies things a bit. It uses PATH_INFO so it generally wants paths of the form: http://host/hg.cgi/virtualpath This gets mapped via a simple config file to the real path. All info about the repo is read from the repo's hgrc.
Wed, 17 Aug 2005 18:52:27 -0800 Add in and out aliases
mpm@selenic.com [Wed, 17 Aug 2005 18:52:27 -0800] rev 940
Add in and out aliases
Wed, 17 Aug 2005 18:41:04 -0800 Fix stray debug statement
mpm@selenic.com [Wed, 17 Aug 2005 18:41:04 -0800] rev 939
Fix stray debug statement
Wed, 17 Aug 2005 17:57:37 -0800 hgweb: add [web] section to hgrc
mpm@selenic.com [Wed, 17 Aug 2005 17:57:37 -0800] rev 938
hgweb: add [web] section to hgrc This makes almost all of the hgweb settings available in hgrc.
Wed, 17 Aug 2005 16:37:04 -0800 Whitespace
mpm@selenic.com [Wed, 17 Aug 2005 16:37:04 -0800] rev 937
Whitespace
Wed, 17 Aug 2005 12:26:06 -0800 Add a simple remove test
mpm@selenic.com [Wed, 17 Aug 2005 12:26:06 -0800] rev 936
Add a simple remove test
Wed, 17 Aug 2005 12:22:12 -0800 bash: Add smarter completion of add/commit/remove/forget/diff/revert
mpm@selenic.com [Wed, 17 Aug 2005 12:22:12 -0800] rev 935
bash: Add smarter completion of add/commit/remove/forget/diff/revert Use hg status to determine which files are interesting for various commands. Thus, hg add [tab] finds unknown files, and hg commit [tab] finds added, modified, or removed files.
Wed, 17 Aug 2005 00:36:36 -0800 Fix path handling for deleting files on merge
mpm@selenic.com [Wed, 17 Aug 2005 00:36:36 -0800] rev 934
Fix path handling for deleting files on merge
Wed, 17 Aug 2005 00:33:53 -0800 Fixed --repository option when handling relative path
tksoh@users.sf.net [Wed, 17 Aug 2005 00:33:53 -0800] rev 933
Fixed --repository option when handling relative path When specifying relative path to --repository option, 'log' and 'diff' were unable to find the files specified. Here's the fix.
Tue, 16 Aug 2005 23:49:53 -0800 The TODO and the FAQ now live on the Wiki
mpm@selenic.com [Tue, 16 Aug 2005 23:49:53 -0800] rev 932
The TODO and the FAQ now live on the Wiki
Tue, 16 Aug 2005 22:47:49 -0800 Fix incoming for empty set
mpm@selenic.com [Tue, 16 Aug 2005 22:47:49 -0800] rev 931
Fix incoming for empty set
Tue, 16 Aug 2005 21:33:50 -0800 Fix incoming help test again
mpm@selenic.com [Tue, 16 Aug 2005 21:33:50 -0800] rev 930
Fix incoming help test again
Tue, 16 Aug 2005 19:31:30 -0800 Add incoming to completions
mpm@selenic.com [Tue, 16 Aug 2005 19:31:30 -0800] rev 929
Add incoming to completions
Tue, 16 Aug 2005 19:27:46 -0800 hg incoming/outgoing: fix tests and update man page
mpm@selenic.com [Tue, 16 Aug 2005 19:27:46 -0800] rev 928
hg incoming/outgoing: fix tests and update man page
Tue, 16 Aug 2005 19:17:16 -0800 Add hg incoming command for local repositories
mpm@selenic.com [Tue, 16 Aug 2005 19:17:16 -0800] rev 927
Add hg incoming command for local repositories
Tue, 16 Aug 2005 19:17:01 -0800 Add a local() method to repository classes
mpm@selenic.com [Tue, 16 Aug 2005 19:17:01 -0800] rev 926
Add a local() method to repository classes
Tue, 16 Aug 2005 19:03:01 -0800 run-tests: remove '+ hg' trick
mpm@selenic.com [Tue, 16 Aug 2005 19:03:01 -0800] rev 925
run-tests: remove '+ hg' trick This was causing me a fair amount of debugging confusion. Let's just forget it entirely. Updated tests to match.
Tue, 16 Aug 2005 17:30:41 -0800 updated help text and added manpage section for hg paths
TK Soh <teekaysoh@yahoo.com> [Tue, 16 Aug 2005 17:30:41 -0800] rev 924
updated help text and added manpage section for hg paths Index: hg/doc/hg.1.txt ===================================================================
Tue, 16 Aug 2005 17:12:25 -0800 Add basic https support for pull
mpm@selenic.com [Tue, 16 Aug 2005 17:12:25 -0800] rev 923
Add basic https support for pull
Tue, 16 Aug 2005 15:55:33 -0800 Teach bash_completion about outgoing
mpm@selenic.com [Tue, 16 Aug 2005 15:55:33 -0800] rev 922
Teach bash_completion about outgoing
Tue, 16 Aug 2005 15:50:42 -0800 show_changeset: -q shows short hash
mpm@selenic.com [Tue, 16 Aug 2005 15:50:42 -0800] rev 921
show_changeset: -q shows short hash
Tue, 16 Aug 2005 15:49:26 -0800 Add hg outgoing command
mpm@selenic.com [Tue, 16 Aug 2005 15:49:26 -0800] rev 920
Add hg outgoing command
Tue, 16 Aug 2005 15:30:26 -0800 whitespace cleanup
mpm@selenic.com [Tue, 16 Aug 2005 15:30:26 -0800] rev 919
whitespace cleanup
Tue, 16 Aug 2005 15:22:44 -0800 hg cat: accept changeset hashes
mpm@selenic.com [Tue, 16 Aug 2005 15:22:44 -0800] rev 918
hg cat: accept changeset hashes
Tue, 16 Aug 2005 14:53:47 -0800 Fix hg clone race with writer
mpm@selenic.com [Tue, 16 Aug 2005 14:53:47 -0800] rev 917
Fix hg clone race with writer Most read operations in hg don't need locks because we order reads and writes for consistency. Clone is an exception to this as we're copying entire file histories and could end up with more file history copied than we have commits. For now, make clone take a lock on the source repo. Non-hardlinked clone should eventually be changed to use lockless pull.
Tue, 16 Aug 2005 14:17:27 -0800 Add bash_completion to contrib
mpm@selenic.com [Tue, 16 Aug 2005 14:17:27 -0800] rev 916
Add bash_completion to contrib Contributed by "Alexis S. L. Carvalho" <alexis@cecm.usp.br> Attached is a file that implements bash completion for hg. Just reading it from your .bashrc should be enough to use it - I think: I'm using the /etc/bash_completion from debian and I'm not sure whether it sets some important option. It gets the list of commands, aliases and options from the output of hg help and then adds some specific stuff - e.g. completing update with tags; pull and push with path aliases and directories, etc.
Tue, 16 Aug 2005 13:52:28 -0800 Let hg paths work outside of repositories
mpm@selenic.com [Tue, 16 Aug 2005 13:52:28 -0800] rev 915
Let hg paths work outside of repositories
Tue, 16 Aug 2005 10:44:04 -0800 Fix up help test
mpm@selenic.com [Tue, 16 Aug 2005 10:44:04 -0800] rev 914
Fix up help test
Tue, 16 Aug 2005 10:42:30 -0800 typo fix in command help text
TK Soh <teekaysoh@yahoo.com> [Tue, 16 Aug 2005 10:42:30 -0800] rev 913
typo fix in command help text This patch fixes a few typo errors on the command help output (I am not sure if the change on 'diff' is the best though).
Mon, 15 Aug 2005 11:46:41 -0800 Minor tweak: os.STOPSIG -> os.WSTOPSIG. Pychecker spotted this one.
mark.williamson@cl.cam.ac.uk [Mon, 15 Aug 2005 11:46:41 -0800] rev 912
Minor tweak: os.STOPSIG -> os.WSTOPSIG. Pychecker spotted this one.
Mon, 15 Aug 2005 08:08:11 +0100 Fix .hgignore parsing if last line has no EOL, ignore trailing white space.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 15 Aug 2005 08:08:11 +0100] rev 911
Fix .hgignore parsing if last line has no EOL, ignore trailing white space. (and don't use tabs in python code)
Sun, 14 Aug 2005 22:00:16 -0800 Merge with TAH
mpm@selenic.com [Sun, 14 Aug 2005 22:00:16 -0800] rev 910
Merge with TAH
Mon, 15 Aug 2005 06:58:25 +0100 Addes test for error messages when operating on non-existing files.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 15 Aug 2005 06:58:25 +0100] rev 909
Addes test for error messages when operating on non-existing files.
Sun, 14 Aug 2005 21:36:08 -0800 Fix tests for new init command
mpm@selenic.com [Sun, 14 Aug 2005 21:36:08 -0800] rev 908
Fix tests for new init command
Sun, 14 Aug 2005 21:33:09 -0800 Modify init command to take an optional directory to set up.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 14 Aug 2005 21:33:09 -0800] rev 907
Modify init command to take an optional directory to set up. If the directory does not exist, it is created. If no directory is given, the current directory is used.
Mon, 15 Aug 2005 06:18:49 +0100 Update synopsis for 'hg update', too.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 15 Aug 2005 06:18:49 +0100] rev 906
Update synopsis for 'hg update', too.
Mon, 15 Aug 2005 05:22:40 +0100 Update online help of hg heads for new --branches option.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 15 Aug 2005 05:22:40 +0100] rev 905
Update online help of hg heads for new --branches option.
Sun, 14 Aug 2005 20:09:32 -0800 Add optional parameter for changed/added/del/unknown files to commands.dodiff
mason@suse.com [Sun, 14 Aug 2005 20:09:32 -0800] rev 904
Add optional parameter for changed/added/del/unknown files to commands.dodiff This makes it possible to avoid a call into repo.changes if the details of what has changed is already known
Sun, 14 Aug 2005 20:09:21 -0800 Allow the changegroup generator to completely load the buffer.
mason@suse.com [Sun, 14 Aug 2005 20:09:21 -0800] rev 903
Allow the changegroup generator to completely load the buffer. This makes is possible to delete or truncate away revisions and still use the changegroup later.
Sun, 14 Aug 2005 20:09:09 -0800 Add optional stop revision to revlog.heads
mason@suse.com [Sun, 14 Aug 2005 20:09:09 -0800] rev 902
Add optional stop revision to revlog.heads
Sun, 14 Aug 2005 20:09:01 -0800 Change repo.comit to return None on error or the new revision number on
mason@suse.com [Sun, 14 Aug 2005 20:09:01 -0800] rev 901
Change repo.comit to return None on error or the new revision number on success This allows the caller to correctly record the new revision number
Sun, 14 Aug 2005 20:08:35 -0800 Add force option to repo.commit, allowing commits where no files change
mason@suse.com [Sun, 14 Aug 2005 20:08:35 -0800] rev 900
Add force option to repo.commit, allowing commits where no files change
Sun, 14 Aug 2005 12:30:01 -0800 Add '-' support to the commit logfile option to read message from stdin.
mark.williamson@cl.cam.ac.uk [Sun, 14 Aug 2005 12:30:01 -0800] rev 899
Add '-' support to the commit logfile option to read message from stdin.
Sun, 14 Aug 2005 12:23:45 -0800 Add searching for named branches
mason@suse.com [Sun, 14 Aug 2005 12:23:45 -0800] rev 898
Add searching for named branches named branching is when you identify a head by a tag on an earlier revision. This patch adds repo.branchlookup for searching through the tree to find branch tags for heads. hg update -b tag is added to checkout based on branch tags hg heads -b is added to print the tag associated with each head
Sun, 14 Aug 2005 12:23:36 -0800 Fix bug with empty inc and exc
mpm@selenic.com [Sun, 14 Aug 2005 12:23:36 -0800] rev 897
Fix bug with empty inc and exc This fixes an exception that showed up when importing patches
Sat, 13 Aug 2005 19:43:42 -0800 Merge with BOS
mpm@selenic.com [Sat, 13 Aug 2005 19:43:42 -0800] rev 896
Merge with BOS
Sat, 13 Aug 2005 15:26:32 -0800 Merge walk changes with Matt's tip.
Bryan O'Sullivan <bos@serpentine.com> [Sat, 13 Aug 2005 15:26:32 -0800] rev 895
Merge walk changes with Matt's tip.
Sat, 13 Aug 2005 15:23:06 -0800 Merge with TAH.
Bryan O'Sullivan <bos@serpentine.com> [Sat, 13 Aug 2005 15:23:06 -0800] rev 894
Merge with TAH.
Sat, 13 Aug 2005 15:13:37 -0800 Turn off testing of absolute paths for now.
Bryan O'Sullivan <bos@serpentine.com> [Sat, 13 Aug 2005 15:13:37 -0800] rev 893
Turn off testing of absolute paths for now. I don't know how to stop this from always reporting false errors, and am too lazy to worry about it right now.
Sat, 13 Aug 2005 15:09:37 -0800 Fix bug involving "hg debugwalk -Ipattern" from repository root.
Bryan O'Sullivan <bos@serpentine.com> [Sat, 13 Aug 2005 15:09:37 -0800] rev 892
Fix bug involving "hg debugwalk -Ipattern" from repository root.
Sat, 13 Aug 2005 14:41:51 -0800 Fix clone when target directory is relative.
Bryan O'Sullivan <bos@serpentine.com> [Sat, 13 Aug 2005 14:41:51 -0800] rev 891
Fix clone when target directory is relative.
Fri, 12 Aug 2005 16:12:09 -0800 Merge walk fixes.
Bryan O'Sullivan <bos@serpentine.com> [Fri, 12 Aug 2005 16:12:09 -0800] rev 890
Merge walk fixes.
Fri, 12 Aug 2005 16:10:09 -0800 Add unit tests for walk code.
Bryan O'Sullivan <bos@serpentine.com> [Fri, 12 Aug 2005 16:10:09 -0800] rev 889
Add unit tests for walk code.
Fri, 12 Aug 2005 16:09:17 -0800 Fix up handling of regexp paths.
Bryan O'Sullivan <bos@serpentine.com> [Fri, 12 Aug 2005 16:09:17 -0800] rev 888
Fix up handling of regexp paths.
Fri, 12 Aug 2005 15:10:09 -0800 Merge Windows path fixes.
Bryan O'Sullivan <bos@serpentine.com> [Fri, 12 Aug 2005 15:10:09 -0800] rev 887
Merge Windows path fixes.
Fri, 12 Aug 2005 15:06:52 -0800 Fix walk path handling on Windows
Bryan O'Sullivan <bos@serpentine.com> [Fri, 12 Aug 2005 15:06:52 -0800] rev 886
Fix walk path handling on Windows
Fri, 12 Aug 2005 11:18:41 -0800 Merge latest round of walk fixes.
Bryan O'Sullivan <bos@serpentine.com> [Fri, 12 Aug 2005 11:18:41 -0800] rev 885
Merge latest round of walk fixes.
Fri, 12 Aug 2005 11:16:58 -0800 Fix walk code for files that do not exist anywhere, and unhandled types.
Bryan O'Sullivan <bos@serpentine.com> [Fri, 12 Aug 2005 11:16:58 -0800] rev 884
Fix walk code for files that do not exist anywhere, and unhandled types. Prior to this, a file that did not exist was reported as showing up in the filesystem, as were files of unsupported types (such as fifos). Now, an error message is printed and nothing is returned in such cases. This change also moves the commands.pathto function to the util module, as the walk code needs it to print non-confusing error messages.
Fri, 12 Aug 2005 07:42:32 -0800 Update to tip.
Bryan O'Sullivan <bos@serpentine.com> [Fri, 12 Aug 2005 07:42:32 -0800] rev 883
Update to tip.
Wed, 10 Aug 2005 12:36:34 -0800 Merge IPv6 fix.
Bryan O'Sullivan <bos@serpentine.com> [Wed, 10 Aug 2005 12:36:34 -0800] rev 882
Merge IPv6 fix.
Wed, 10 Aug 2005 12:35:25 -0800 Fix problem with "hg serve" on systems not providing IPv6.
Bryan O'Sullivan <bos@serpentine.com> [Wed, 10 Aug 2005 12:35:25 -0800] rev 881
Fix problem with "hg serve" on systems not providing IPv6.
(0) -120 +120 +1000 +3000 tip