GN77OO23ADGU24Z5AZID3UGYZPU4SYJICDWJ4VGENV5Q2773HNFQC
6C2F2W264LNQ7CNNVL67DQXOO43EJIZEXEPLDVS4BPIDW2FGHIIQC
QQWDF7WVTS2HBSHYGPNU6WHME42WSG5K57QTXWB6EC22O6FAJF7QC
CMKT7UIXEPWTZ3QJHB72HDNWZQK3QRGCD64N6NAGAT5LKAN6HI2AC
CCM5YBC3QOHGW7IEO5YUOLKDZALW24IFY35HET2FEZPY7PZCVFJAC
BYFCLBTK56QZTD6PBK5EQ4V7HFXHYYI5CTZZAYQDR7M2U4OUACFAC
T66A5UPF3V6W7I5R7NTDAJRZREW6G6C2AIVSSI5HMEKWPRO7MPMQC
6JFIFDO7Q75BO3QISCJYMK73MARIJDUX7XYZ3ZAKAUAAISQXR5FAC
T5O2CIKSK7O6ECMYXEGPLJLT7GHEGC6BJXP5QF3TVES7OE5V4PLAC
7WRGEHBUHKCI4JJZYGPRVW7HBRIWZV7MY5QL7OQA5CUSY2NIIQ7AC
$ pjhh
* pijul command line aliases
pjh - show help for these aliases
pjhh - show more verbose help with equivalent commands
pj [CMD] - run a pijul command or show pijul's help
$ pjhh
* pijul command line aliases
pjh - show help for these aliases
pjhh - show more verbose help with equivalent commands
pj [CMD] - run a pijul command or show pijul's help
** Setup/uninstall helpers
pjkeygen - generate a change-signing key for current user
pijul key generate `whoami`
pjconfrm - erase current user's pijul config and keys
rm -ri $PIJULCONFDIR
** Setup/uninstall helpers
pjkeygen - generate a change-signing key for current user
pijul key generate `whoami`
pjconfrm - erase current user's pijul config and keys
rm -ri $PIJULCONFDIR
** List recorded changes in current repo
pjl - standard list
pijul log (like git log, darcs log)
pjlv - list with full descriptions. (?)
pijul log --description
pjls - list with summary of file changes
(like git log --stat, darcs log -s)
pjhashes [N] - list the change hashes, or just the last N hashes
** List recorded changes in current repo
pjl - standard list
pijul log (like git log, darcs log)
pjlv - list with full descriptions. (?)
pijul log --description
pjls - list with summary of file changes
(like git log --stat, darcs log -s)
pjhashes [N] - list the change hashes, or just the last N hashes
** Inspect a record change
pjshow [HASH] - show the last or specified change in full
pijul change (like git show [HASH], darcs log -v -h HASH)
pjshowstat [HASH] - summarise the last or specified change
(like git show --stat [HASH], darcs log -v -h HASH)
** Inspect a record change
pjshow [HASH] - show the last or specified change in full
pijul change (like git show [HASH], darcs log -v -h HASH)
pjshowstat [HASH] - summarise the last or specified change
(like git show --stat [HASH], darcs log -v -h HASH)
** Show unrecorded changes
pjs - summarise unrecorded changes (except added files), -u for untracked files
pijul diff -s (like git status -s, darcs whatsnew -s)
pjd - show unrecorded changes in full (except added files)
pijul diff (like git diff, darcs whatsnew)
** Show unrecorded changes
pjs - summarise unrecorded changes (except added files), -u for untracked files
pijul diff -s (like git status -s, darcs whatsnew -s)
pjd - show unrecorded changes in full (except added files)
pijul diff (like git diff, darcs whatsnew)
** Record changes
pjrec 'MSG' [PATHS] - record all unrecorded changes, with the given message
pijul record -am 'MSG' (like git commit -am 'MSG', darcs record -am 'MSG')
pjamend [HASH] [PATHS] - add all unrecorded changes to last or specified patch
pijul record -a --amend [HASH] (like git commit --amend -a, darcs amend -a)
** Record changes
pjrec 'MSG' [PATHS] - record all unrecorded changes, with the given message
pijul record -am 'MSG' (like git commit -am 'MSG', darcs record -am 'MSG')
pjamend [HASH] [PATHS] - add all unrecorded changes to last or specified patch
pijul record -a --amend [HASH] (like git commit --amend -a, darcs amend -a)