tests/test-tutorial.t
branchstable
changeset 3183 884a3b8aadd6
parent 2768 85e5a56db776
child 2798 2280461343e5
child 2822 56733f2ddb04
equal deleted inserted replaced
2722:44a6e6fbf80b 3183:884a3b8aadd6
   459   
   459   
   460    -a --all                 uncommit all changes when no arguments given
   460    -a --all                 uncommit all changes when no arguments given
   461    -r --rev VALUE           revert commit content to REV instead
   461    -r --rev VALUE           revert commit content to REV instead
   462    -I --include PATTERN [+] include names matching the given patterns
   462    -I --include PATTERN [+] include names matching the given patterns
   463    -X --exclude PATTERN [+] exclude names matching the given patterns
   463    -X --exclude PATTERN [+] exclude names matching the given patterns
       
   464    -m --message TEXT        use text as commit message
       
   465    -l --logfile FILE        read commit message from file
       
   466    -d --date DATE           record the specified date as commit date
       
   467    -u --user USER           record the specified user as committer
       
   468    -D --current-date        record the current date as commit date
       
   469    -U --current-user        record the current user as committer
   464   
   470   
   465   (some details hidden, use --verbose to show complete help)
   471   (some details hidden, use --verbose to show complete help)
   466 
   472 
   467 
   473 
   468 The edit command of histedit can be used to split changeset:
   474 The edit command of histedit can be used to split changeset:
   494       --from          fold revisions linearly to working copy parent
   500       --from          fold revisions linearly to working copy parent
   495    -m --message TEXT  use text as commit message
   501    -m --message TEXT  use text as commit message
   496    -l --logfile FILE  read commit message from file
   502    -l --logfile FILE  read commit message from file
   497    -d --date DATE     record the specified date as commit date
   503    -d --date DATE     record the specified date as commit date
   498    -u --user USER     record the specified user as committer
   504    -u --user USER     record the specified user as committer
       
   505    -D --current-date  record the current date as commit date
       
   506    -U --current-user  record the current user as committer
   499   
   507   
   500   (some details hidden, use --verbose to show complete help)
   508   (some details hidden, use --verbose to show complete help)
   501 
   509 
   502 
   510 
   503 -----------------------
   511 -----------------------
   731   adding changesets
   739   adding changesets
   732   adding manifests
   740   adding manifests
   733   adding file changes
   741   adding file changes
   734   added 2 changesets with 2 changes to 1 files (+1 heads)
   742   added 2 changesets with 2 changes to 1 files (+1 heads)
   735   3 new obsolescence markers
   743   3 new obsolescence markers
       
   744   obsoleted 2 changesets
   736 
   745 
   737 remote get a warning that current working directory is based on an obsolete changeset
   746 remote get a warning that current working directory is based on an obsolete changeset
   738 
   747 
   739   $ cd ../remote
   748   $ cd ../remote
   740   $ hg pull local # we up again to trigger the warning. it was displayed during the push
   749   $ hg pull local # we up again to trigger the warning. it was displayed during the push